armeria icon indicating copy to clipboard operation
armeria copied to clipboard

Test failure: `com.linecorp.armeria.client.endpoint.healthcheck.HealthCheckedEndpointGroupTest.cacheReflectsAttributeChanges()`

Open minwoox opened this issue 1 year ago • 2 comments

java.lang.AssertionError: 
Expecting AtomicLong(2) to have value:
  1L
but did not.
	at com.linecorp.armeria.client.endpoint.healthcheck.HealthCheckedEndpointGroupTest.lambda$cacheReflectsAttributeChanges$15(HealthCheckedEndpointGroupTest.java:565)
	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:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
	at java.base/java.lang.Thread.run(Thread.java:840)

minwoox avatar Dec 03 '24 12:12 minwoox

Hello, I’m trying to contribute by making simple modifications to test codes to become familiar with the codebase.

Could you check if this issue has been resolved? If not, would it be okay for me to work on it?

hyunw9 avatar Mar 06 '25 13:03 hyunw9

@hyunw9 👋 No one's working on this issue as far as I know. Please feel free to send a pull request!

trustin avatar Mar 24 '25 02:03 trustin