This PR contains the following updates: #7050
Annotations
3 errors
ExclusiveTimingInterceptorTest.time():
misk/src/test/kotlin/misk/web/interceptors/ExclusiveTimingInterceptorTest.kt#L56
java.lang.AssertionError:
Expecting actual:
0.0
to be close to:
10.0
by less than 5.0 but difference was 10.0.
(a difference of exactly 5.0 being considered valid)
|
GracefulShutdownInterceptorTest.customStatusCode():
misk/src/test/kotlin/misk/web/shutdown/GracefulShutdownInterceptorTest.kt#L390
org.opentest4j.AssertionFailedError:
Expecting value to be true but was false
|
SubscriptionTest.everything that is published via different APIs is consumed():
misk-aws2-sqs/src/test/kotlin/misk/aws2/sqs/jobqueue/SubscriptionTest.kt#L31
org.opentest4j.AssertionFailedError: expected: <3> but was: <2>
|