-
Notifications
You must be signed in to change notification settings - Fork 1
Closed
Labels
bugUnwanted / harmful behaviorUnwanted / harmful behaviordocumentationUser guides, tutorials, specificationsUser guides, tutorials, specifications
Description
Running integration test fails when using jacoco.
Steps to reproduce
- Using https://github.com/exasol/mysql-virtual-schema
- with
EXASOL_DOCKER_IMAGE_REFERENCE = "7.0.7" - on Windows, but with docker image in Ubuntu VM
- with Maven command
_JAVA_OPTIONS="-Duser.country=US -Duser.language=en" mvn clean verify -Dit.test=MySQLSqlDialectIT, see virtual-schema-common-jdbc issue #119
Error does not occur when running integration tests from IDE Eclipse.
Workaround: From ExasolObjectConfiguration.builder() remove .withJvmOptions(udfTestSetup.getJvmOptions()).
Metadata
Metadata
Assignees
Labels
bugUnwanted / harmful behaviorUnwanted / harmful behaviordocumentationUser guides, tutorials, specificationsUser guides, tutorials, specifications