cockroach icon indicating copy to clipboard operation
cockroach copied to clipboard

kvserver: clear rac2 token metrics prior to integration testing

Open kvoli opened this issue 4 months ago • 1 comments

TestFlowControl.*V2 tests assert on exact counters. This can be problematic if benign deltas occur while setting up the test, such a send queue forming when adding a new learner, but being quickly resolved.

Clear the token metrics prior to commencing these tests, in order to prevent flakes that result from such deltas in setup.

Fixes: #132642 Release note: None

kvoli avatar Oct 18 '24 15:10 kvoli