-
Notifications
You must be signed in to change notification settings - Fork 32
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
Fix non-exited while loop in teardown #1889
Fix non-exited while loop in teardown #1889
Conversation
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.
In general LGTM
@@ -1065,7 +1067,7 @@ def test_verify_rke2_version(self, api_client, host_shell): | |||
"kubeletVersion", "") == except_rke2_version, ( | |||
"rke2 version is not correct") | |||
|
|||
@pytest.mark.dependency(depends=["any_nodes_upgrade"]) | |||
# @pytest.mark.dependency(depends=["any_nodes_upgrade"]) |
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.
Is there a reason to mark it?
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.
yeh, I forgot to remove the comment for testing.
Uncommented, thank you.
2a0fe17
to
38d9e8c
Compare
Which issue(s) this PR fixes:
What this PR does / why we need it:
v1/apps.deployments
andapps.controllerrevisions
to get app image instead of previousv1/catalog.cattle.io.apps
.Special notes for your reviewer:
Verifed

Additional documentation or context
v1/catalog.cattle.io.apps
v1/apps.deployments