Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed a bug upload boundary calculation in StreamUpload #2325

Merged
merged 1 commit into from
Sep 25, 2023

Conversation

ggtakec
Copy link
Member

@ggtakec ggtakec commented Sep 18, 2023

Relevant Issue (if applicable)

#2299

Details

Fixed the bug detected in #2299.

There was a problem in calculating the start position of the upload part during Streamupload, and it has been fixed.
We have also added a test case(test_not_boundary_writes) to detect this defect.
Although it is possible to include it in the test_write_data_with_skip test, I made it independent as a test case.

Note

Currently, Github Action CI is failing for this PR due to a stat(cached) issue.

@gaul
Copy link
Member

gaul commented Sep 23, 2023

s/SteamUpload/StreamUpload/

@ggtakec ggtakec changed the title Fixed a bug upload boundary calculation in SteamUpload Fixed a bug upload boundary calculation in StreamUpload Sep 24, 2023
@ggtakec
Copy link
Member Author

ggtakec commented Sep 24, 2023

s/SteamUpload/StreamUpload/

I'm sorry for typo, I rebased it to master and also fixed the comments in the git log.

@gaul gaul merged commit cbc33cd into s3fs-fuse:master Sep 25, 2023
19 checks passed
@ggtakec ggtakec deleted the fix_streamupload branch September 25, 2023 16:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants