I am performing provisioning performance tests using JMeter. I need to provision DB with 40 million entities using REST/http requests. I am incrementing counter to generate unique IDs for provisioning request.
While running these loads, some requests fail (~3k). To provision these,I need to run the complete load again (this way I get failures for entities already created,but the previous failures are re-attempted). Is there a clean way to do this,where only failures can be re-attempted?