nats-io / nats-server

High-Performance server for NATS.io, the cloud and edge native messaging system.
https://nats.io
Apache License 2.0
16k stars 1.41k forks source link

De-flake TestNoRaceJetStreamClusterCheckInterestStatePerformanceWQ #6098

Closed MauriceVanVeen closed 1 week ago

MauriceVanVeen commented 1 week ago

The test failed on CI, but also sometimes locally. Had this fail locally just now with:

norace_test.go:11087: require 74.138µs to be less than 46.426µs

Improved the require to also report the time spent, as well as be <5ms.

Signed-off-by: Maurice van Veen github@mauricevanveen.com