vertx-jdbc-client
vertx-jdbc-client copied to clipboard
Rewrite tests with test containers to avoid mixing embedded db threads and vertx threads and fail mostly on CI
Current tests fail intermittently on CI due to locks from the embedded DBs to affect the vert.x functionality. We should rewrite the tests to use a different process for the db code, for example, using test containers.
I saw in the build history, that mostly are failed, but in the important milestone, it is green. Any magic? :magic_wand: