Test does not terminate

When I run a load test there are a few users that don’t seem to complete.

The test is set to feed users into the system during an hour and each user takes <2 minutes to complete the sequence.

However after having for 2 hours the test has the following status:

waiting: 0 / active: 55 / done:34504

And seems to be stuck there.

I’m not sure how to even begin to solve this problem. The test works when running with a single user.

How should I proceed in order to find the error?

Which version do you use?

<scala.version>2.11.6</scala.version>

<gatling.version>2.2.0-M2</gatling.version>

<gatling-plugin.version>2.1.7</gatling-plugin.version>

<scala-maven-plugin.version>3.2.0</scala-maven-plugin.version>

Try with latest snapshot.
If it still stalls, I’m afraid there’s nothing I can do without a reproducer.

That seemed to do the trick.

Cool :slight_smile: