vertx-jdbc-client icon indicating copy to clipboard operation
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

Open pmlopes opened this issue 3 years ago • 1 comments

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.

pmlopes avatar Aug 23 '21 09:08 pmlopes

I saw in the build history, that mostly are failed, but in the important milestone, it is green. Any magic? :magic_wand:

zero88 avatar Mar 18 '22 08:03 zero88