Feature request: Re-run the tests #2150
oriongonza
started this conversation in
Feature requests
Replies: 1 comment
-
Thanks! Would this be something that would be part of #2219? I think there's a bunch of different stress test modes that can be added. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Motivation
I'd like to leave my tests running all nights to spot possible race conditions.
Right now I leave it running with "while cargo nextest run; do :; done".
That is not ideal for the following reasons:
Proposal
And endless stream of tests that only finishes when
ctrl+c
ing itAlternatives
No response
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions