Closed kwasniew closed 1 year ago
Separating specification tests (regular tests) and SDK internal tests (run with resource heavy race detection) using build tag I called norace.
norace
Also found that some gradual rollout tests creating 200000 iterations which are a good candidate for exclusion from the race condition tests.
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