Kyle Stanley <aeros...@gmail.com> added the comment:

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!

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37224>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to