-
-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
BugSomething isn't workingSomething isn't workingDuplicateThis issue or pull request already existsThis issue or pull request already existsV2 Go Rewrite
Description
Describe the bug
After the CRD has been applied and the test has completed running for the duration specified, the process fails. The worker job completes, while the master job continues to run.
To Reproduce
Steps to reproduce the behavior:
- Apply the
LocustTestmanifest to start the test - Once the test runs for specified duration, list available jobs and pods
- You should see that the worker job and worker pods have been completed. However, the master job has not been completed and the pod is in a NotReady state.
Expected behavior
Once the test has completed, both the worker and the master pods should be in a Completed state and eventually removed.
Screenshots
Pods status after the test has completed.

Jobs status after the test has completed.

Additional context
I suspect that the problem is that on the master node, the locust-metrics-exporter container never stop and continues to run. Failing to signal job completion.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't workingDuplicateThis issue or pull request already existsThis issue or pull request already existsV2 Go Rewrite