-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Enable random execution order of tests #554
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should wait until this gets merged : #552
Also locally my test runs fail on this branch (using the -shuffle
option).
yes exactly |
#552 is now merged and tests are now passing. You can merge now @orpheuslummis 🙂 |
thanks. I'm doing more |
Co-authored-by: Shahzad Lone <shahzadlone@gmail.com>
fa828e2
to
a62e55b
Compare
I ran the suite 300 times on each linux & macos to make myself feel better. |
Co-authored-by: Shahzad Lone <shahzadlone@gmail.com>
Relevant issue(s)
Resolves #553
Description
Enables the randomization the execution order of tests on
make test
. The option,go test -shuffle=
is available since Go 1.17. The-shuffle=on
switch sets the random seed at clock time.Tasks
How has this been tested?
Specify the platform(s) on which this was tested: