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.81k stars 914 forks source link

Test failure: `com.linecorp.armeria.common.ContextPushHookTest.shouldRunHooksWhenContextIsPushed()` #5672

Open minwoox opened 5 months ago

minwoox commented 5 months ago
org.opentest4j.AssertionFailedError: 
Expecting actual:
  ["ServerBuilder/push",
    "Service/push",
    "ServiceContext/push",
    "ClientBuilder/push",
    "ClientContext/push",
    "VirtualHost/push",
    "VirtualService/push"]
to contain exactly (and in same order):
  ["ClientBuilder/push",
    "ClientContext/push",
    "ServerBuilder/push",
    "VirtualHost/push",
    "VirtualService/push",
    "ServiceContext/push"]
but some elements were not expected:
  ["Service/push"]

    at java.base@17.0.10/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at java.base@17.0.10/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
    at java.base@17.0.10/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
    at java.base@17.0.10/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
    at app//com.linecorp.armeria.common.ContextPushHookTest.shouldRunHooksWhenContextIsPushed(ContextPushHookTest.java:138)
    at java.base@17.0.10/java.lang.reflect.Method.invoke(Method.java:568)
    at java.base@17.0.10/java.util.ArrayList.forEach(ArrayList.java:1511)
    at java.base@17.0.10/java.util.ArrayList.forEach(ArrayList.java:1511)
trustin commented 2 months ago

[Build Scan](https://ge.armeria.dev/s/6n7adjy6f3uzc/tests/task/:core:shadedTest/details/com.linecorp.armeria.common.ContextPushHookTest/shouldRunHooksWhenContextIsPushed()?top-execution=1)