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 testRemovesAllHTTPRelatedHandlersAfterUpgrade test #2552

Merged
merged 1 commit into from
Oct 16, 2023

Conversation

FranzBusch
Copy link
Member

Motivation

This test has been flaky since we only waited for the untyped handler to be removed but we also execute this test for the typed test subclass.

Modification

This PR fixes the test by also waiting for the typed handler to no longer be present in the pipeline.

Result

Less flaky tests.

# Motivation
This test has been flaky since we only waited for the untyped handler to be removed but we also execute this test for the typed test subclass.

# Modification
This PR fixes the test by also waiting for the typed handler to no longer be present in the pipeline.

# Result
Less flaky tests.
@Lukasa Lukasa added the needs-no-version-bump For PRs that when merged do not need a bump in version number. label Oct 16, 2023
@Lukasa Lukasa merged commit e9676f9 into apple:main Oct 16, 2023
8 checks passed
@FranzBusch FranzBusch deleted the fb-flaky-http-upgrade-test branch October 16, 2023 09:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-no-version-bump For PRs that when merged do not need a bump in version number.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants