line / armeria

Your go-to microservice framework for any situation, from the creator of Netty et al. You can build any type of microservice leveraging your favorite technologies, including gRPC, Thrift, Kotlin, Retrofit, Reactive Streams, Spring Boot and Dropwizard.
https://armeria.dev
Apache License 2.0
4.83k stars 922 forks source link

Test failure: `com.linecorp.armeria.client.kubernetes.endpoints.KubernetesEndpointGroupMockServerTest.createEndpointsWithNodeIpAndPort()` #5794

Open minwoox opened 4 months ago

minwoox commented 4 months ago
java.lang.AssertionError: 
Expecting actual:
  [Endpoint{2.2.2.2:30000, weight=1000}, Endpoint{3.3.3.3:30000, weight=1000}]
to contain exactly in any order:
  [Endpoint{2.2.2.2:30000, weight=1000},
    Endpoint{3.3.3.3:30000, weight=1000},
    Endpoint{4.4.4.4:30000, weight=1000}]
but could not find the following elements:
  [Endpoint{4.4.4.4:30000, weight=1000}]

    at com.linecorp.armeria.client.kubernetes.endpoints.KubernetesEndpointGroupMockServerTest.lambda$createEndpointsWithNodeIpAndPort$5(KubernetesEndpointGroupMockServerTest.java:143)
    at org.awaitility.core.AssertionCondition.lambda$new$0(AssertionCondition.java:53)
    at org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:248)
    at org.awaitility.core.ConditionAwaiter$ConditionPoller.call(ConditionAwaiter.java:235)
    at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
    at java.base/java.lang.Thread.run(Thread.java:1583)