Message337772
PPC64 AIX 3.x:
https://buildbot.python.org/all/#/builders/10/builds/2224
0:12:47 [160/420/1] test_threading failed (env changed)
...
Ran 158 tests in 12.023s
OK (skipped=1)
Warning -- files was modified by test_threading
Before: []
After: ['core']
I don't know if it's a regression or if it occurred in the past.
Michael: Can you please try to reproduce the issue? Any idea if it's new or not?
You can try to identify which test creates a core dump using:
$ ./python -m test.bisect_cmd --fail-env-changed test_thread -v
The command is supposed to find which test creates the "core" file. |
|
Date |
User |
Action |
Args |
2019-03-12 16:14:04 | vstinner | set | recipients:
+ vstinner, Michael.Felt |
2019-03-12 16:14:04 | vstinner | set | messageid: <1552407244.81.0.665825370239.issue36273@roundup.psfhosted.org> |
2019-03-12 16:14:04 | vstinner | link | issue36273 messages |
2019-03-12 16:14:04 | vstinner | create | |
|