mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 21:35:58 +03:00
[PR #1782] [MERGED] Fixed a bug in test_(zero_)cache_file_stat test function #2167
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#2167
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/1782
Author: @ggtakec
Created: 10/24/2021
Status: ✅ Merged
Merged: 10/24/2021
Merged by: @gaul
Base:
master← Head:fix_test_cache_bug📝 Commits (1)
c5b2a1aFixed a bug in test_(zero_)cache_file_stat test function📊 Changes
1 file changed (+4 additions, -4 deletions)
View changed files
📝
test/integration-test-main.sh(+4 -4)📄 Description
Relevant Issue (if applicable)
n/a
Details
The
test_cache_file_statandtest_zero_cache_file_statfunctions use thetestrun-<random>directory name.However, it tried to detect the directory name with ls etc., but that was a mistake.
Since the directory name is passed as the first argument of the test function, those function was changed to use it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.