We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running integration test fails when using jacoco.
Steps to reproduce
EXASOL_DOCKER_IMAGE_REFERENCE = "7.0.7"
_JAVA_OPTIONS="-Duser.country=US -Duser.language=en" mvn clean verify -Dit.test=MySQLSqlDialectIT
Error does not occur when running integration tests from IDE Eclipse.
Workaround: From ExasolObjectConfiguration.builder() remove .withJvmOptions(udfTestSetup.getJvmOptions()).
ExasolObjectConfiguration.builder()
.withJvmOptions(udfTestSetup.getJvmOptions())
The text was updated successfully, but these errors were encountered:
Discussion with @redcatbear and @ckunki: we prefer to document this as a known issue.
Rationale
Sorry, something went wrong.
#42: Documented known issue of jacoco failing on windows.
8f5695d
#42: Documented known issue of JaCoCo failing on Windows.
30f99b9
Doc/42 jacoco failure windows (#45)
e9f2cc1
* #42: Documented known issue of JaCoCo failing on Windows. Co-authored-by: Sebastian Bär <redcatbear@ursus-minor.de>
ckunki
Successfully merging a pull request may close this issue.
Running integration test fails when using jacoco.
Steps to reproduce
EXASOL_DOCKER_IMAGE_REFERENCE = "7.0.7"
_JAVA_OPTIONS="-Duser.country=US -Duser.language=en" mvn clean verify -Dit.test=MySQLSqlDialectIT
, see virtual-schema-common-jdbc issue #119Error does not occur when running integration tests from IDE Eclipse.
Workaround: From
ExasolObjectConfiguration.builder()
remove.withJvmOptions(udfTestSetup.getJvmOptions())
.The text was updated successfully, but these errors were encountered: