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

Fix flaky H2PriorKnowledgeFeatureParityTest.serverGracefulClose() #2375

Merged

Conversation

idelpivnitskiy
Copy link
Member

Motivation:

The test assumes that graceful closure should be initiated within 300ms. However, on close CI this can take longer.

Modifications:

  • Await indefinitely for initialization of the server-side graceful closure;

Result:

H2PriorKnowledgeFeatureParityTest.serverGracefulClose() does not fail due to too short await time.

Motivation:

The test assumes that graceful closure should be initiated within 300ms.
However, on close CI this can take longer.

Modifications:

- Await indefinitely for initialization of the server-side graceful
closure;

Result:

`H2PriorKnowledgeFeatureParityTest.serverGracefulClose()` does not fail
due to too short await time.
@idelpivnitskiy idelpivnitskiy self-assigned this Sep 28, 2022
@idelpivnitskiy idelpivnitskiy merged commit 83760f5 into apple:main Sep 28, 2022
@idelpivnitskiy idelpivnitskiy deleted the H2PriorKnowledgeFeatureParityTest branch September 28, 2022 21:18
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