-
Notifications
You must be signed in to change notification settings - Fork 144
update e2e test sweeper #2470
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
update e2e test sweeper #2470
Conversation
| return err | ||
| } | ||
| if len(cls) == 0 { | ||
| log.Println("no persistent cluster " + tcacctest.DefaultTkeClusterId) |
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.
no persistent cluster 这个提示貌似不对?
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.
已修改为no found default tke clusterId
| return err | ||
| } | ||
| if len(cls) == 0 { | ||
| log.Println("no found default tke clusterId " + tcacctest.DefaultTkeClusterId) |
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.
not found 要好些吧
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.
好的,已修改为no found clusterId
No description provided.