Closed
Description
Occasionaly, builds with Db2 fail because of a bug in the Vert.x Db2 client. This bug has been already fixed and it should disappear when we will upgrade to Vert.x 4.1.
The problem is that, when it happens, our build get stuck and goes in timeout, even if a real error happened.
I suspect we are swallowing an exception somewhere in one of the classes related to the connection.
An example of this behaviour is at this commit: d3d46c4
The build will get stuck on Db2:
./gradlew clean testDbDb2
The real exception is visible setting showStandardStreams = true
in the gradle build.