armeria icon indicating copy to clipboard operation
armeria copied to clipboard

Test failure: `com.linecorp.armeria.xds.client.endpoint.DynamicHealthCheckTest.gracefulEndpointUpdate()`

Open minwoox opened this issue 5 months ago • 1 comments

org.opentest4j.AssertionFailedError: 
expected: /127.0.0.1:34782
 but was: /127.0.0.1:34794
	at app//com.linecorp.armeria.xds.client.endpoint.DynamicHealthCheckTest.gracefulEndpointUpdate(DynamicHealthCheckTest.java:272)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:566)
	at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1541)
	at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1541)

minwoox avatar Sep 10 '24 06:09 minwoox