Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sample-http-loadtest fails most of the time with ConcurrentModificationException #42

Open
turing85 opened this issue Feb 13, 2019 · 0 comments

Comments

@turing85
Copy link
Contributor

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:

[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

Test case sample

> cd /path/to/citrus-samples
> mvn verify -Dembedded -pl :citrus-java-sample-http-loadtest
> mvn verify -Dembedded -pl :citrus-xml-sample-http-loadtest
@christophd 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant