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 vstinner
Recipients pitrou, serhiy.storchaka, vstinner
Date 2017-08-17.16:16:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502986586.97.0.897725760921.issue31227@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure if we should use the same RNG seed for all tests, or create one seed per test when the option -r is used.

For example, I expect that "./python -m test -r -F test_tools" will catch a random bug which only occurs for a specific random seed.
History
Date User Action Args
2017-08-17 16:16:26vstinnersetrecipients: + vstinner, pitrou, serhiy.storchaka
2017-08-17 16:16:26vstinnersetmessageid: <1502986586.97.0.897725760921.issue31227@psf.upfronthosting.co.za>
2017-08-17 16:16:26vstinnerlinkissue31227 messages
2017-08-17 16:16:26vstinnercreate