How to run some but not all tests in a Perl test suite in parallel?
问题 I've got a Perl-based test suite with 10,000+ tests that I would like to make run faster. I've tested using the -j flag to prove , and I have found that most-but-not-all of my tests are ready to run in parallel. While I can work on making the remaining tests to be "parallel friendly", I expect there always be some tests which are not. What's a good way to manage this? I would like for it to be easy to run the whole set of tests efficiently, and make it easy to mark tests as "not-parallel