mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #2654] Github Actions(CI) failure on macos13(xattr update) #1267
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#1267
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ggtakec on GitHub (Apr 2, 2025).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2654
In the macos13 test of Github Actions (CI), the xattr update (
test_update_time_xattr) is failing.The
test_update_time_xattrtest should not change theatime, but theatimehas currently been updated, resulting in an error.This is most likely a problem with the operation of
macos-fuse-t.@ggtakec commented on GitHub (Apr 2, 2025):
I posted
macos-fuse-tissue whether this was operating correctly(as expected).https://github.com/macos-fuse-t/fuse-t/issues/87
@ggtakec commented on GitHub (Apr 3, 2025):
This seems to be the correct behavior when using macos-fuse-t.
https://github.com/macos-fuse-t/fuse-t/issues/87#issuecomment-2775148365
I will fix the tests for macos.