You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
org.opentest4j.AssertionFailedError:
expected: 1
but was: 2
at [email protected]/jdk.internal.reflect.DirectConstructorHandleAccessor.newInstance(DirectConstructorHandleAccessor.java:62)
at [email protected]/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:502)
at app//com.linecorp.armeria.server.Http1ServerDelayedCloseConnectionTest.shouldWaitForDisconnectByClientSideFirst(Http1ServerDelayedCloseConnectionTest.java:112)
at [email protected]/java.lang.reflect.Method.invoke(Method.java:580)
at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1596)
at [email protected]/java.util.ArrayList.forEach(ArrayList.java:1596)
The text was updated successfully, but these errors were encountered:
ikhoon
added a commit
to ikhoon/armeria
that referenced
this issue
Oct 16, 2024
Motivation:
Two tests often fail in CI builds.
- line#5942
- line#5724
The cause of the failtures seem timing issue.
Modifcations:
- Wrap assertion with `await().untilAsserted()`
Result:
- Fixesline#5942
- Fixesline#5724
ikhoon
added a commit
to ikhoon/armeria
that referenced
this issue
Oct 16, 2024
Motivation:
Two tests often fail in CI builds.
- line#5942
- line#5724
The cause of the failtures seem timing issue.
Modifcations:
- Wrap assertion with `await().untilAsserted()`
Result:
- Fixesline#5942
- Fixesline#5724
The text was updated successfully, but these errors were encountered: