[PR #1119] [MERGED] Added direct_io option for test on osx #1831

Closed
opened 2026-03-04 02:02:22 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: osx_direct_io


📝 Commits (1)

  • dc85eda Added 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.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/1119 **Author:** [@ggtakec](https://github.com/ggtakec) **Created:** 8/6/2019 **Status:** ✅ Merged **Merged:** 8/6/2019 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `osx_direct_io` --- ### 📝 Commits (1) - [`dc85eda`](https://github.com/s3fs-fuse/s3fs-fuse/commit/dc85eda1888cfdd2e2d73aea1ddeb76c021ff73b) Added direct_io option for test on osx ### 📊 Changes **3 files changed** (+9 additions, -10 deletions) <details> <summary>View changed files</summary> 📝 `.travis.yml` (+1 -1) 📝 `test/integration-test-common.sh` (+8 -0) 📝 `test/integration-test-main.sh` (+0 -9) </details> ### 📄 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) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:02:22 +03:00
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#1831
No description provided.