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

Master 20190314 rollup #13

Closed
wants to merge 7 commits into from

Conversation

Labels
None yet
Projects
None yet
2 participants
@teor2345
Copy link
Contributor

@teor2345 teor2345 commented Mar 14, 2019

No description provided.

teor2345 and others added 7 commits Mar 13, 2019
Chutney uses the new wait_for_bootstrap feature to start verifying
after bootstrap is complete.

If bootstrap fails, chutney verifies anyway. We'll fail on bootstrap
once we implement 20473.

Closes 28203.
The regex was almost right, but it required a space after the
percent symbol. In reality, this space should only be there when
there is a keyword following.

Part of 22132.
Previously, if you said wait_for_bootstrap, it would tell you if a
node wasn't bootstrapped, but wouldn't help you notice whether it
was crashed or running.
This tweak makes us capture _only_ the status keyword, rather than
the keyword plus its surrounding parentheses and space.
@teor2345
Copy link
Contributor Author

@teor2345 teor2345 commented Mar 30, 2019

We merged these commits.

@teor2345 teor2345 closed this Mar 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment