Skip to content

Sometimes the build goes in timeout because of an exception #739

Closed
@DavideD

Description

@DavideD

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    problemA limitation or source of discomfort

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions