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
on the current 4.0.0-M2 the ParallelTestActionBuilderTest.testParallelBuilderNestedContainer test is flaky! sometimes it passes, sometimes it fails. always with the following error message:
Error: Tests run: 99, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 12.032 s <<<FAILURE! - in TestSuite
Error: testParallelBuilderNestedContainer(org.citrusframework.actions.dsl.ParallelTestActionBuilderTest) Time elapsed: 0.212 s <<<FAILURE!
java.lang.AssertionError: expected [class org.citrusframework.actions.EchoAction] but found [class org.citrusframework.container.Sequence]
at org.citrusframework.actions.dsl.ParallelTestActionBuilderTest.testParallelBuilderNestedContainer(ParallelTestActionBuilderTest.java:79)
- Avoid racing condition when multiple test actions finish at the same time and assertion expects the wrong test action to finish first
(cherry picked from commit 586329c)
on the current
4.0.0-M2
theParallelTestActionBuilderTest.testParallelBuilderNestedContainer
test is flaky! sometimes it passes, sometimes it fails. always with the following error message:taken from an example build that passed on retry.
The text was updated successfully, but these errors were encountered: