armeria icon indicating copy to clipboard operation
armeria copied to clipboard

Test failure: `com.linecorp.armeria.client.endpoint.healthcheck.HealthCheckedEndpointGroupLongPollingPingTest.ping`

Open schiemon opened this issue 3 months ago • 0 comments

Following test failed in build-windows-latest-jdk-21:

HealthCheckedEndpointGroupLongPollingPingTest > ping() FAILED
    java.lang.AssertionError: 
    Expecting size of:
      [[:status=102, armeria-lphc=60, 1]]
    to be greater than or equal to 2 but was 1
        at com.linecorp.armeria.client.endpoint.healthcheck.HealthCheckedEndpointGroupLongPollingPingTest.ping(HealthCheckedEndpointGroupLongPollingPingTest.java:125)

ref: https://github.com/line/armeria/actions/runs/17895694609/job/50882008490?pr=6398#step:10:1458

schiemon avatar Sep 21 '25 16:09 schiemon