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.8k stars 912 forks source link

Test failure: `com.linecorp.armeria.testing.junit5.server.ServerExtensionTest.requestContextCaptor()` #5728

Open minwoox opened 4 months ago

minwoox commented 4 months ago
org.opentest4j.AssertionFailedError: 
expected: 1
 but was: 2
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at com.linecorp.armeria.testing.junit5.server.ServerExtensionTest.requestContextCaptor(ServerExtensionTest.java:44)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at java.util.ArrayList.forEach(ArrayList.java:1259)
    at java.util.ArrayList.forEach(ArrayList.java:1259)
minwoox commented 4 months ago

This failed when running > Task :junit5:shadedTest https://github.com/line/armeria/actions/runs/9363248209/job/25773619506#step:11:1960