mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-25 05:16:00 +03:00
[PR #2782] [CLOSED] Added check for existence of uploaded test file by curl #2788
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#2788
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/2782
Author: @ggtakec
Created: 1/10/2026
Status: ❌ Closed
Base:
master← Head:test/ensure📝 Commits (1)
341820aAdded check for existence of uploaded test file by curl📊 Changes
1 file changed (+14 additions, -0 deletions)
View changed files
📝
test/test-utils.sh(+14 -0)📄 Description
Relevant Issue (if applicable)
n/a
Details
During CI testing, we encountered cases where files could not be accessed immediately after being uploaded.
The cause of the problem (the phenomenon caused by the cause) was identified from the log of the failed test.
The cause of this issue is unknown, but since it was not an issue with s3fs-fuse processing, temporary I have modified the code so that the tests can be run reliably.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.