mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[GH-ISSUE #1241] Disk usage increases sharply with MacOS test #662
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#662
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 @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)
924eeb3Version 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.
@ggtakec commented on GitHub (Feb 4, 2020):
#1239 is included in this Issue.