Add missing tests for a non-empty Authenticated annotation and #2790
Build.yml
on: push
Matrix: Test JVM
Test JS
1m 49s
Publish
0s
Annotations
6 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)
|
MetricsInterceptorTest.responseCodes():
misk/src/test/kotlin/misk/web/interceptors/MetricsInterceptorTest.kt#L69
org.opentest4j.AssertionFailedError:
expected: 5
but was: 4
|
MetricsInterceptorTest.responseCodes():
misk/src/test/kotlin/misk/web/interceptors/MetricsInterceptorTest.kt#L72
org.opentest4j.AssertionFailedError:
expected: 2
but was: 1
|
Test JVM (gradle testShardNonHibernate -i --scan --parallel)
Process completed with exit code 1.
|
Test JVM (gradle testShardHibernate -i --scan --no-parallel)
The job was canceled because "gradle_testShardNonHibern" failed.
|
Test JVM (gradle testShardHibernate -i --scan --no-parallel)
The operation was canceled.
|