-
Notifications
You must be signed in to change notification settings - Fork 0
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
Random java.util.ConcurrentModificationException #3
Comments
@clemstoquart thanks for the report! Could you please provide some more details:
Of course ideally would be to have some sample project that can reproduce problem, but I hope we can start investigation by having 2 items from the list above |
@clemstoquart any updates? |
Hello, Sorry for the delay I was on holiday.
Unfortunately, the project isn't open source so I can't share code. |
Hi, I don't think logs will help. There's literally only some |
I see. Let me check what I can do. I'll check error logging and can make
some SNAPSHOT version with extra info. ETA - this weekend.
вт, 15 июн. 2021 г. в 12:50, Clément Stoquart ***@***.***>:
… Hi,
I don't think logs will help. There's literally only some
java.util.ConcurrentModificationException printed.
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAFXCIQHNJYGT3WKHQKJD6TTS4O5PANCNFSM46CPIVKA>
.
--
С уважением,
Дмитрий Павлов
|
@clemstoquart I did not have time to dig into more details yet, but I suspect this is somehow related to concurrent test execution. May I ask you to run tests with |
Hi,
First, thanks for your work on this plugin, it's a huge improvement for all maven users.
Unfortunately, after I've added the plugin to my Spring Boot project some random
java.util.ConcurrentModificationException
start happening during test execution.My env :
The text was updated successfully, but these errors were encountered: