[GH-ISSUE #2327] Investigate why stat --cache=never is necessary in integration tests. #1148

Open
opened 2026-03-04 01:51:44 +03:00 by kerem · 1 comment
Owner

Originally created by @gaul on GitHub (Sep 23, 2023).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2327

CI recently started failing on CI runners despite no change to s3fs itself. We found that stat --cache=never works around this but it should not be necessary. Proposed workaround in #2319.

Originally created by @gaul on GitHub (Sep 23, 2023). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2327 CI recently started failing on CI runners despite no change to s3fs itself. We found that `stat --cache=never` works around this but it should not be necessary. Proposed workaround in #2319.
Author
Owner

@ggtakec commented on GitHub (Sep 24, 2023):

If the --cached option of the stat command is provided and that option is not specified on command line, it should behave as default.
The default setting is that it depends on the file system.
When this CI(Github Actions) started failing, I think there may have been a change in the volume options utilized by the Runner provided by Github.
It is a Runner that operates as a Container, and I think it may be affected by the settings on the host side setting.

I'm currently contacting Github support to find out if there were any changes made at that time.
(I've been waiting for the response for about a week now)

<!-- gh-comment-id:1732551394 --> @ggtakec commented on GitHub (Sep 24, 2023): If the `--cached` option of the `stat` command is provided and that option is not specified on command line, it should behave as `default`. The `default` setting is that it depends on the file system. When this CI(Github Actions) started failing, I think there may have been a change in the volume options utilized by the Runner provided by Github. It is a Runner that operates as a Container, and I think it may be affected by the settings on the host side setting. I'm currently contacting Github support to find out if there were any changes made at that time. _(I've been waiting for the response for about a week now)_
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/s3fs-fuse#1148
No description provided.