mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #1119] [MERGED] Added direct_io option for test on osx #1831
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#1831
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/1119
Author: @ggtakec
Created: 8/6/2019
Status: ✅ Merged
Merged: 8/6/2019
Merged by: @ggtakec
Base:
master← Head:osx_direct_io📝 Commits (1)
dc85edaAdded direct_io option for test on osx📊 Changes
3 files changed (+9 additions, -10 deletions)
View changed files
📝
.travis.yml(+1 -1)📝
test/integration-test-common.sh(+8 -0)📝
test/integration-test-main.sh(+0 -9)📄 Description
Relevant Issue (if applicable)
#1062
Details
In the osxfuse, when updating or reading a file, the update of stats information may be delayed.
To avoid this, specify the direct_io option.
This removes the useless test code pointed out in #1062 .
When using the direct_io option, osxfuse 3.8.0 or later is required. (There is a bug of redirect append in the previous version)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.