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
Actual behavior
~10% of the time, the test will actually pass. In the other cases, the test will fail with:
[ERROR] testAddTodo(com.consol.citrus.samples.todolist.TodoListLoadTestIT) Time elapsed: 0.535 s <<< FAILURE!
com.consol.citrus.exceptions.TestCaseFailedException: Test case failed
Caused by: java.util.ConcurrentModificationException
christophd
changed the title
mvn verify -Dembedded -pl :citrus-[java|xml]-sample-http-loadtest fails most of the time with a ConcurrentModificationException
sample-http-loadtest fails most of the time with ConcurrentModificationException
Nov 12, 2019
Citrus Version
2.8.0
Expected behavior
Test should pass.
Actual behavior
~10% of the time, the test will actually pass. In the other cases, the test will fail with:
Test case sample
The text was updated successfully, but these errors were encountered: