exasol / udf-debugging-java

Utilities for debugging, profiling and code coverage measure for UDFs.
MIT License
1 stars 1 forks source link

Fix failed integration tests with jacoco and maven #42

Closed ckunki closed 1 year ago

ckunki commented 2 years ago

Running integration test fails when using jacoco.

Steps to reproduce

Error does not occur when running integration tests from IDE Eclipse.

Workaround: From ExasolObjectConfiguration.builder() remove .withJvmOptions(udfTestSetup.getJvmOptions()).

ckunki commented 1 year ago

Discussion with @redcatbear and @ckunki: we prefer to document this as a known issue.

Rationale