
We observed a race condition that sometimes goroutines are just closing but still measured by the goroutine Lookup of the following test. We try to avoid this by adding `runtime.Gosched()` at the start of each test.
We observed a race condition that sometimes goroutines are just closing but still measured by the goroutine Lookup of the following test. We try to avoid this by adding `runtime.Gosched()` at the start of each test.