-
-
Notifications
You must be signed in to change notification settings - Fork 33.1k
Closed
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtopic-replRelated to the interactive shellRelated to the interactive shelltype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
This has popped up on two buildbots:
ERROR: test_repl_eio (test.test_pyrepl.test_unix_console.TestUnixConsoleEIOHandling.test_repl_eio)
Warning -- Unraisable exception
ResourceWarning: subprocess 983916 is still running
Warning -- Unraisable exception
ResourceWarning: unclosed file <_io.FileIO name=7 mode='rb' closefd=True>
Warning -- Unraisable exception
ResourceWarning: unclosed file <_io.FileIO name=9 mode='rb' closefd=True>
Re-running test_pyrepl in verbose mode (matching: test_repl_eio)
There have been previous issues with this test, it timed out in the CI (c985822).
Examples, this happens quite frequently:
- ARM64 Raspbian 3.14
- ARM64 Raspbian 3.14 (another case)
- ARM64 Raspbian Debug 3.X
- ARM64 Raspbian Debug 3.14
CPython versions tested on:
CPython main branch, 3.14
Operating systems tested on:
Other
Linked PRs
cmaloney
Metadata
Metadata
Assignees
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtopic-replRelated to the interactive shellRelated to the interactive shelltype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error