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.common.ContextPushHookTest.shouldRunHooksWhenContextIsPushed() #5672

Open
minwoox opened this issue May 10, 2024 · 0 comments

Comments

@minwoox
Copy link
Member

minwoox commented May 10, 2024

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)

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