mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2026-04-24 21:06:02 +03:00
[PR #2750] [MERGED] Temporary test error workaround in Ubuntu 25.10 #2765
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#2765
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/2750
Author: @ggtakec
Created: 10/20/2025
Status: ✅ Merged
Merged: 10/22/2025
Merged by: @gaul
Base:
master← Head:update/test_ubuntu2510📝 Commits (1)
13f43eaTemporary test error workaround in Ubuntu 25.10📊 Changes
1 file changed (+15 additions, -5 deletions)
View changed files
📝
test/integration-test-main.sh(+15 -5)📄 Description
Relevant Issue (if applicable)
#2740
Details
In Ubuntu 25.10 CI, there is a test case in which the request header length exceeds 8192 bytes.
In this case, s3fs receives an error response due to s3proxy restrictions, and the test fails.
Then, we bypass this external error temporarily.
(In versions other than Ubuntu 25.10, these tests do not exceed 8192 bytes and the tests pass.)
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.