-
Notifications
You must be signed in to change notification settings - Fork 33
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
ConcurrentModificationException while running load test using #24
Comments
Hi @chhil It appears that something is modifying the fields of the message while it is being The jPOS Mux and Channel do modify messages but they don't change fields, just direction, header, and packager, so I'm at a loss where this would actually happen. I'll see when I can find some time to dig into this. If this is impacting your testing and you need an urgent fix, I'm happy to just either turn off the printing via a config switch or just swallow the exception as it only impacts the message rendering for the JMeter output/report but not the load generation. |
It's not impacting my testing and its only happened once. I will reach out to jpos and see if its something that can be resolved there. |
It might be a side effect, that the Hm, but than again, you don't share the builder to other instances of the sampler. That should be safe. |
Thanks, @FSchumacher. I have managed to narrow it down a little and then found a work-around (see #51) that seems to work. |
Jmeter jmx zip is attached.
If there is any additional info I can provide , please let me know.
Visa_MC_Test Plan.zip
The text was updated successfully, but these errors were encountered: