mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 13:26:00 +03:00
[PR #2260] [CLOSED] Fixed test_not_existed_dir_obj and test_update_time_touch #2425
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#2425
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/2260
Author: @ggtakec
Created: 8/12/2023
Status: ❌ Closed
Base:
master← Head:fix_alpine_test📝 Commits (1)
61a9465Fixed test_not_existed_dir_obj and test_update_time_touch📊 Changes
1 file changed (+53 additions, -32 deletions)
View changed files
📝
test/integration-test-main.sh(+53 -32)📄 Description
Relevant Issue (if applicable)
n/a
Details
In
ALPINE, I confirmed thattest_not_existed_dir_objandtest_update_time_touchoccasionally failed.The reason for this is that it may be affected by cache (although it is not clear), so I added sleep to the relevant part and added 1 second (time until cache out).
Also, the indentation was wrong, so I'm fixing them.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.