armeria icon indicating copy to clipboard operation
armeria copied to clipboard

Test failure: SuspendingAnnotatedServiceTest

Open minwoox opened this issue 2 years ago • 0 comments

SuspendingAnnotatedServiceTest > test_blockingAnnotation() FAILED
    org.opentest4j.AssertionFailedError: 
    expected: 200
     but was: 500
        at [email protected]/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
        at [email protected]/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:77)
        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.kotlin.SuspendingAnnotatedServiceTest.test_blockingAnnotation(SuspendingAnnotatedServiceTest.kt:117)

minwoox avatar Apr 18 '22 14:04 minwoox