Skip to content

Fix intermittent failures#171

Merged
tsegismont merged 1 commit into
vert-x3:masterfrom
tsegismont:test-fix
May 18, 2026
Merged

Fix intermittent failures#171
tsegismont merged 1 commit into
vert-x3:masterfrom
tsegismont:test-fix

Conversation

@tsegismont
Copy link
Copy Markdown
Member

In CI, ScanAndBroadcastTest failed with java.net.BindException: Address already in use.

It ran after VerticleDeploymentTest, which does not wait for the close sequence to complete. This could explain the exception.

Besides, if a problem happens in one of the ScanAndBroadcastTest tests, a NPE is thrown in the tear down method because the retriever may not be initialized.

In CI, ScanAndBroadcastTest failed with java.net.BindException: Address already in use.

It ran after VerticleDeploymentTest, which does not wait for the close sequence to complete. This could explain the exception.

Besides, if a problem happens in one of the ScanAndBroadcastTest tests, a NPE is thrown in the tear down method because the retriever may not be initialized.

Signed-off-by: Thomas Segismont <tsegismont@gmail.com>
@tsegismont tsegismont merged commit 6ead42d into vert-x3:master May 18, 2026
4 checks passed
@tsegismont tsegismont deleted the test-fix branch May 18, 2026 09:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant