…only files. (PR-13212) Extended attributes can only be set on user-writeable files, but shutil previously first chmod()ed the destination file to the source's permissions and then tried to copy xattrs. This will cause failures if attempting to copy read-only files with xattrs, as occurs with Git clones on Lustre FS. (cherry picked from commit 79efbb7) Co-authored-by: Olexa Bilaniuk <obilaniu@users.noreply.github.com>
|
@obilaniu and @giampaolo: Status check is done, and it's a failure ❌ . |
|
@obilaniu and @giampaolo: Status check is done, and it's a failure ❌ . |
|
Looks like a flaky test |
|
@giampaolo: Please replace |
Extended attributes can only be set on user-writeable files, but shutil previously
first chmod()ed the destination file to the source's permissions and then tried to
copy xattrs. This will cause failures if attempting to copy read-only files with
xattrs, as occurs with Git clones on Lustre FS.
(cherry picked from commit 79efbb7)
Co-authored-by: Olexa Bilaniuk obilaniu@users.noreply.github.com
https://bugs.python.org/issue24538