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

Skip the http2 cancellation tests if they fail. #803

Merged
merged 1 commit into from
Sep 15, 2023

Conversation

karpetrosyan
Copy link
Member

@karpetrosyan karpetrosyan commented Sep 15, 2023

Summary

Now tests randomly fail, which in some places makes development hard (see #756).
Local testing can randomly fail, and GitHub actions can also fail.

For example, 3.11 tests fail, causing other actions to be interrupted.
Let's just skip these tests for now and remove the "@pytest.mark.xfail" flag in the pull request, which will resolve #756

Checklist

  • I understand that this PR may be closed in case there was no previous discussion. (This doesn't apply to typos!)

@karpetrosyan karpetrosyan requested a review from a team September 15, 2023 06:17
@tomchristie
Copy link
Member

Yep. Flaky async cancellation tests should be marked xfail. 👍
And this is okay.

@tomchristie tomchristie merged commit a37d7a2 into encode:master Sep 15, 2023
4 checks passed
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.

Ensure HTTP/2 connections are gracefully closed on async cancellation
2 participants