Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

K6 CRD object doesn't progress past started #57

Closed
MarkSRobinson opened this issue Aug 3, 2021 · 1 comment
Closed

K6 CRD object doesn't progress past started #57

MarkSRobinson opened this issue Aug 3, 2021 · 1 comment
Labels
bug Something isn't working question Further information is requested

Comments

@MarkSRobinson
Copy link

The k6 CRD object does not progress past stage: started even after all the downstream jobs have finished.

@dgzlopes dgzlopes added the bug Something isn't working label Aug 5, 2021
@yorugac
Copy link
Collaborator

yorugac commented Dec 20, 2021

Hi @MarkSRobinson,
I apologize for the delay in response. Thank you for opening the issue but what you described is not a bug: current implementation of K6 CRD has support for only 2 stages of runner execution, created and started. Upon re-deploy of the test, the stages loop in this way:
"""created""started""""created""started" → ...
Stages will likely be extended with the work done in #79 and #86 but right now this is the expected behavior.

I'm going to close this for now. If there's another case to look into, please feel free to open a new issue.

@yorugac yorugac closed this as completed Dec 20, 2021
@yorugac yorugac added the question Further information is requested label Dec 20, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants