-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
33.0.0.Beta1
-
---
-
---
Two of org.eclipse.microprofile.lra.tck.TckParticipantTests tests intermittently fail: testNonJaxRsCompletionStageVoid and testNonJaxRsCompletionStageResponseAndParticipantStatus with
java.lang.AssertionError: Non JAX-RS @Compensate method with CompletionStage<Void> should have been called expected:<1> but was:<0> at org.junit.Assert.fail(Assert.java:89) at org.junit.Assert.failNotEquals(Assert.java:835) at org.junit.Assert.assertEquals(Assert.java:647) at org.eclipse.microprofile.lra.tck.service.LRAMetricAssertions.assertCompensatedEquals(LRAMetricAssertions.java:91) at org.eclipse.microprofile.lra.tck.TckParticipantTests.testNonJaxRsCompletionStageVoid(TckParticipantTests.java:145)
and
java.lang.AssertionError: Non JAX-RS @Complete method with CompletionStage<Response> should have been called expected:<1> but was:<0> at deployment.valid-deploy.war//org.junit.Assert.fail(Assert.java:89) at deployment.valid-deploy.war//org.junit.Assert.failNotEquals(Assert.java:835) at deployment.valid-deploy.war//org.junit.Assert.assertEquals(Assert.java:647) at deployment.valid-deploy.war//org.eclipse.microprofile.lra.tck.service.LRAMetricAssertions.assertCompletedEquals(LRAMetricAssertions.java:154) at deployment.valid-deploy.war//org.eclipse.microprofile.lra.tck.TckParticipantTests.testNonJaxRsCompletionStageResponseAndParticipantStatus(TckParticipantTests.java:171)
respectively. See test runs:
- is cloned by
-
JBEAP-27253 Flaky LRA TckParticipantTests tests
- Open