Forum Discussion
cbyndr
16 years agoContributor
Right, so, I ended up paring the datasource down to 10 records, and iterating through the same ten records by running the load test (iteratively) from the command line, using the load test's tear down script to clean up between iterations.
Somewhat crude, and deviant from the idea behind my original post, but it worked for this test's purposes, which had been to produce a ConcurrentModificationException in an external application.
Somewhat crude, and deviant from the idea behind my original post, but it worked for this test's purposes, which had been to produce a ConcurrentModificationException in an external application.