Or Friedmann
41006d68c2
Test expiration header for lc rules with tags
...
Signed-off-by: Or Friedmann <ofriedma@redhat.com>
2022-01-17 12:12:18 -05:00
胡玮文
ae981dd3a8
Test list_objects_v2 KeyCount with Delimiter
...
Test for: https://github.com/ceph/ceph/pull/37396
Signed-off-by: 胡玮文 <huww98@outlook.com>
2022-01-17 12:12:18 -05:00
galsalomon66
5e0cea1c07
adding datatime queries from #395
...
Signed-off-by: galsalomon66 <gal.salomon@gmail.com>
(cherry picked from commit 23be1160f5
)
2021-12-20 10:43:49 -05:00
galsalomon66
d44879544d
rollback to use like without escape syntax (explore valgrind issue)
...
Signed-off-by: galsalomon66 <gal.salomon@gmail.com>
(cherry picked from commit eef8d0fa67
)
2021-12-20 10:43:31 -05:00
galsalomon66
7f21baaea6
modify the queries syntax to like-escape; the queries semantics is the same; results are the same; it is a part of exploring valgrind issue around like-operator
...
Signed-off-by: galsalomon66 <gal.salomon@gmail.com>
(cherry picked from commit f51101d752
)
2021-12-20 10:43:19 -05:00
galsalomon66
3c1de4acc3
add output-serialization tests; add syntax-error tests; run_s3select_output should merge into run_s3select
...
Signed-off-by: galsalomon66 <gal.salomon@gmail.com>
(cherry picked from commit 749e29185b
)
2021-12-20 10:43:07 -05:00
gal salomon
de683cd665
remove comments from the like-expressions
...
Signed-off-by: gal salomon <gal.salomon@gmail.com>
(cherry picked from commit 7c07bad930
)
2021-12-20 10:42:48 -05:00
galsalomon66
6f9becf5b9
search for the cause of the valgrind issue; remove the like expression that may cause it
...
Signed-off-by: galsalomon66 <gal.salomon@gmail.com>
(cherry picked from commit 723853fd18
)
2021-12-20 10:42:19 -05:00
Albin Antony
f4c19c9389
s3select: test progress stats
...
Signed-off-by: Albin Antony <aantony@redhat.com>
(cherry picked from commit a3447c50df
)
2021-12-20 10:41:12 -05:00
Albin Antony
89363e8fef
s3select: align s3select tests with ceph
...
Update s3-tests to handle the error-response (return 400, and error-description)
Signed-off-by: Albin Antony <aantony@redhat.com>
2021-12-20 10:40:50 -05:00
Casey Bodley
d1a38df407
check Owner/Initiator fields of ListMultipartUploads response
...
new test case test_list_multipart_upload_owner() uses two different
users to initiate multipart uploads, then tests that
list_multipart_uploads() shows the correct user ids and display names
for each upload
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 490d0a4c4f
)
2021-11-18 14:32:20 -05:00
iraj465
e95809024c
chore:Removes unused scaffolds
...
(cherry picked from commit d2a7ed88f1
)
2021-09-15 17:00:26 -04:00
iraj465
93a6d89681
rgw/boto3_s3:Adds delete_objects key limit for list-objects-v2
...
(cherry picked from commit 459e3c870a
)
2021-09-15 16:59:52 -04:00
iraj465
907331d90c
chore:Bump the list-objects to paginator
...
(cherry picked from commit 20aa9aa071
)
2021-09-15 16:59:42 -04:00
iraj465
6e426d3291
rgw/s3_boto3:Adds new delete_objects tests for checking key delete limit
...
(cherry picked from commit 64bdc3beec
)
2021-09-08 16:00:35 -04:00
Pritha Srivastava
80763520dc
rgw/sts: test to use role tag as iam:ResourceTag in
...
role's trust policy.
Signed-off-by: Pritha Srivastava <prsrivas@redhat.com>
(cherry picked from commit 71266fede9
)
2021-09-07 16:46:26 -04:00
Pritha Srivastava
27364bf5f6
rgw/sts: test for s3:ResourceTag in role's permission policy
...
Signed-off-by: Pritha Srivastava <prsrivas@redhat.com>
(cherry picked from commit 5dcc3dd689
)
2021-09-07 16:46:19 -04:00
Pritha Srivastava
0fa29f6c8e
rgw/sts: adding test for aws:TagKeys that can be used in the
...
condition element of the role's trust policy and the role's
permission policy.
Signed-off-by: Pritha Srivastava <prsrivas@redhat.com>
(cherry picked from commit bf43a4a10a
)
2021-09-07 16:46:10 -04:00
Pritha Srivastava
47fff36c36
rgw/sts: adding test for aws:PrincipalTag in role permission
...
policy.
Signed-off-by: Pritha Srivastava <prsrivas@redhat.com>
(cherry picked from commit 86fecf83b9
)
2021-09-07 16:46:01 -04:00
Pritha Srivastava
95154bf0ce
rgw/sts: adding test to check for aws:RequestTag
...
in the condition element of a role's trust policy.
Signed-off-by: Pritha Srivastava <prsrivas@redhat.com>
(cherry picked from commit 64068d7bf9
)
2021-09-07 16:45:51 -04:00
Pritha Srivastava
e00e3a77b0
rgw/sts: adding tests for testing assumerolewithwebidentity
...
using 'sub' and 'azp' fields in the web token.
Signed-off-by: Pritha Srivastava <prsrivas@redhat.com>
(cherry picked from commit d466b7bd09
)
2021-09-07 16:45:43 -04:00
Liu Lan
864902a3ad
docs: fix wrong example in README.rst
...
Run: S3TEST_CONF=your.conf ./virtualenv/bin/nosetests s3tests.functional.test_s3:test_bucket_list_empty
But get an error: "ERROR: Failure: ValueError (No such test test_bucket_list_empty)".
Because test_bucket_list_empty is a test case in s3tests_boto3 directory.
Signed-off-by: Liu Lan <liulan_yewu@cmss.chinamobile.com>
(cherry picked from commit 9ac8aef12b
)
2021-09-07 16:45:32 -04:00
Mark Kogan
ec530d049c
Merge pull request #390 from mkogan1/multipart-extra-complete
...
test extra complete_multipart_upload()
2021-08-23 18:06:58 +03:00
Casey Bodley
f004493dcc
object-lock: test changes between retention modes
...
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 8662815ebe
)
2021-08-12 13:46:22 -04:00
Casey Bodley
9eacf29594
nuke_prefixed_buckets waits up to 60 seconds for object locks to expire
...
objects locked in GOVERNANCE mode can be removed with
BypassGovernanceRetention, but some tests may leave an object locked in
COMPLIANCE mode, which blocks deletion until the retention period
expires
nuke_prefixed_buckets now checks the retention policy of objects that it
fails to delete with AccessDenied, and will wait up to 60 seconds for
locks to expire before retrying the deletes. if the wait exceeds 60
seconds, it instead throws an error without deleting the bucket
instead of doing this in nuke_prefixed_buckets, we could potentially
have each object-lock test case handle this manually, but that would
add a separate delay to each test case
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 9c4f15a47e
)
2021-08-12 13:46:03 -04:00
Casey Bodley
8090ea4629
nuke_prefixed_buckets deletes objects in batches
...
speed up the cleanup by using delete_objects() with batches of 128
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit bb995c2aeb
)
2021-08-12 13:45:27 -04:00
Rahul Dev Parashar
df426ea041
rgw/s3_boto3: Add tests for bucket encryption APIs
...
Tests are added for GetBucketEncryption, PutBucketEncryption,
and DeleteBucketEncryption APIs.
Related PR: https://github.com/ceph/ceph/pull/42222
Signed-off-by: Rahul Dev Parashar <rahul.dev@flipkart.com>
(cherry picked from commit 44643af0b0
)
2021-08-12 13:45:16 -04:00
Kalpesh Pandya
057432b9f5
rgw/sts: Addition of new STS tests for testing
...
session policies alongwith role's permission policy
and bucket policy.
Signed-off-by: Kalpesh Pandya <kapandya@redhat.com>
Signed-off-by: Pritha Srivastava <prsrivas@redhat.com>
(cherry picked from commit 245a93326e
)
2021-08-12 13:45:07 -04:00
iraj465
e22a689a44
rgw/s3_boto3:Adds lifecycle transition test for invalid iso8601 date
...
(cherry picked from commit ba9525f425
)
2021-08-12 13:44:56 -04:00
Pei
f344fd6ca7
Fix: Bucket resource leak when cleanup
...
In the function of nuke_prefixed_buckets, if some err is thrown when deleting buckets, the left buckets remain uncleaned.
It is kind of resoruce leak on some charged platform. We have to clear them manually.
I know the original code is meant to give the user some hint by rasing error. But the resource leak of left buckets is a little annoying.
This PR would skip the problem point and continue the teardown process. The last client error would be saved and re-raised after the loop completes.
Signed-off-by: Pei <huangp0600@126.com>
Signed-off-by: Pei <phuang1@dev-new-3-3854897.slc07.dev.ebayc3.com>
(cherry picked from commit 713012c178
)
2021-08-12 13:38:40 -04:00
Ali Maredia
97fb5a7ee3
disable ssl verify by default
...
Signed-off-by: Ali Maredia <amaredia@redhat.com>
(cherry picked from commit b252638369
)
2021-08-11 13:14:33 -04:00
Pragadeeswaran Sathyanarayanan
0fef1637ae
Add support for disabling SSL certificate verification
...
Signed-off-by: Pragadeeswaran Sathyanarayanan <psathyan@redhat.com>
(cherry picked from commit ea3caaa76b
)
2021-08-09 14:04:47 -04:00
Mark Houghton
a81ad3515e
Add tests for issue 47586.
...
(cherry picked from commit 7fe0304e9c
)
2021-08-05 11:29:25 -04:00
Danny Abukalam
0d7111ffc2
Add test to check retain date is in iso 8601 format
...
Signed-off-by: Danny Abukalam <danny@softiron.com>
(cherry picked from commit e229d1aaf6
)
2021-07-28 09:38:30 -04:00
Casey Bodley
2ad7f81917
sts: test role policy around nonexistent objects
...
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 7276bee050
)
2021-06-28 11:12:08 -04:00
Casey Bodley
72957ece35
test that listed buckets have creation time
...
Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit 66ced9af1d
)
2021-06-28 11:09:59 -04:00
Or Friedmann
8423389033
test multipart upload with bucket policy
...
Signed-off-by: Or Friedmann <ofriedma@redhat.com>
(cherry picked from commit cfdf914c4b
)
2021-06-07 14:05:58 -04:00
gal salomon
aea3f6b4c3
modifying tests to be align with change of s3select compare sign( == -> = )
...
Signed-off-by: gal salomon <gal.salomon@gmail.com>
(cherry picked from commit 1572fbc87b
)
2021-05-21 20:10:14 -04:00
Albin Antony
6f74f2af07
tests
...
Signed-off-by: Albin Antony <aantony@redhat.com>
(cherry picked from commit c6a4ab9d12
)
2021-05-21 20:10:14 -04:00
Albin Antony
6b412b509b
tests
...
Signed-off-by: Albin Antony <aantony@redhat.com>
(cherry picked from commit e7102e8cb0
)
2021-05-21 20:10:14 -04:00
Albin Antony
87993f147d
tests
...
Signed-off-by: Albin Antony <aantony@redhat.com>
(cherry picked from commit 60dd3444b3
)
2021-05-21 20:10:14 -04:00
Albin Antony
ecc4cbc5c4
s3select: align s3-tests with new changes in s3select
...
Fix when then, date functions and NULL, add escape, trim tests
Signed-off-by: Albin Antony <aantony@redhat.com>
(cherry picked from commit 4a86ebbe8b
)
2021-05-21 20:09:48 -04:00
Mark Kogan
c4635f9463
test extra complete_multipart_upload()
...
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
Signed-off-by: Mark Kogan <mkogan@redhat.com>
2021-04-25 15:30:03 +03:00
galsalomon66
287acbc6e7
change test_s3select.py permission; add s3select attribute
...
Signed-off-by: galsalomon66 <gal.salomon@gmail.com>
(cherry picked from commit ea7d5fb563
)
2021-01-14 00:08:50 -05:00
galsalomon66
68f1939942
reduce object size for test_like_expression, it may cause timeouts in teuthology runs
...
Signed-off-by: galsalomon66 <gal.salomon@gmail.com>
2020-12-22 00:32:18 -05:00
galsalomon66
a0aa55d4ae
rename charlength and character_length function names
...
Signed-off-by: galsalomon66 <gal.salomon@gmail.com>
2020-12-22 00:32:07 -05:00
Or Friedmann
e3d31ef6eb
Add test for head bucket usage headers
...
Signed-off-by: Or Friedmann <ofriedma@redhat.com>
(cherry picked from commit ef8f65d917
)
2020-12-03 16:04:29 -05:00
Or Friedmann
3fe80dc877
Add test for GetUsage api
...
Signed-off-by: Or Friedmann <ofriedma@redhat.com>
(cherry picked from commit f4f7812efd
)
2020-12-03 16:04:14 -05:00
Albin Antony
a5108a7d69
s3select tests for coalesce and case
...
Signed-off-by: Albin Antony <aantony@redhat.com>
2020-12-03 01:04:02 -05:00
gal salomon
3be10d722f
per each new uploaded file(for test), it got unique name(random), and uploaded file is verified for its content
...
Signed-off-by: gal salomon <gal.salomon@gmail.com>
Signed-off-by: gal salomon <gal.salomon@gmail.com>
2020-12-03 01:03:55 -05:00