You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some integration tests are not running automatically, but it is possible to execute them locally.
The reason for the tests being disabled is we can only deliver drivers where the license allows redistribution.
Therefore we cannot include some jdbc drivers to the projects and you need to download them manually for local integration testing.
Temporarily put the driver into src/test/resources/integration/driver/hive directory.
If the files' names are different (you renamed the file, or it has a different version number, for example) from the mentioned above, edit src/test/resources/integration/driver/hive/hive.properties and settings.cfg files.
Run the tests from an IDE or temporarily add the integration test name into the maven-failsafe-plugin's includes a section and execute mvn verify command.
Remove the driver after the test and do not upload it to the GitHub repository.
No description provided.
The text was updated successfully, but these errors were encountered: