-
Notifications
You must be signed in to change notification settings - Fork 170
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
[Stretch cluster] Support zone unaware apps for zone shutdown tests #11000
base: master
Are you sure you want to change the base?
[Stretch cluster] Support zone unaware apps for zone shutdown tests #11000
Conversation
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: mashetty330 The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Signed-off-by: Mahesh Shetty <[email protected]>
Signed-off-by: Mahesh Shetty <[email protected]>
Signed-off-by: Mahesh Shetty <[email protected]>
a7e0dc9
to
325a89a
Compare
nodes_not_ready.extend( | ||
[node for node in worker_nodes if node.status() != "Ready"] | ||
) | ||
nodes_not_ready.extend( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
combine these two list comprehensions into one ?
nodes, | ||
fencing, | ||
): | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please add test steps here? It will be easy to check what this test does.
Signed-off-by: Mahesh Shetty <[email protected]>
No description provided.