You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`TestMakePriority` was skipped in cockroachdb#110354 due to flakes. The test began
to flake after upgrading to `go1.20` in cockroachdb#109773, as the global rand was
seeded differently.
Bump the number of trials from 100k to 750k in order to collect more
samples of the underlying distribution, which deflakes the test. This
doubles the average test time, from 200ms to 400ms on a GCP C2 instance.
Passes 50k runs:
```
dev test pkg/roachpb -f TestMakePriority -v --stress --count=50000
...
//pkg/roachpb:roachpb_test PASSED in 0.9s
Stats over 50000 runs: max = 0.9s, min = 0.3s, avg = 0.4s, dev = 0.0s
```
Fixes: cockroachdb#110303
Release note: None
0 commit comments