[GH-ISSUE #1859] Convert ut_test.py to sh #948

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

Originally created by @gaul on GitHub (Jan 14, 2022).
Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1859

If possible, we should convert ut_test.py to sh for consistency with other tests. This file originated from ossfs and was only imported to demonstrate a particular bug. While Python allows more precision with system calls, we can create C-based helpers like write_multiblock.cc instead.

Alternatively, we could port all the sh tests to Python, but this seems unlikely.

Originally created by @gaul on GitHub (Jan 14, 2022). Original GitHub issue: https://github.com/s3fs-fuse/s3fs-fuse/issues/1859 If possible, we should convert `ut_test.py` to sh for consistency with other tests. This file originated from ossfs and was only imported to demonstrate a particular bug. While Python allows more precision with system calls, we can create C-based helpers like `write_multiblock.cc` instead. Alternatively, we could port all the sh tests to Python, but this seems unlikely.
Author
Owner

@ggtakec commented on GitHub (Jan 14, 2022):

I prefer to convert to sh(or bash) or C/C++ helpers.
I feel reluctant to change everything to python. :-/

<!-- gh-comment-id:1013127339 --> @ggtakec commented on GitHub (Jan 14, 2022): I prefer to convert to sh(or bash) or C/C++ helpers. I feel reluctant to change everything to python. :-/
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#948
No description provided.