SOLO-3047

RapidFireKillFailedSoloError — Component

RapidFireKillFailedSoloError

CodeSOLO-3047
CategoryComponent
OwnershipInfrastructure
RetryableNo

Description

Thrown when solo cannot stop a running rapid-fire load test; the message names the test class and wraps the underlying failure in cause. This step terminates the load generator, so this means the stop did not succeed — for example the load-test pod or process could not be reached or signaled.

Troubleshooting Steps

  1. Check if the test process is still running: kubectl exec -n – ps aux | grep
  2. Manually kill the process: kubectl exec -n – pkill -f
  3. To stop the load test entirely, uninstall the NLG chart: helm uninstall network-load-generator -n