armeria icon indicating copy to clipboard operation
armeria copied to clipboard

Test failure: `com.linecorp.armeria.server.ServerBuilderTest.contextHook()`

Open ikhoon opened this issue 1 year ago • 0 comments

org.opentest4j.AssertionFailedError: 
expected: 0
 but was: 2
	at jdk.internal.reflect.GeneratedConstructorAccessor22.newInstance(Unknown Source)
	at [email protected]/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at [email protected]/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499)
	at app//com.linecorp.armeria.server.ServerBuilderTest.contextHook(ServerBuilderTest.java:769)
	at [email protected]/java.lang.reflect.Method.invoke(Method.java:568)
	at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511)
	at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1511)

ikhoon avatar Jun 18 '24 02:06 ikhoon