cpython/Lib/test/test_asyncio
Victor Stinner 0745ab88e5
[3.12] gh-110088, gh-109878: Fix test_asyncio timeouts (#110092) (#110098)
gh-110088, gh-109878: Fix test_asyncio timeouts (#110092)

Fix test_asyncio timeouts: don't measure the maximum duration, a test
should not measure a CI performance. Only measure the minimum
duration when a task has a timeout or delay. Add CLOCK_RES to
test_asyncio.utils.

(cherry picked from commit db0a258e79)
2023-10-02 19:35:29 +00:00
..
__init__.py
__main__.py
echo.py
echo2.py
echo3.py
functional.py
test_base_events.py [3.12] gh-110088, gh-109878: Fix test_asyncio timeouts (#110092) (#110098) 2023-10-02 19:35:29 +00:00
test_buffered_proto.py
test_context.py
test_eager_task_factory.py [3.12] gh-105987: Fix reference counting issue in `_asyncio._swap_cur… (#106099) 2023-06-26 08:51:28 +00:00
test_events.py [3.12] gh-110088, gh-109878: Fix test_asyncio timeouts (#110092) (#110098) 2023-10-02 19:35:29 +00:00
test_futures.py
test_futures2.py
test_locks.py
test_pep492.py
test_proactor_events.py gh-103607: Fix pause_reading to work when called from connection_made in asyncio. (#17425) 2023-04-27 15:33:29 +05:30
test_protocols.py
test_queues.py
test_runners.py [3.12] gh-107895: Fix test_asyncio.test_runners when run it in CPython's "development mode" (GH-108168) (#108196) 2023-08-21 13:18:04 +02:00
test_selector_events.py gh-103607: Fix pause_reading to work when called from connection_made in asyncio. (#17425) 2023-04-27 15:33:29 +05:30
test_sendfile.py
test_server.py
test_sock_lowlevel.py [3.12] gh-109015: Add test.support.socket_helper.tcp_blackhole() (GH-109016) (#109041) 2023-09-08 15:12:29 +02:00
test_ssl.py
test_sslproto.py [3.12] gh-109015: Add test.support.socket_helper.tcp_blackhole() (GH-109016) (#109041) 2023-09-08 15:12:29 +02:00
test_streams.py
test_subprocess.py [3.12] gh-109709: Fix asyncio test_stdin_broken_pipe() (GH-109710) (#109731) 2023-10-02 17:21:51 +02:00
test_taskgroups.py
test_tasks.py gh-103793: Defer formatting task name (#103767) 2023-04-29 08:20:09 -07:00
test_threads.py
test_timeouts.py [3.12] gh-110088, gh-109878: Fix test_asyncio timeouts (#110092) (#110098) 2023-10-02 19:35:29 +00:00
test_transports.py
test_unix_events.py [3.12] gh-109582: test_fork_signal_handling should wait for event (GH-109605) (#109695) 2023-10-02 17:14:30 +02:00
test_waitfor.py [3.12] gh-110088, gh-109878: Fix test_asyncio timeouts (#110092) (#110098) 2023-10-02 19:35:29 +00:00
test_windows_events.py [3.12] gh-110088, gh-109878: Fix test_asyncio timeouts (#110092) (#110098) 2023-10-02 19:35:29 +00:00
test_windows_utils.py
utils.py [3.12] gh-110088, gh-109878: Fix test_asyncio timeouts (#110092) (#110098) 2023-10-02 19:35:29 +00:00