mirror of
https://github.com/ceph/s3-tests.git
synced 2024-11-25 03:47:22 +00:00
Merge pull request #99 from jmunhoz/wip-mp-cp-fails-on-rgw
Add fails_on_rgw on multipart copy part tests
This commit is contained in:
commit
600da5cdcf
1 changed files with 2 additions and 0 deletions
|
@ -4927,6 +4927,7 @@ def _check_key_content(src, dst):
|
||||||
@attr(resource='object')
|
@attr(resource='object')
|
||||||
@attr(method='put')
|
@attr(method='put')
|
||||||
@attr(operation='check multipart copies with single small part')
|
@attr(operation='check multipart copies with single small part')
|
||||||
|
@attr('fails_on_rgw')
|
||||||
def test_multipart_copy_small():
|
def test_multipart_copy_small():
|
||||||
(src_bucket, src_key) = _create_key_with_random_content('foo')
|
(src_bucket, src_key) = _create_key_with_random_content('foo')
|
||||||
dst_bucket = get_new_bucket()
|
dst_bucket = get_new_bucket()
|
||||||
|
@ -5033,6 +5034,7 @@ def test_multipart_upload_multiple_sizes():
|
||||||
upload.complete_upload()
|
upload.complete_upload()
|
||||||
|
|
||||||
@attr(assertion='successful')
|
@attr(assertion='successful')
|
||||||
|
@attr('fails_on_rgw')
|
||||||
def test_multipart_copy_multiple_sizes():
|
def test_multipart_copy_multiple_sizes():
|
||||||
(src_bucket, src_key) = _create_key_with_random_content('foo', 12 * 1024 * 1024)
|
(src_bucket, src_key) = _create_key_with_random_content('foo', 12 * 1024 * 1024)
|
||||||
dst_bucket = get_new_bucket()
|
dst_bucket = get_new_bucket()
|
||||||
|
|
Loading…
Reference in a new issue