Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
minwoox opened this issue Jul 2, 2024 · 0 comments

Comments

@minwoox
Copy link
Member

minwoox commented Jul 2, 2024

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)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant