diff options
| author | Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> | 2024-04-07 23:52:35 +0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-07 11:52:35 -0700 |
| commit | 3e25ed1b11ce734bb5f2f9faddfe4b9ca16270c9 (patch) | |
| tree | 17372802eb0dc4d9a23438b37e790550f0939a4d /.github | |
| parent | 35cba720a5e0c94d49c5d6ab8e621c0e17ed869a (diff) | |
| download | seaweedfs-3e25ed1b11ce734bb5f2f9faddfe4b9ca16270c9.tar.xz seaweedfs-3e25ed1b11ce734bb5f2f9faddfe4b9ca16270c9.zip | |
[s3] add s3 pass test_multipart_upload_size_too_small (#5475)
* add s3 pass test_multipart_upload_size_too_small
* refactor metric names
* return ErrNoSuchUpload if empty parts
* fix test
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/s3tests.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/s3tests.yml b/.github/workflows/s3tests.yml index f7dba0c39..fe6ce4a80 100644 --- a/.github/workflows/s3tests.yml +++ b/.github/workflows/s3tests.yml @@ -169,6 +169,7 @@ jobs: s3tests_boto3/functional/test_s3.py::test_multipart_upload \ s3tests_boto3/functional/test_s3.py::test_multipart_upload_contents \ s3tests_boto3/functional/test_s3.py::test_multipart_upload_overwrite_existing_object \ + s3tests_boto3/functional/test_s3.py::test_multipart_upload_size_too_small \ s3tests_boto3/functional/test_s3.py::test_abort_multipart_upload \ s3tests_boto3/functional/test_s3.py::test_list_multipart_upload \ s3tests_boto3/functional/test_s3.py::test_atomic_read_1mb \ @@ -181,7 +182,6 @@ jobs: s3tests_boto3/functional/test_s3.py::test_atomic_dual_write_4mb \ s3tests_boto3/functional/test_s3.py::test_atomic_dual_write_8mb \ s3tests_boto3/functional/test_s3.py::test_atomic_multipart_upload_write \ - s3tests_boto3/functional/test_s3.py::test_multipart_resend_first_finishes_last \ s3tests_boto3/functional/test_s3.py::test_ranged_request_response_code \ s3tests_boto3/functional/test_s3.py::test_ranged_big_request_response_code \ s3tests_boto3/functional/test_s3.py::test_ranged_request_skip_leading_bytes_response_code \ |
