Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Intermittent test failures in Healthcheck tests and StaticHandlerTest #2634

Merged
merged 1 commit into from
Jul 18, 2024

Conversation

tsegismont
Copy link
Contributor

Fix #2551

In StaticHandlerTest, some tests create alternative http servers. We must make sure the original and the replacement servers are closed properly. Otherwise, the test results may be affected by the test execution order.

In HealthCheckTestBase, we make sure the client, the server and the Vert.x server are closed properly, and in this order.

Fix vert-x3#2551

In StaticHandlerTest, some tests create alternative http servers. We must make sure the original and the replacement servers are closed properly.
Otherwise, the test results may be affected by the test execution order.

In HealthCheckTestBase, we make sure the client, the server and the Vert.x server are closed properly, and in this order.

Signed-off-by: Thomas Segismont <[email protected]>
@tsegismont tsegismont merged commit 2125a61 into vert-x3:master Jul 18, 2024
7 checks passed
@tsegismont tsegismont deleted the issue/2551 branch July 19, 2024 09:35
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.

Intermittent test failures in Healthcheck tests and StaticHandlerTest
1 participant