This PR contains the following updates: #2773
Build.yml
on: push
Matrix: Test JVM
Test JS
2m 7s
Publish
0s
Annotations
7 errors
ExclusiveTimingInterceptorTest.responseCodes():
misk/src/test/kotlin/misk/web/interceptors/ExclusiveTimingInterceptorTest.kt#L86
org.opentest4j.AssertionFailedError:
expected: 1
but was: 0
|
ExclusiveTimingInterceptorTest.responseCodes():
misk/src/test/kotlin/misk/web/interceptors/ExclusiveTimingInterceptorTest.kt#L86
org.opentest4j.AssertionFailedError:
expected: 1
but was: 0
|
Test JVM (gradle testShardNonHibernate -i --scan --parallel)
Process completed with exit code 1.
|
DevelopmentJobQueueTest.batch():
misk-jobqueue/src/test/kotlin/misk/jobqueue/DevelopmentJobQueueTest.kt#L39
java.lang.AssertionError:
Expecting actual:
[]
to contain exactly in any order:
["received RED job with message: stop sign",
"received RED job with message: apple"]
but could not find the following elements:
["received RED job with message: stop sign",
"received RED job with message: apple"]
|
DevelopmentJobQueueTest.batch():
misk-jobqueue/src/test/kotlin/misk/jobqueue/DevelopmentJobQueueTest.kt#L39
java.lang.AssertionError:
Expecting actual:
["received RED job with message: stop sign"]
to contain exactly in any order:
["received RED job with message: stop sign",
"received RED job with message: apple"]
but could not find the following elements:
["received RED job with message: apple"]
|
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.
|