Ethan Pullen
Ethan Pullen
Thank's for reaching out. We are looking into this issue.
This is the expected behavior. It was implemented this way because people were getting confused thinking that retries were separate tests and not just a rerun in the same test...
Using running the following test should repro this error. ```yaml apiVersion: testsys.system/v1 kind: Test metadata: name: hello-bones namespace: testsys spec: agent: name: hello-agent image: "example-test-agent:integ" keepRunning: false configuration: mode: Fast...
> The reason is that it's very easy for a bash program to exit early with a 0 status code without a lot of careful error checking. I never considered...