Fix flaky micrometer test (#5514)

This commit is contained in:
Lauri Tulmin 2022-03-07 18:56:38 +02:00 committed by GitHub
parent 9ed35fd286
commit 3c11cd44a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -118,10 +118,11 @@ public abstract class AbstractLongTaskTimerSecondsTest {
.hasValue(0)
.attributes()
.containsOnly(attributeEntry("tag", "value")))));
testing().clearData();
// when timer is removed from the registry
Metrics.globalRegistry.remove(timer);
Thread.sleep(10); // give time for any in flight metric export to be received
testing().clearData();
timer.start();
// then no tasks are active after starting a new sample