-
Notifications
You must be signed in to change notification settings - Fork 205
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
nydusify: fix unit test fail #1530
Merged
Merged
Conversation
This file contains 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
Desiki-high
requested review from
jiangliu,
ccx1024cc and
changweige
and removed request for
a team
December 25, 2023 02:51
utils_test.go:248: Error Trace: /root/nydus/contrib/nydusify/pkg/utils/utils_test.go:248 Error: Should be true Test: TestRetryWithHTTP Signed-off-by: Yadong Ding <[email protected]>
Desiki-high
force-pushed
the
fix-ci-contrib-ut
branch
from
December 25, 2023 02:53
bfd9342
to
fab8a6f
Compare
Signed-off-by: Yadong Ding <[email protected]>
Desiki-high
force-pushed
the
fix-ci-contrib-ut
branch
from
December 25, 2023 03:20
5970b3a
to
8d2f0e9
Compare
Desiki-high
changed the title
nydusify: fix unit test fail in utils
[WIP]nydusify: fix unit test fail in utils
Dec 25, 2023
Desiki-high
changed the title
[WIP]nydusify: fix unit test fail in utils
[WIP]nydusify: fix unit test fail
Dec 25, 2023
Desiki-high
force-pushed
the
fix-ci-contrib-ut
branch
4 times, most recently
from
December 25, 2023 05:40
0d3e36b
to
bbf7495
Compare
`sudo` in action will change go env, remove sudo. In runner user, we can create file in unpacktargz-test inseted of temp/unpacktargz-test, so don't use os.CreateTemp in archive_test.go. Signed-off-by: Yadong Ding <[email protected]>
Desiki-high
force-pushed
the
fix-ci-contrib-ut
branch
from
December 25, 2023 05:44
bbf7495
to
bd02185
Compare
Desiki-high
changed the title
[WIP]nydusify: fix unit test fail
nydusify: fix unit test fail
Dec 25, 2023
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1530 +/- ##
==========================================
+ Coverage 60.90% 61.29% +0.39%
==========================================
Files 141 145 +4
Lines 46265 46617 +352
Branches 44153 44153
==========================================
+ Hits 28177 28575 +398
+ Misses 16648 16591 -57
- Partials 1440 1451 +11
|
imeoer
approved these changes
Dec 25, 2023
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!
Sign up for free
to 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.
Relevant Issue (if applicable)
Details
sudo
incontrib-unit-test-coverage
.sudo
will change go env, andgo vet
will break.utils_test.go
with nydusify: refactor withhttp.ErrSchemeMismatch
andsyscall.ECONNREFUSED
#1528.Types of changes
What types of changes does your PullRequest introduce? Put an
x
in all the boxes that apply:Checklist
Go over all the following points, and put an
x
in all the boxes that apply.