Fix multipart upload ceph tests #530

Open
opened 2024-11-01 12:38:16 +00:00 by dkirillov · 2 comments
Member

It would be nice the following tests pass:

it complete multipart upload twice

Describe the solution you'd like

Make the same second complete multipart upload also successfull in some short period of time

Describe alternatives you've considered

Don't support this

Additional context

RGW: After the 1st successfull one should also return 200 OK related tracker issue: https://tracker.ceph.com/issues/50141 related pr: https://github.com/ceph/ceph/pull/40594

## Is your feature request related to a problem? Please describe. It would be nice the following tests pass: * [test_multipart_upload_small](https://git.frostfs.info/TrueCloudLab/s3-tests/src/commit/d245097771698774d36a0283e9ef69bf67f3ba76/s3tests_boto3/functional/test_s3.py#L5823) * [test_multipart_upload](https://git.frostfs.info/TrueCloudLab/s3-tests/src/commit/d245097771698774d36a0283e9ef69bf67f3ba76/s3tests_boto3/functional/test_s3.py#L6024) it complete multipart upload twice ## Describe the solution you'd like Make the same second complete multipart upload also successfull in some short period of time ## Describe alternatives you've considered Don't support this ## Additional context RGW: After the 1st successfull one should also return 200 OK related tracker issue: https://tracker.ceph.com/issues/50141 related pr: https://github.com/ceph/ceph/pull/40594
dkirillov changed title from Fix to Fix multipart upload ceph tests 2024-11-01 12:38:59 +00:00
Owner

Make the same second complete multipart upload also successfull in some short period of time

According to source code, for me it seems that CEPH is going to return 200 OK until object will be removed, not for short period of time. Does AWS return 200 for short period of time?

> Make the same second complete multipart upload also successfull in some short period of time According to source code, for me it seems that CEPH is going to return 200 OK until object will be removed, not for short period of time. Does AWS return 200 for short period of time?
Author
Member

It seems AWS also returns always 200 OK

It seems AWS also returns always 200 OK
Sign in to join this conversation.
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: TrueCloudLab/frostfs-s3-gw#530
No description provided.