Using k6-operator v0.0.14, I create a TestRun resource with property “spec.paused” = “true”. Unexpectedly, the operator seems to ignore this property setting and instead executes the TestRun to completion.
My expectation is that the TestRun should remain in the “paused” state until I unpause the TestRun by changing property “spec.paused” to “false”.
Is this a bug or is my understanding of the expected behavior incorrect?
6 posts - 2 participants