-
-
Notifications
You must be signed in to change notification settings - Fork 32.7k
Closed
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtopic-replRelated to the interactive shellRelated to the interactive shell
Description
The timeout in run_repl
of 0.5 seconds is too small and leads to spurious failures on slow/heavily loaded machines, or when running with sanitizers:
cpython/Lib/test/test_pyrepl/test_pyrepl.py
Line 951 in ef10110
while select.select([master_fd], [], [], 0.5)[0]: |
(This is my second attempt at describing the problems I ran into with #121603)
Linked PRs
Metadata
Metadata
Assignees
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtopic-replRelated to the interactive shellRelated to the interactive shell