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
Hi, unfortunately the build fails on the first attempt on a windows system with Java 11.
I tried to attach the logs but couldn't attach an HTML file.
232 tests out of 1060 failed.
For example:
Class io.aiven.connect.jdbc.sink.JdbcSinkTaskTest
putPropagatesToDbWithAutoCreateAndPkModeKafka
java.nio.file.FileSystemException: JdbcSinkTaskTest.db: The process cannot access the file because it is being used by another process.
Class io.aiven.connect.jdbc.source.JdbcSourceTaskUpdateTest
testAutoincrement
java.lang.RuntimeException: Couldn't get EmbeddedDerby database connection
Am I supposed to configure the sink first before building? What am I missing?
Right now, I just assumed I would have to fork and build the connector. The connector would then be added to kafka directory, together with a sink config as specified in your sink docs. This would then be executed using the connect-standalone function in kafka. Please do let me know if I misunderstood.
The text was updated successfully, but these errors were encountered:
Unfortunately, we've never tried building it on Windows, there may be some issues there. Windows differs in how it handles files from Unix, so the tests may be not adapted to this.
Hi, unfortunately the build fails on the first attempt on a windows system with Java 11.
I tried to attach the logs but couldn't attach an HTML file.
232 tests out of 1060 failed.
For example:
Am I supposed to configure the sink first before building? What am I missing?
Right now, I just assumed I would have to fork and build the connector. The connector would then be added to kafka directory, together with a sink config as specified in your sink docs. This would then be executed using the connect-standalone function in kafka. Please do let me know if I misunderstood.
The text was updated successfully, but these errors were encountered: