mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #2531] [MERGED] Modified and bypassed some MacOS tests #2598
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#2598
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?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2531
Author: @ggtakec
Created: 9/28/2024
Status: ✅ Merged
Merged: 9/29/2024
Merged by: @gaul
Base:
master← Head:fix/test_macos_patch📝 Commits (1)
2b71cbdModified and bypassed some MacOS tests📊 Changes
1 file changed (+27 additions, -3 deletions)
View changed files
📝
test/integration-test-main.sh(+27 -3)📄 Description
Relevant Issue (if applicable)
#2418 #2205 #2198
Details
Currently, we still unable to pass the tests on MacOS using macos-fuse-t.
After some investigation, I knew again that (as previously pointed out) our test cases were failing to update(or get) attributes such as ctime/mtime/atime.
We have disabled caching of attributes in macos-fuse-t and the NFS it uses (noattrcache), but we've heard before that this doesn't stop the caching completely.
I tried waiting a few second to try to cache out, but the test pass/fail is not consistent.
In light of this, I have temporarily disabled the following tests on macos.
Also, since the
test_truncate_cachetest generates an errorls: fts_read: Input/output error, I have changed this test waits 1 second for a solution to that problem. (This change is also temporary.)I consider the test fix in this PR to be temporary, not permanent.
@gaul
Why don't you merge this?
@macos-fuse-t
If you have any updated info on these (which I think are affected by caches) please let us know.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
std::get_timeinstead ofstrptime#2656