mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #2418] macos-fuse-t CI often fails #1189
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#1189
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 (Feb 23, 2024).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2418
Relevant PR(Issue)
#1769 #2154 #2191 #2198 #2205 #2372
Details about issue
#2372 After merging, I've been observing for a while, and errors are randomly occurring in macos-fuse-t's CI.
When investigating the logs, I noticed that some files (directories) could not be detected or some false positives were detected.
In the
test_truncate_cachetest, there was a case where the call to delete a subdirectory was missed(it was not called), and the deletion of the parent directory failed.We need to look into it more closely.
@ggtakec commented on GitHub (Sep 6, 2025):
With the fix in #2724, the MacOS CI tests continue to run without failure.
We'll continue to monitor the results, but will close this issue for now.
We'll reopen it if there are any problems.