Skip to content

Fix flaky test.#150

Merged
vietj merged 1 commit into
5.0from
flaky-test-5.0
Jun 2, 2026
Merged

Fix flaky test.#150
vietj merged 1 commit into
5.0from
flaky-test-5.0

Conversation

@vietj
Copy link
Copy Markdown
Member

@vietj vietj commented Jun 2, 2026

Motivation:

ProxyRequestTest#testReleaseProxyResponse relies on a drain handler to progress, the drain handler is not invoked in a flaky way.

This drain handler is not necessary to make the test progress, hence I'm removing it from the test.

It is not clear whether the issue lies in the test or in the implementation.

Motivation:

Explain here the context, and why you're making that change, what is the problem you're trying to solve.

Conformance:

You should have signed the Eclipse Contributor Agreement as explained in https://github.com/eclipse/vert.x/blob/master/CONTRIBUTING.md
Please also make sure you adhere to the code style guidelines: https://github.com/vert-x3/wiki/wiki/Vert.x-code-style-guidelines

Motivation:

ProxyRequestTest#testReleaseProxyResponse relies on a drain handler to progress, the drain handler is not invoked in a flaky way.

This drain handler is not necessary to make the test progress, hence I'm removing it from the test.

It is not clear whether the issue lies in the test or in the implementation.
@vietj vietj merged commit d0c5a2a into 5.0 Jun 2, 2026
5 checks passed
@vietj vietj deleted the flaky-test-5.0 branch June 2, 2026 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant