mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #2685] [MERGED] Removed the RUN_DIR variable which is no longer global #2708
Labels
No labels
bug
bug
dataloss
duplicate
enhancement
feature request
help wanted
invalid
need info
performance
pull-request
question
question
testing
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/s3fs-fuse#2708
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/s3fs-fuse/s3fs-fuse/pull/2685
Author: @ggtakec
Created: 6/8/2025
Status: ✅ Merged
Merged: 6/9/2025
Merged by: @gaul
Base:
master← Head:fix/rundir_env📝 Commits (1)
50a763bRemoved the RUN_DIR variable which is no longer global📊 Changes
1 file changed (+16 additions, -5 deletions)
View changed files
📝
test/test-utils.sh(+16 -5)📄 Description
Relevant Issue (if applicable)
n/a
Details
The
RUN_DIRvariable is no longer a global variable(since when?).This also caused the
clean_run_dirfunction to no longer work.As a result, the top directory specified by
RUN_DIRremained in each test.So, fixed
clean_run_dirfunction that theRUN_DIRvalue was now passed as an argument, and export declarations have also been deleted.This ensures that the directory used when the test is completed is deleted reliably.
Meaningless directory accesses no longer appeared in the logs.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.