]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-97983: Revert "Lay the foundation for further work in asyncio.test_streams: port...
authorOleg Iarygin <oleg@arhadthedev.net>
Fri, 7 Oct 2022 14:14:28 +0000 (18:14 +0400)
committerGitHub <noreply@github.com>
Fri, 7 Oct 2022 14:14:28 +0000 (07:14 -0700)
commitf99bb20cde258bfd8404448951f5454dc6279e98
tree79a5d4f202c85aa36892e7e24e805c72f658a002
parent6592a62ec2939323b895c85780da7fd73a640da3
gh-97983: Revert "Lay the foundation for further work in asyncio.test_streams: port server cases to IsolatedAsyncioTestCase" (#98015)

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 https://github.com/python/cpython/pull/97940#issuecomment-1270004134.

* Revert "gh-93357: Port test cases to IsolatedAsyncioTestCase, part 2 (#97896)"

This reverts commit 09aea94d291fed2f3e96558dcd6db04014c3e2fb.

* Revert "gh-93357: Start porting asyncio server test cases to IsolatedAsyncioTestCase (#93369)"

This reverts commit ce8fc186ac81bce1727bf4192205148daabf5c2e.
Lib/test/test_asyncio/test_streams.py