]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/shortlog
s3-tests.git
2024-02-21 Ali Marediareplace datetime.now with datetime.utcnow()
2024-01-11 Casey Bodley304 Not Modified tests still expect etag header
2023-11-28 Casey Bodleyobject lock: test very large RetainUntilDate
2023-11-28 Casey Bodleytest Head/GetObject on completed multipart parts
2023-10-09 Casey Bodleyadd test_post_object_wrong_bucket()
2023-09-22 Casey Bodleyboto2: copy configured_storage_classes() fix from boto3
2023-09-22 Casey Bodleyboto2: fix byte vs. string comparison in verify_object
2023-09-22 Casey Bodleylc: test transition of plain null version
2023-08-21 Tobias UrdinAdd test to verify HTTP OPTIONS on presigned URL
2023-07-03 Soumya KoduriAdd testcase to verify obj mtime post setattrs
2023-07-03 Casey Bodleyremove reliance on x-rgw-object-count and x-rgw-bytes...
2023-06-14 Abhishek Lekshmananboto3/test_s3: add ranges around part boundary for...
2023-06-14 Abhishek Lekshmananboto3/test_s3: range encoding helper function takes...
2023-06-14 Casey Bodleysse: add sse-c test with unaligned multipart parts
2023-05-17 Cory SnyderAdd test_versioning_concurrent_multi_object_delete
2023-05-15 galsalomon66adding tests per JSON input types, which includes vario... 511/head
2023-04-11 Casey Bodleytest_sse_s3_default_multipart_upload verifies encryptio...
2023-04-07 Mark Kogantest object PUT with chunked transfer enconding
2023-03-31 Casey Bodleyboto3: multi-object-delete tests use client.delete_obje...
2023-03-21 Casey Bodleys3website: collections.Container removed from python3.10
2023-03-14 Casey Bodleyadd test_get_object_torrent
2023-03-08 Soumya Kodurilifecycle: Fix test_lifecycle_expiration_header_* testcases
2023-03-06 Soumya Koduridbstore: add back missing 'fails_on_dbstore' tag
2023-03-06 Moritz RöhrichQoL: Fix tox.ini syntax and other minor things
2023-03-06 Casey Bodleyboto3: list_versions() omits empty KeyMarker/VersionIdM...
2023-02-27 Casey Bodleyiam: add back missing fails_on_dbstore tags
2023-02-20 Yuval Lifshitzbetter error handling in the STS tests
2023-02-20 Robin H. Johnsontest_post_object_upload_size_rgw_chunk_size_bug: new...
2023-02-09 Casey Bodleytest_s3: remove test_user_policy()
2023-01-25 Casey Bodleytest_headers: add custom marks for auth_common/aws2...
2023-01-25 Casey Bodleyremove boostrap
2023-01-25 Casey Bodleycleanup duplicate lines
2023-01-25 Casey Bodleyremove nose dependency from requirements.txt
2023-01-25 Casey Bodleynose: remove nose attrs and imports
2023-01-25 Casey Bodleypytest: replace nose eq() with assert ==
2023-01-25 Casey Bodleypytest: replace nose SkipTest with pytest.skip()
2023-01-25 Casey Bodleypytest: replace @nose.with_setup with fixtures
2023-01-25 Casey Bodleypytest: add custom marks for each nose @attr
2023-01-25 Casey Bodleyremove tests tagged fails_strict_rfc2616
2023-01-25 Casey Bodleypytest: add global configfile and autouse teardown...
2023-01-25 Casey Bodleypytest: add tox.ini to run pytest, update README
2022-11-23 Casey Bodleypin botocore to resolve v2 signature failures
2022-10-19 galsalomon66remove comment
2022-10-19 galsalomon66the use of std::to_string change the double presentatio...
2022-10-19 galsalomon66the upgraded CSV parser has some impact on engine resul...
2022-10-06 Casey Bodleyadd test_object_copy_16m to test refcounting of tail...
2022-09-06 Soumya Koduricloud-transition: Adjust lc wait time
2022-08-25 Zuhair AlSaderAdd support for rocky linux
2022-08-19 Soumya Koduridbstore: Update the tests marked 'fails_on_dbstore'
2022-08-03 Igor FedotovTest case for locked and "marked-deleted" object versio...
2022-08-01 Shriya Deshmukhrgw/s3_boto3: Added http status code verification for...
2022-07-21 Soumya KoduriFix User Policy test failures on dbstore
2022-07-21 Ravindra ChoudhariAdded put/get/list/delete User Policy Tests
2022-06-06 Casey Bodleyremove tests that fail on boto3's parameter validation
2022-05-19 Casey Bodleyfix GetBucketTagging error code
2022-05-11 Soumya KoduriTag sse* tests with 'fails_on_dbstore' attr
2022-05-11 Soumya KoduriAdjust wait time for cloud-transition test failures
2022-05-10 Casey Bodleys3tests.conf.SAMPLE: comment out [s3 cloud] section
2022-05-02 Priya Sehgalsse s3 jumbo patch - all in one fixes for sse-s3 logic
2022-04-28 Soumya KoduriTag testcases failing on dbstore with 'fails_on_dbstore...
2022-04-05 Soumya Kodurilifecycle: Adjust lc wait time
2022-03-03 Pragadeeswaran... Improving check_grants reliability
2022-02-08 Soumya Kodurilifecycle/deletemarker_expiration: Increase timer window
2022-02-04 Soumya KoduriEnable lifecycle tests
2022-02-04 Soumya KoduriAdd testcases for rgw cloudtransition feature
2022-01-18 Kalpesh Pandyatest_sts: Changing code for proper cleanup
2022-01-17 gal salomonrevert the arrow installation(causing failure on some...
2022-01-17 gal salomonfix output-serialization tests(upon comparing query...
2022-01-17 gal salomonmerging master tests into parquet branch
2022-01-17 gal salomonfix for assert of error messages
2022-01-17 gal salomonremove redundant comma. s3select-engine produced redun...
2022-01-17 Or FriedmannTest expiration header for lc rules with tags
2022-01-17 胡玮文Test list_objects_v2 KeyCount with Delimiter
2021-12-20 galsalomon66adding datatime queries from #395
2021-12-20 galsalomon66rollback to use like without escape syntax (explore...
2021-12-20 galsalomon66modify the queries syntax to like-escape; the queries...
2021-12-20 galsalomon66add output-serialization tests; add syntax-error tests...
2021-12-20 gal salomonremove comments from the like-expressions
2021-12-20 galsalomon66search for the cause of the valgrind issue; remove...
2021-12-20 Albin Antonys3select: test progress stats
2021-12-20 Albin Antonys3select: align s3select tests with ceph
2021-11-18 Casey Bodleycheck Owner/Initiator fields of ListMultipartUploads...
2021-09-15 iraj465chore:Removes unused scaffolds
2021-09-15 iraj465rgw/boto3_s3:Adds delete_objects key limit for list...
2021-09-15 iraj465chore:Bump the list-objects to paginator
2021-09-08 iraj465rgw/s3_boto3:Adds new delete_objects tests for checking...
2021-09-07 Pritha Srivastavargw/sts: test to use role tag as iam:ResourceTag in
2021-09-07 Pritha Srivastavargw/sts: test for s3:ResourceTag in role's permission...
2021-09-07 Pritha Srivastavargw/sts: adding test for aws:TagKeys that can be used...
2021-09-07 Pritha Srivastavargw/sts: adding test for aws:PrincipalTag in role permi...
2021-09-07 Pritha Srivastavargw/sts: adding test to check for aws:RequestTag
2021-09-07 Pritha Srivastavargw/sts: adding tests for testing assumerolewithwebidentity
2021-09-07 Liu Landocs: fix wrong example in README.rst
2021-08-23 Mark KoganMerge pull request #390 from mkogan1/multipart-extra...
2021-08-12 Casey Bodleyobject-lock: test changes between retention modes ceph-master-new
2021-08-12 Casey Bodleynuke_prefixed_buckets waits up to 60 seconds for object...
2021-08-12 Casey Bodleynuke_prefixed_buckets deletes objects in batches
2021-08-12 Rahul Dev Parasharrgw/s3_boto3: Add tests for bucket encryption APIs
2021-08-12 Kalpesh Pandyargw/sts: Addition of new STS tests for testing
2021-08-12 iraj465rgw/s3_boto3:Adds lifecycle transition test for invalid...
next