enhance: add edge case tests for cloud storage with zero part size an… - #309
Open
shaoting-huang wants to merge 2 commits into
Open
enhance: add edge case tests for cloud storage with zero part size an…#309shaoting-huang wants to merge 2 commits into
shaoting-huang wants to merge 2 commits into
Conversation
Collaborator
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: shaoting-huang The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
…d no data scenarios - Add TestPartSizeZero test case to verify behavior when multipart upload size is set to 0 - Add TestWriteNoData test case to validate writer behavior when no data is written before closing - Enhance APIWriterReaderTest to support cloud storage providers (AWS, GCP, Azure, Aliyun, Tencent, Huawei) - Configure cloud storage via environment variables (ACCESS_KEY, SECRET_KEY, ADDRESS, CLOUD_PROVIDER, BUCKET_NAME, REGION) - Integrate ArrowFileSystemSingleton for both local and remote filesystem handling - Update run_cloud_test.sh to execute edge case tests for all cloud providers - Add proper cleanup logic for local vs cloud storage in TearDown Signed-off-by: shaoting-huang <shaoting.huang@zilliz.com>
shaoting-huang
force-pushed
the
fs_edge_case
branch
from
November 17, 2025 07:14
36a154b to
c29a8e6
Compare
Signed-off-by: shaoting-huang <shaoting.huang@zilliz.com>
jiaqizho
reviewed
Nov 17, 2025
| fs_config.address = address_; | ||
| fs_config.bucket_name = bucket_; | ||
| fs_config.access_key_id = access_key_id_; | ||
| fs_config.access_key_value = access_key_value_; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
…d no data scenarios