[GH-ISSUE #2335] Race condition in tests #1151

Open
opened 2026-03-04 01:51:45 +03:00 by kerem · 0 comments
Owner

Originally created by @gaul on GitHub (Sep 26, 2023).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2335

for i in `seq 1000`; do echo $i; make check -C test/ || break; done

failed at iteration #46 with:

cmp: test_skipwrite: No such file or directory
test_write_data_with_skip failed

Possibly related to #2327.

Originally created by @gaul on GitHub (Sep 26, 2023). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/2335 ``` for i in `seq 1000`; do echo $i; make check -C test/ || break; done ``` failed at iteration #46 with: ``` cmp: test_skipwrite: No such file or directory test_write_data_with_skip failed ``` Possibly related to #2327.
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#1151
No description provided.