Skip to content
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

Randomize the execution order of tests #553

Closed
orpheuslummis opened this issue Jun 22, 2022 · 1 comment · Fixed by #554
Closed

Randomize the execution order of tests #553

orpheuslummis opened this issue Jun 22, 2022 · 1 comment · Fixed by #554
Assignees
Labels
area/testing Related to any test or testing suite ci/build This is issue is about the build or CI system, and the administration of it.
Milestone

Comments

@orpheuslummis
Copy link
Contributor

The go test -shuffle= option is available since Go 1.17. This intentionally breaks tests assuming a particular test execution order.

@orpheuslummis orpheuslummis added area/testing Related to any test or testing suite ci/build This is issue is about the build or CI system, and the administration of it. labels Jun 22, 2022
@orpheuslummis orpheuslummis added this to the DefraDB v0.3 milestone Jun 22, 2022
@orpheuslummis orpheuslummis self-assigned this Jun 22, 2022
@orpheuslummis
Copy link
Contributor Author

orpheuslummis commented Jun 22, 2022

Found following issues when applying this:
#556
#555

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing Related to any test or testing suite ci/build This is issue is about the build or CI system, and the administration of it.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant