How can I clean up waiting requests left from previous run?

Hi there,

I had run a stress test, but before it finished itself, I used Ctrl + C and killed it. Now, when I start a new run it always carry the waiting scenarios from previous run. How can I possibly clean them up and run the test from scratch?

Below are the console output when I started another run:

The “waiting” requests are scheduled requests that have not yet been executed. In other words - those are the requests that you have scheduled to run in this scenario (they are not random leftovers).

Thank you Håkan, you are absolutely right!