nats-io / nats-server

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

De-flake TestNRGUnsuccessfulVoteRequestDoesntResetElectionTimer #5962

Closed MauriceVanVeen closed 1 month ago

MauriceVanVeen commented 1 month ago

Test flaked due to not establishing a meta leader in a reasonable amount of time. Moving the cluster creation up means the timers only influence the RAFT group that's specifically created for this test.

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

MauriceVanVeen commented 1 month ago

Results in data race, closing for now.