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

'wait for condition' feature #38

Closed
edaniszewski opened this issue Sep 19, 2018 · 0 comments · Fixed by #39
Closed

'wait for condition' feature #38

edaniszewski opened this issue Sep 19, 2018 · 0 comments · Fixed by #39
Assignees
Labels
enhancement New feature or request

Comments

@edaniszewski
Copy link
Contributor

I've started to template out some test cases and something that seems useful is a built-in mechanic for waiting for some condition to be met.

We already have a 'wait until read' and 'wait until deleted', but there are other conditions which we may want to wait for. For example:

  • 'wait until the pod has restarted' - this could be used to ensure that a certain action expects a pod restart
  • 'wait until X shows up in the logs' - if matching against the logs, we can't say when something will happen, so we may want to wait until it does.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant