[release/1.1 backport] fix: SCHILY.xattrs should be SCHILY.xattr#2954
[release/1.1 backport] fix: SCHILY.xattrs should be SCHILY.xattr#2954estesp merged 1 commit intocontainerd:release/1.1from
Conversation
|
Let's see if it goes green @estesp 👍 |
|
Still shows a missing dependencies |
from golang code https://github.com/golang/go/blob/bad6b6fa9190e9079a6d6958859856a66f0fab87/src/archive/tar/common.go#L110 add unit test for tar xattr Fixes: containerd#2863 Signed-off-by: Ace-Tang <[email protected]> (cherry picked from commit 6f944e4) Signed-off-by: Sebastiaan van Stijn <[email protected]>
3a1a884 to
b48afb4
Compare
Ah! It was moved from updated |
Codecov Report
@@ Coverage Diff @@
## release/1.1 #2954 +/- ##
===============================================
+ Coverage 48.98% 49.05% +0.07%
===============================================
Files 85 85
Lines 7601 7601
===============================================
+ Hits 3723 3729 +6
+ Misses 3203 3197 -6
Partials 675 675
Continue to review full report at Codecov.
|
| @@ -32,6 +33,7 @@ import ( | |||
|
|
|||
There was a problem hiding this comment.
could we remove the empty here? since we don't need to separate the packages into 3 groups 😄
There was a problem hiding this comment.
Best done on master; this is only a backport of the fix, and I'd rather not make those changes in the release branch; master also has it split into 3 groups (which was done in the original PR adding these); 0deba01
backport of #2873 for 1.1. Relates to #2942
cherry-pick was not clean conflicts in archive/tar_test.go, due to b6107dc (#2696) missing, which moved some things to
archive/tartest. I resolved those conflicts by removing thetartest.package name from the test, and removed the import.from golang code
https://github.com/golang/go/blob/bad6b6fa9190e9079a6d6958859856a66f0fab87/src/archive/tar/common.go#L110
add unit test for tar xattr
Fixes: #2863
(linking for discoverability); Introduced in bc9cb25 (#1812)