Unleash / unleash-client-go

Unleash client SDK for Go
https://docs.getunleash.io
Apache License 2.0
139 stars 54 forks source link

test: separate specification tests from race conditions tests #154

Closed kwasniew closed 1 year ago

kwasniew commented 1 year ago

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