Hello all,
I have test that has three different scenarios, one is ‘ramping-vus’ and the two others are ‘ramping-arrival-rate’.
All of them were supposed to finish after about 2 hours of running, but for some reason one scenario stuck at 96% forever.
Those are the logs I am getting from K6 -
running (2h57m53.3s), 0070/5261 VUs, 231025 complete and 4930 interrupted iterations
users_spawn ✓ [ 100% ] 4992/5000 VUs 2h10m0s
messages_send ✓ [ 100% ] 000/084 VUs 2h0m25s 00.91 iters/s
spike_users ✗ [ 96% ] 000/177 VUs 1h53m52.4s/1h58m50s 004.47 iters/s
running (2h57m54.3s), 0070/5261 VUs, 231025 complete and 4930 interrupted iterations
users_spawn ✓ [ 100% ] 4992/5000 VUs 2h10m0s
messages_send ✓ [ 100% ] 000/084 VUs 2h0m25s 00.91 iters/s
spike_users ✗ [ 96% ] 000/177 VUs 1h53m52.4s/1h58m50s 004.47 iters/s
running (2h57m55.3s), 0070/5261 VUs, 231025 complete and 4930 interrupted iterations
users_spawn ✓ [ 100% ] 4992/5000 VUs 2h10m0s
messages_send ✓ [ 100% ] 000/084 VUs 2h0m25s 00.91 iters/s
spike_users ✗ [ 96% ] 000/177 VUs 1h53m52.4s/1h58m50s 004.47 iters/s
running (2h57m56.3s), 0070/5261 VUs, 231025 complete and 4930 interrupted iterations
users_spawn ✓ [ 100% ] 4992/5000 VUs 2h10m0s
messages_send ✓ [ 100% ] 000/084 VUs 2h0m25s 00.91 iters/s
spike_users ✗ [ 96% ] 000/177 VUs 1h53m52.4s/1h58m50s 004.47 iters/s
running (2h57m57.3s), 0070/5261 VUs, 231025 complete and 4930 interrupted iterations
users_spawn ✓ [ 100% ] 4992/5000 VUs 2h10m0s
messages_send ✓ [ 100% ] 000/084 VUs 2h0m25s 00.91 iters/s
spike_users ✗ [ 96% ] 000/177 VUs 1h53m52.4s/1h58m50s 004.47 iters/s
running (2h57m58.3s), 0070/5261 VUs, 231025 complete and 4930 interrupted iterations
users_spawn ✓ [ 100% ] 4992/5000 VUs 2h10m0s
messages_send ✓ [ 100% ] 000/084 VUs 2h0m25s 00.91 iters/s
spike_users ✗ [ 96% ] 000/177 VUs 1h53m52.4s/1h58m50s 004.47 iters/s
As you can see, ‘spike_users’ is supposed to finish after 1h58m50s but the test already running for 2h57m58.3s and it is just going up with no change.
Any idea why is it happening?