Message352271
It seems like test__xxsubinterpreters still has race conditions.
See also bpo-37224 and bpo-33356.
AMD64 FreeBSD CURRENT Shared 3.x:
https://buildbot.python.org/all/#/builders/168/builds/1428
FAIL: test_subinterpreter (test.test__xxsubinterpreters.IsRunningTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/test/test__xxsubinterpreters.py", line 492, in test_subinterpreter
self.assertTrue(interpreters.is_running(interp))
AssertionError: False is not true
Later, when test__xxsubinterpreters is re-run in verbose mode:
FAIL: test_still_running (test.test__xxsubinterpreters.DestroyTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/usr/home/buildbot/python/3.x.koobs-freebsd-current/build/Lib/test/test__xxsubinterpreters.py", line 765, in test_still_running
interpreters.destroy(interp)
AssertionError: RuntimeError not raised |
|
Date |
User |
Action |
Args |
2019-09-13 09:50:39 | vstinner | set | recipients:
+ vstinner, eric.snow |
2019-09-13 09:50:39 | vstinner | set | messageid: <1568368239.98.0.217777678278.issue38154@roundup.psfhosted.org> |
2019-09-13 09:50:39 | vstinner | link | issue38154 messages |
2019-09-13 09:50:39 | vstinner | create | |
|