[PR #1548] [MERGED] Allow integration tests to use larger files #2037

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

📋 Pull Request Information

Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/1548
Author: @gaul
Created: 2/4/2021
Status: Merged
Merged: 2/7/2021
Merged by: @ggtakec

Base: masterHead: test/large-files


📝 Commits (2)

  • 582bd4b Allow integration tests to use larger files
  • 22ac3ac Merge branch 'master' into test/large-files

📊 Changes

2 files changed (+40 additions, -35 deletions)

View changed files

📝 test/integration-test-main.sh (+34 -34)
📝 test/test-utils.sh (+6 -1)

📄 Description

Previously these failed due to dd only copying 32 MB from /dev/urandom
and exhausting the limited space in /tmp. References #1543.


🔄 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/1548 **Author:** [@gaul](https://github.com/gaul) **Created:** 2/4/2021 **Status:** ✅ Merged **Merged:** 2/7/2021 **Merged by:** [@ggtakec](https://github.com/ggtakec) **Base:** `master` ← **Head:** `test/large-files` --- ### 📝 Commits (2) - [`582bd4b`](https://github.com/s3fs-fuse/s3fs-fuse/commit/582bd4bef5e7fa95cdf2bb9e978a187866049b40) Allow integration tests to use larger files - [`22ac3ac`](https://github.com/s3fs-fuse/s3fs-fuse/commit/22ac3ac0739c3fd06063d863082e72908fc5c01b) Merge branch 'master' into test/large-files ### 📊 Changes **2 files changed** (+40 additions, -35 deletions) <details> <summary>View changed files</summary> 📝 `test/integration-test-main.sh` (+34 -34) 📝 `test/test-utils.sh` (+6 -1) </details> ### 📄 Description Previously these failed due to `dd` only copying 32 MB from `/dev/urandom` and exhausting the limited space in `/tmp`. References #1543. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 02:03:22 +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#2037
No description provided.