Hi,
My simulation seems stuck now for awhile (few minutes). It did happen also in the pas tin some of my testing.
I do the following injection step
“inject” → (ramp(20 users) over (10 minutes)).asInstanceOf[InjectionStep],
and the console display shows the same status for a long time now:
Looks like a message got lost somewhere. Which version do you use?
gatling-charts-highcharts-2.0.0-M3a
Could you provide your simulation.log so I can have a look, please? The idea is to find out the last request that was logged for the 13 lost users. Then the problem is located in the next step in your scenario.
There's a pattern there:
- users 0, 3, 6, 9, 12... complete the scenario
- other users 1, 2, 4, 5, 7, 8, 10, 11... are lost after the first
processList request (successfully) and never reach
activateProcess-Profitability
Do you have any custom code between processList and
activateProcess-Profitability? Do you see any difference (probably in
injected data) between users 0, 3, 6... and the other ones that could cause
a problem? What does activateProcess-Profitability look like?