We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e731d commit 018a7b1Copy full SHA for 018a7b1
core/src/test/java/com/linecorp/armeria/client/endpoint/healthcheck/HealthCheckedEndpointGroupTest.java
@@ -564,7 +564,7 @@ void cacheReflectsAttributeChanges() throws InterruptedException {
564
);
565
566
endpointGroup.whenReady().join();
567
- endpointGroup.addListener(endpointsListener, true);
+ endpointGroup.addListener(endpointsListener, false);
568
569
await().untilAsserted(() -> assertThat(updateInvokedCounter).hasValue(1));
570
// the counter should stay 1 after 1 second has passed
0 commit comments