aio-libs
aiohttp
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
Fix flaky tests using DNS (#12789)
master
1 minute ago
fix(test): correct race condition test to match actual behavior The test incorrectly expected ClientConnectionError to be raised for an in-flight DNS resolution. The _closed guard in _resolve_host() only catches calls made after close() has set _closed = True; it cannot interrupt an already-awaiting resolve() call. Updated the test to verify that: 1. In-flight resolves complete normally 2. Subsequent resolves after close() raise ClientConnectionError Fixes CI failure in PR #12787
goingforstudying-ctrl:fix/tcpconnector-close-race-condition
8 minutes ago
Readd codecov/project status check
codecov-project
3 hours ago
Fix flaky tests using DNS
flaky-dns
3 hours ago
test: use localhost instead of 127.0.0.1 in race condition test 127.0.0.1 is an IP address, so _resolve_host returns early without hitting the resolver or the _closed check. Use localhost to ensure the test actually exercises the DNS resolution path.
goingforstudying-ctrl:fix/tcpconnector-close-race-condition
3 hours ago
Validate change fragment number (#12788)
master
3 hours ago
Rename 12877.contrib.rst to 12788.contrib.rst
validate-change-fragment
3 hours ago
[pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci
goingforstudying-ctrl:fix/tcpconnector-close-race-condition
5 hours ago
Latest Branches
CodSpeed Performance Gauge
0%
fix(connector): resolve race condition in TCPConnector.close()
#12787
15 minutes ago
511bd4e
goingforstudying-ctrl:fix/tcpconnector-close-race-condition
CodSpeed Performance Gauge
0%
Readd codecov/project status check
#12790
3 hours ago
f67d248
codecov-project
CodSpeed Performance Gauge
0%
Fix flaky tests using DNS
#12789
3 hours ago
5a4f664
flaky-dns
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs