Message360025
I also just realized that I can run "test.test__xxsubinterpreters.DestroyTests" by itself with:
./python -m test test__xxsubinterpreters.DestroyTests -j200 -F -v
For some reason, I hadn't thought of running that class of tests by itself to isolate the failure. Prior to this issue, I didn't have experience in debugging a group of intermittent failures occurring across different tests. For most bugs I've worked on so far, it was a single, clearly defined point of failure; or a behavioral issue that wasn't covered in the regression tests.
But, that's certainly useful to know for future debugging and will help to improve my workflow for further investigating this issue. It's a lot more effective than adding a bunch of skip test annotations throughout the test file! |
|
Date |
User |
Action |
Args |
2020-01-15 05:49:30 | aeros | set | recipients:
+ aeros, vstinner, eric.snow |
2020-01-15 05:49:30 | aeros | set | messageid: <1579067370.45.0.629650562539.issue37224@roundup.psfhosted.org> |
2020-01-15 05:49:30 | aeros | link | issue37224 messages |
2020-01-15 05:49:30 | aeros | create | |
|