-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[release/1.2 backport] fix: SCHILY.xattrs should be SCHILY.xattr #2953
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
[release/1.2 backport] fix: SCHILY.xattrs should be SCHILY.xattr #2953
Conversation
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 <aceapril@126.com> (cherry picked from commit 6f944e4) Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
wow, nice catch @thaJeztah; should go in [release/1.1] as well? edited |
@estesp perhaps yes, but I noticed that it doesn't apply cleanly; likely because #2696 and #2458 are missing; I see you mentioned considering that first one to be back ported (#2696 (review)), but it will have to be modified (because I think the "import" part is missing in the 1.1 branch) |
Codecov Report
@@ Coverage Diff @@
## release/1.2 #2953 +/- ##
==============================================
- Coverage 47.41% 43.8% -3.61%
==============================================
Files 91 100 +9
Lines 8407 10720 +2313
==============================================
+ Hits 3986 4696 +710
- Misses 3698 5295 +1597
- Partials 723 729 +6
Continue to review full report at Codecov.
|
1 similar comment
Codecov Report
@@ Coverage Diff @@
## release/1.2 #2953 +/- ##
==============================================
- Coverage 47.41% 43.8% -3.61%
==============================================
Files 91 100 +9
Lines 8407 10720 +2313
==============================================
+ Hits 3986 4696 +710
- Misses 3698 5295 +1597
- Partials 723 729 +6
Continue to review full report at Codecov.
|
LGTM |
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
backport of #2873 for 1.2. Relates to #2942
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)