X Tutup
Skip to content

gh-97983: Revert "Lay the foundation for further work in asyncio.test_streams: port server cases to IsolatedAsyncioTestCase"#98015

Merged
gvanrossum merged 2 commits intopython:mainfrom
arhadthedev:utilsTestCase-teststreams-rollback
Oct 7, 2022
Merged

gh-97983: Revert "Lay the foundation for further work in asyncio.test_streams: port server cases to IsolatedAsyncioTestCase"#98015
gvanrossum merged 2 commits intopython:mainfrom
arhadthedev:utilsTestCase-teststreams-rollback

Conversation

@arhadthedev
Copy link
Member

@arhadthedev arhadthedev commented Oct 7, 2022

This PR reverts gh-93369 and gh-97896 because they've made asyncio tests unstable. After these PRs were merged, random GitHub action jobs of random commits started to fail unrelated tests and test framework methods.

The reverting is necessary because such shrapnel failures are a symptom of some underlying bug that must be found and fixed first.

I had a hope that it's a server overload because we already have extremely rare disc access errors. However, one and a half day passed, and the failures continue to emerge both in PRs and commits.

Affected issue: gh-93357. First reported in #97940 (comment).

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

X Tutup