Feature request: Re-run the tests #2150
oriongonza
started this conversation in
Feature requests
Replies: 1 comment 1 reply
-
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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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