]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
mark two tests that fail on dbstore 564/head
authorMatt Benjamin <mbenjamin@redhat.com>
Wed, 3 Jul 2024 13:42:37 +0000 (09:42 -0400)
committerMatt Benjamin <mbenjamin@redhat.com>
Wed, 3 Jul 2024 13:53:08 +0000 (09:53 -0400)
also add @pytest.mark.checksum for new checksum
tests

Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
s3tests_boto3/functional/test_s3.py

index 24301baf1f6627fad5d47524e5c7dc05a36ae98b..20cc7c3004c5ab56ae154996d3a098ec7a39204d 100644 (file)
@@ -13458,6 +13458,7 @@ def test_object_checksum_sha256():
     assert error_code == 'InvalidRequest'
 
 @pytest.mark.checksum
+@pytest.mark.fails_on_dbstore
 def test_multipart_checksum_sha256():
     bucket = get_new_bucket()
     client = get_client()
@@ -13522,6 +13523,7 @@ def test_multipart_checksum_sha256():
     assert composite_sha256sum == response['ChecksumSHA256']
 
 @pytest.mark.checksum
+@pytest.mark.fails_on_dbstore
 def test_multipart_checksum_3parts():
     bucket = get_new_bucket()
     client = get_client()
@@ -13559,6 +13561,7 @@ def test_multipart_checksum_3parts():
     response = client.head_object(Bucket=bucket, Key=key, ChecksumMode='ENABLED')
     assert composite_sha256sum == response['ChecksumSHA256']
 
+@pytest.mark.checksum
 def test_post_object_upload_checksum():
     megabytes = 1024 * 1024
     min_size = 0