open-vault/changelog/17028.txt
Nick Cabatoff 7842b861b3
Make some activity log tests less flaky (#17028)
* OSS parts of ent #3157.  Some activity log tests were flaky because background workers could race with them; now we overload DisableTimers to stop some of them from running, and add some channels we can use to wait for others to complete before we start testing.

* Add CL
2022-09-07 09:06:15 -04:00

3 lines
125 B
Plaintext

```release-note:improvement
core: Activity log goroutine management improvements to allow tests to be more deterministic.
```