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

test: separate specification tests from race conditions tests #154

Merged
merged 5 commits into from
Nov 22, 2023

Conversation

kwasniew
Copy link
Contributor

@kwasniew kwasniew commented Nov 22, 2023

About the changes

Separating specification tests (regular tests) and SDK internal tests (run with resource heavy race detection) using build tag I called norace.

Also found that some gradual rollout tests creating 200000 iterations which are a good candidate for exclusion from the race condition tests.

Important files

Discussion points

Copy link
Contributor

@gastonfournier gastonfournier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Because we're just tagging some specific tests most other tests will check for data races. 👍

@kwasniew kwasniew merged commit 9474298 into v3 Nov 22, 2023
9 checks passed
@kwasniew kwasniew deleted the separate-spec-from-race-test-v3 branch November 22, 2023 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants