[GH-ISSUE #1044] use_cache fails on macOS in integration tests #575

Closed
opened 2026-03-04 01:46:52 +03:00 by kerem · 1 comment
Owner

Originally created by @gaul on GitHub (Jun 18, 2019).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1044

Found in #1035.

testing s3fs flag: use_cache=/tmp/s3fs-cache
...
s3fs: [ERR] fdcache.cpp:Serialize(591): different size(0 - 4).
s3fs: [ERR] s3fs.cpp:s3fs_write(2236): could not find opened fd(/testrun-rCr7zE/1)
s3fs: [ERR] s3fs.cpp:s3fs_write(2236): could not find opened fd(/testrun-rCr7zE/1)
./integration-test-main.sh: line 532: echo: write error: Input/output error
./integration-test-main.sh: line 532: echo: write error: Input/output error
s3fs: [ERR] s3fs.cpp:s3fs_release(2341): could not find fd(file=/testrun-rCr7zE/1)
s3fs: [ERR] s3fs.cpp:s3fs_write(2236): could not find opened fd(/testrun-rCr7zE/2)
./integration-test-main.sh: line 532: echo: write error: Input/output error
s3fs: [ERR] fdcache.cpp:Serialize(591): different size(0 - 4).
s3fs: [ERR] s3fs.cpp:s3fs_write(2236): could not find opened fd(/testrun-rCr7zE/2)
./integration-test-main.sh: line 532: echo: write error: Input/output error
s3fs: [ERR] s3fs.cpp:s3fs_release(2341): could not find fd(file=/testrun-rCr7zE/2)
s3fs: [ERR] fdcache.cpp:Serialize(591): different size(0 - 4).
s3fs: [ERR] s3fs.cpp:s3fs_write(2236): could not find opened fd(/testrun-rCr7zE/6)
./integration-test-main.sh: line 532: echo: write error: Input/output error
s3fs: [ERR] s3fs.cpp:s3fs_write(2236): could not find opened fd(/testrun-rCr7zE/6)
./integration-test-main.sh: line 532: echo: write error: Input/output error
s3fs: [ERR] s3fs.cpp:s3fs_release(2341): could not find fd(file=/testrun-rCr7zE/6)
cat: 63: No such file or directory
test_concurrency passed

From: https://travis-ci.org/gaul/s3fs-fuse/jobs/547313873

Originally created by @gaul on GitHub (Jun 18, 2019). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1044 Found in #1035. ``` testing s3fs flag: use_cache=/tmp/s3fs-cache ... s3fs: [ERR] fdcache.cpp:Serialize(591): different size(0 - 4). s3fs: [ERR] s3fs.cpp:s3fs_write(2236): could not find opened fd(/testrun-rCr7zE/1) s3fs: [ERR] s3fs.cpp:s3fs_write(2236): could not find opened fd(/testrun-rCr7zE/1) ./integration-test-main.sh: line 532: echo: write error: Input/output error ./integration-test-main.sh: line 532: echo: write error: Input/output error s3fs: [ERR] s3fs.cpp:s3fs_release(2341): could not find fd(file=/testrun-rCr7zE/1) s3fs: [ERR] s3fs.cpp:s3fs_write(2236): could not find opened fd(/testrun-rCr7zE/2) ./integration-test-main.sh: line 532: echo: write error: Input/output error s3fs: [ERR] fdcache.cpp:Serialize(591): different size(0 - 4). s3fs: [ERR] s3fs.cpp:s3fs_write(2236): could not find opened fd(/testrun-rCr7zE/2) ./integration-test-main.sh: line 532: echo: write error: Input/output error s3fs: [ERR] s3fs.cpp:s3fs_release(2341): could not find fd(file=/testrun-rCr7zE/2) s3fs: [ERR] fdcache.cpp:Serialize(591): different size(0 - 4). s3fs: [ERR] s3fs.cpp:s3fs_write(2236): could not find opened fd(/testrun-rCr7zE/6) ./integration-test-main.sh: line 532: echo: write error: Input/output error s3fs: [ERR] s3fs.cpp:s3fs_write(2236): could not find opened fd(/testrun-rCr7zE/6) ./integration-test-main.sh: line 532: echo: write error: Input/output error s3fs: [ERR] s3fs.cpp:s3fs_release(2341): could not find fd(file=/testrun-rCr7zE/6) cat: 63: No such file or directory test_concurrency passed ``` From: https://travis-ci.org/gaul/s3fs-fuse/jobs/547313873
kerem closed this issue 2026-03-04 01:46:52 +03:00
Author
Owner

@gaul commented on GitHub (Jul 4, 2019):

I suspect that #1063 fixed this now that #1035 passes

<!-- gh-comment-id:508332086 --> @gaul commented on GitHub (Jul 4, 2019): I suspect that #1063 fixed this now that #1035 passes
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#575
No description provided.