SOLO-3047
RapidFireKillFailedSoloError — Component
RapidFireKillFailedSoloError
| Code | SOLO-3047 |
| Category | Component |
| Ownership | Infrastructure |
| Retryable | No |
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
- Check if the test process is still running: kubectl exec -n
– ps aux | grep - Manually kill the process: kubectl exec -n
– pkill -f - To stop the load test entirely, uninstall the NLG chart: helm uninstall network-load-generator -n