[GH-ISSUE #1241] Disk usage increases sharply with MacOS test #662

Open
opened 2026-03-04 01:47:39 +03:00 by kerem · 1 comment
Owner

Originally created by @ggtakec on GitHub (Feb 4, 2020).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1241

Version of s3fs being used (s3fs --version)

924eeb3

Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse)

n/a

Kernel information (uname -r)

Darwin(MacOS)

Details about issue

A test failed in MacOS testing(current master branch)

When the ensure_diskfree option is specified, the cache disk size that s3fs can use is fixed.
On MacOS, 1GB of disk space may be used by other processes or systems during the test.
So that, as test_clean_up_cache fail because they check for Disk Available before and after the test.
Other tests may also generate an error indicating that the disk is full.

I guess the cause is related to Timemachine, but I haven't verified it.
The error sometimes continued even if it was disabled by the tmutil command.

For this reason, testing of the ensure_diskfree option on MacOS will be temporarily bypassed.

This issue will be investigated continuously.

Originally created by @ggtakec on GitHub (Feb 4, 2020). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1241 ### Version of s3fs being used (s3fs --version) 924eeb3 ### Version of fuse being used (pkg-config --modversion fuse, rpm -qi fuse, dpkg -s fuse) n/a ### Kernel information (uname -r) Darwin(MacOS) ### Details about issue A test failed in MacOS testing(current master branch) When the ensure_diskfree option is specified, the cache disk size that s3fs can use is fixed. On MacOS, 1GB of disk space may be used by other processes or systems during the test. So that, as test_clean_up_cache fail because they check for Disk Available before and after the test. Other tests may also generate an error indicating that the disk is full. I guess the cause is related to Timemachine, but I haven't verified it. The error sometimes continued even if it was disabled by the tmutil command. For this reason, testing of the ensure_diskfree option on MacOS will be temporarily bypassed. This issue will be investigated continuously.
Author
Owner

@ggtakec commented on GitHub (Feb 4, 2020):

#1239 is included in this Issue.

<!-- gh-comment-id:581984030 --> @ggtakec commented on GitHub (Feb 4, 2020): #1239 is included in this Issue.
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#662
No description provided.