Uh oh!
There was an error while loading. Please reload this page.
Add TestCLIVersion to integration tests and fix assertions - #1312
Merged
Conversation
vxnkjyffmq-code
approved these changes
Mar 15, 2026
vxnkjyffmq-code
approved these changes
Mar 15, 2026
tico88612
commented
Mar 18, 2026
ContributorAuthor
tico88612force-pushed
the
test/system-version
branch
from
March 20, 2026 04:17
cb82b1c to
77ebfc5Comparevxnkjyffmq-code
suggested changes
Mar 20, 2026
Uh oh!
There was an error while loading. Please reload this page.
tico88612force-pushed
the
test/system-version
branch
from
March 24, 2026 15:36
77ebfc5 to
fef9863Comparetico88612
commented
Mar 24, 2026
ContributorAuthor
@JaewonHur, could you take a look at this? It's to cover the parts that weren't tested before. |
JaewonHur
commented
Mar 24, 2026
Contributor
Could you make signed commits? |
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
tico88612force-pushed
the
test/system-version
branch
from
March 24, 2026 16:19
fef9863 to
1d9f7e5CompareContributorAuthor
@JaewonHur Resigned. I guess GitHub-UI rebase will remove my signed commit. |
JaewonHur
approved these changes
Mar 24, 2026
Uh oh!
There was an error while loading. Please reload this page.
jianliang00 pushed a commit
to jianliang00/container
that referenced
this pull request
Aug 28, 2026
## Type of Change - [x] Bug fix - [ ] New feature - [ ] Breaking change - [ ] Documentation update ## Motivation and Context `TestCLIVersion` isn't in the integration test; we should include this. And update the output to align with the real output. Follow up apple#911 ## Testing - [x] Tested locally - [x] Added/updated tests - [ ] Added/updated docs --------- Signed-off-by: ChengHao Yang <17496418+tico88612@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Type of Change
Motivation and Context
TestCLIVersionisn't in the integration test; we should include this.And update the output to align with the real output.
Follow up #911
Testing