DickJC123 commented on issue #19255: URL: https://github.com/apache/incubator-mxnet/issues/19255#issuecomment-707283750
Back when we used nosetests, we could stress-test a unittest with a command like: ``` MXNET_TEST_COUNT=100 nosetests --verbose -s --logging-level=DEBUG <my_test> ``` The purpose of the DEBUG logging level was you could get some output with each test and hence get a sense that it wasn't hung, and also how long the entire run would take. Also the seed was announced in advance of running the test so that if the failure one was troubleshooting was a segfault, then the seed is not lost. Do these capabilities exist with the pytest-repeat approach? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
