[PR #2691] [MERGED] Simplify temporary file creation via mktemp #2715

Closed
opened 2026-03-04 02:06:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2691
Author: @gaul
Created: 6/23/2025
Status: Merged
Merged: 6/26/2025
Merged by: @ggtakec

Base: masterHead: test/mktemp


📝 Commits (1)

  • 20c313e Simplify temporary file creation via mktemp

📊 Changes

2 files changed (+2 additions, -13 deletions)

View changed files

📝 test/integration-test-main.sh (+2 -2)
📝 test/test-utils.sh (+0 -11)

📄 Description

Previously this used /dev/urandom does not guarantee uniqueness and sometimes blocked on macOS. References #2690.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/s3fs-fuse/s3fs-fuse/pull/2691 **Author:** [@gaul](https://github.com/gaul) **Created:** 6/23/2025 **Status:** ✅ Merged **Merged:** 6/26/2025 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `test/mktemp` --- ### 📝 Commits (1) - [`20c313e`](https://github.com/s3fs-fuse/s3fs-fuse/commit/20c313eab15a24714c088cf2a2b4e74a87a42bb6) Simplify temporary file creation via mktemp ### 📊 Changes **2 files changed** (+2 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `test/integration-test-main.sh` (+2 -2) 📝 `test/test-utils.sh` (+0 -11) </details> ### 📄 Description Previously this used `/dev/urandom` does not guarantee uniqueness and sometimes blocked on macOS. References #2690. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:06:56 +03:00
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#2715
No description provided.