Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: fix race condition in testserver. (#1882)
## What this PR does / why we need it: Fix race condition detected in tests detected in CI. This read https://github.com/terramate-io/terramate/blob/main/cloud/testserver/stacks.go#L297 races against orgs upserted at https://github.com/terramate-io/terramate/blob/main/cloud/testserver/cloudstore/store.go#L307 ## Which issue(s) this PR fixes: none ## Special notes for your reviewer: This only affects our test infrastructure. ## Does this PR introduce a user-facing change? ``` no ```
- Loading branch information