mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #2216] test_cache_file_stat fails with -o use_cache #1123
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#1123
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 @gaul on GitHub (Jul 13, 2023).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2216
test_cache_file_stat:
test_list:
I assume the latter is related to the recent
nocompat_dirfix but I checked these more carefully in #2215. Found viaALL_TESTS=1 make -C test/ check.@gaul commented on GitHub (Jul 14, 2023):
This still fails even with
d0a944fcaa.@ggtakec commented on GitHub (Jul 16, 2023):
@gaul I have not been able to reproduce this.
(ThreadSanitizer errors are summarized in #2220.)
Are there any special steps or environment to reproduce?
@gaul commented on GitHub (Jul 18, 2023):
I see this symptom with
test_cache_file_statand-o use_cache=${CACHE_DIR}:I think
test_listonly fails because the other test does not clean up.@ggtakec commented on GitHub (Jul 18, 2023):
@gaul Thanks, but I haven't been able to reproduce it yet.
Please let me know which OS (used for CI test) this error occurs.
Maybe there are conditions different from mine and Github Actions environment.
@gaul commented on GitHub (Jul 18, 2023):
I am running on Fedora 38. Note that you have to run with
-o cachethe same way asALL_TESTS=1does.@ggtakec commented on GitHub (Jul 18, 2023):
I tested it with the
use_cacheoption, but I couldn't reproduce it.Using Github Actions(only some test cases), I tried it on all OSs targeted by CI, and it also passed.
(The branch will be deleted soon, but here's the log of the GithubActions I just ran: https://github.com/ggtakec/s3fs-fuse/actions/runs/5588207318)
@gaul commented on GitHub (Jul 18, 2023):
Sorry I think this is a few symptoms but the primary one is something specific about my SELinux config on Fedora 38. Closing this.