This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author anentropic
Recipients anentropic
Date 2021-03-18.19:32:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616095974.23.0.0590134245888.issue43546@roundup.psfhosted.org>
In-reply-to
Content
It turns out splitting the tests across 2 nodes rather than 4 also prevents the error.

So it's not a case of "too many" tests.

So then I think maybe it needs to be a specific number to trigger the error?

And yes, if I duplicate one of our test cases (I mean test method in a TestCase class) so that there is one more than before... that also prevents the error!
History
Date User Action Args
2021-03-18 19:32:54anentropicsetrecipients: + anentropic
2021-03-18 19:32:54anentropicsetmessageid: <1616095974.23.0.0590134245888.issue43546@roundup.psfhosted.org>
2021-03-18 19:32:54anentropiclinkissue43546 messages
2021-03-18 19:32:54anentropiccreate