-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[ACR] Fix some bugs on uncovered cmds #18831
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
Conversation
|
ACR |
|
LGTM |
|
There are no any recorded yaml files here. May I ask have you rerun the relevant tests? |
|
By the way, the reason why these bugs have not been found before is because the tests do not cover these cases? If so, please add relevant tests~ |
zhoxing-ms
left a comment
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.
I'd like to ask is this PR for hotfix? If so, please submit hotfix related PRs to the release branch. Please refer to this document for details doc link
northtyphoon
left a comment
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.
LGTM
|
Connected-registry currently has no test at all. |
|
@zhoxing-ms we want to include this in the hot release. But on top of the PR #18786 and I don't see that merged to the release branch. Wouldn't it make some merge conflict if I merge this change first? |
|
This change has been merged into the release branch by #18853. After hotfix is released, we will merge back to the dev branch, so close this PR first |
|
Close it, because PR #18853 has included it. |
Description
I was still able to find some bugs related to the SDK update.
This checklist is used to make sure that common guidelines for a pull request are followed.
The PR title and description has followed the guideline in Submitting Pull Requests.
I adhere to the Command Guidelines.
I adhere to the Error Handling Guidelines.