]>
git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/log
Javier M. Mellid [Wed, 27 Jan 2016 02:19:20 +0000 (02:19 +0000)]
rgw: add X-Amz-Expires test cases
Test X-Amz-Expires under AWS4 auth.
Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com>
Yehuda Sadeh [Fri, 18 Dec 2015 20:25:59 +0000 (12:25 -0800)]
Merge pull request #89 from andrewgaul/atomic-multipart-upload
Test begin to overwrite file with MPU then abort
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Andrew Gaul [Fri, 18 Dec 2015 20:12:59 +0000 (12:12 -0800)]
Test begin to overwrite file with MPU then abort
Signed-off-by: Andrew Gaul <andrew@gaul.org>
Yehuda Sadeh [Fri, 18 Dec 2015 20:02:08 +0000 (12:02 -0800)]
Merge pull request #79 from dreamhost/wip-proxy
Improve proxy error support: "Bad Request" case
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Robin H. Johnson [Wed, 7 Oct 2015 19:31:31 +0000 (12:31 -0700)]
Improve proxy error support: "Bad Request" case
If you are run the S3 testsuite against a reverse proxy (eg haproxy)
rather than RGW directly, some of the tests will return errors from the
proxy, rather than haproxy itself.
Some proxies differ from RGW in the exact case of 'Bad Request', so do
the match in a case-insensitive manner. Haproxy for example returns 'Bad
request'.
This removes the need for some of the prior fails_on_dho test tags, as
the failure was due to haproxy.
Signed-off-by: Robin H. Johnson <robin.johnson@dreamhost.com>
Yehuda Sadeh [Fri, 18 Dec 2015 17:57:19 +0000 (09:57 -0800)]
Merge pull request #88 from andrewgaul/head-zero-bytes
Add test for HEAD of a zero-byte object
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Fri, 18 Dec 2015 17:56:36 +0000 (09:56 -0800)]
Merge pull request #87 from dreamhost/wip-cleanup-buckets
s3tests: do not exit cleanup after first bucket!
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Fri, 18 Dec 2015 17:56:02 +0000 (09:56 -0800)]
Merge pull request #85 from dreamhost/wip-test-issue11563
Add test for COPY Content-Type header
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Fri, 18 Dec 2015 17:54:46 +0000 (09:54 -0800)]
Merge pull request #83 from andrewgaul/list-objects-public-read-bucket
Anonymously list private and public-read buckets
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Fri, 18 Dec 2015 17:52:58 +0000 (09:52 -0800)]
Merge pull request #77 from andrewgaul/special-key-names
Consolidate test_object_create_special_characters
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Fri, 18 Dec 2015 17:51:03 +0000 (09:51 -0800)]
Merge pull request #73 from andrewgaul/ends-with-delimiter
Test listing a blob which ends with delimiter
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Fri, 18 Dec 2015 17:50:20 +0000 (09:50 -0800)]
Merge pull request #49 from andrewgaul/copy-bucket-key-not-found
Copy tests for non-existent buckets and keys
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Fri, 18 Dec 2015 17:49:10 +0000 (09:49 -0800)]
Merge pull request #30 from andrewgaul/bucket-create-exists
Handle idempotent and BucketAlreadyOwnedByYou
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Fri, 18 Dec 2015 17:46:29 +0000 (09:46 -0800)]
Merge pull request #84 from jmunhoz/wip-aws4-support
rgw: add AWS4 auth testing support
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Javier M. Mellid [Fri, 23 Oct 2015 09:52:05 +0000 (11:52 +0200)]
rgw: add AWS4 auth testing support
Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com>
Andrew Gaul [Tue, 15 Dec 2015 08:03:37 +0000 (00:03 -0800)]
Add test for HEAD of a zero-byte object
Signed-off-by: Andrew Gaul <andrew@gaul.org>
Yehuda Sadeh [Wed, 9 Dec 2015 17:11:54 +0000 (09:11 -0800)]
Merge pull request #86 from jmunhoz/wip-copy-mp-cc
s3tests: Check content is correct on copy multipart
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Robin H. Johnson [Wed, 2 Dec 2015 01:25:06 +0000 (17:25 -0800)]
s3tests: do not exit cleanup after first bucket!
Bucket cleanup code was exiting after the first succesful bucket
removed, instead of cleaning up all buckets. This left many buckets
behind over time, causing large slowdowns of the test suite.
This was introduced in commit
c41ebab9cf93617f06084cf88c297188b4aa9f67 ,
when changes for versioned files were added.
Signed-off-by: Kobi Laredo <kobi.laredo@dreamhost.com>
Signed-off-by: Robin H. Johnson <robin.johnson@dreamhost.com>
Backport: hammer
Javier M. Mellid [Wed, 25 Nov 2015 14:50:18 +0000 (15:50 +0100)]
s3tests: Check content is correct on copy multipart
Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com>
Robin H. Johnson [Fri, 13 Nov 2015 06:06:21 +0000 (22:06 -0800)]
Add test for COPY Content-Type header
Issue #11563 deals with the COPY command breaking the Content-Type
header. Add a test case for this to ensure it remains fixed.
Reference: http://tracker.ceph.com/issues/11563
Signed-off-by: Robin H. Johnson <robin.johnson@dreamhost.com>
Yehuda Sadeh [Thu, 29 Oct 2015 15:38:31 +0000 (08:38 -0700)]
Merge pull request #76 from jmunhoz/test-requestid-on-error
Test RequestId on error
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Javier M. Mellid [Wed, 9 Sep 2015 19:49:17 +0000 (21:49 +0200)]
s3tests: Add test_object_requestid_matchs_header_on_error
Error responses' RequestId must match header's x-amz-request-id value.
Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com>
Javier M. Mellid [Wed, 9 Sep 2015 19:28:32 +0000 (21:28 +0200)]
s3tests: Add test_object_requestid_on_error
Error responses must contains a RequestId tag. This is the ID of the
request associated with the error.
Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com>
Yehuda Sadeh [Tue, 27 Oct 2015 15:19:30 +0000 (08:19 -0700)]
Merge pull request #75 from jmunhoz/test-multipart-cp
Test multipart copy part feature
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Andrew Gaul [Mon, 12 Oct 2015 22:03:24 +0000 (15:03 -0700)]
Anonymously list private and public-read buckets
Signed-off-by: Andrew Gaul <andrew@gaul.org>
Yehuda Sadeh [Tue, 29 Sep 2015 15:14:48 +0000 (08:14 -0700)]
check if setting acls modifies etag in bucket listing
This checks for ceph issue #12955
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Andrew Gaul [Fri, 11 Sep 2015 17:50:14 +0000 (10:50 -0700)]
Consolidate test_object_create_special_characters
test_bucket_create_special_key_names duplicates this test. Add
missing cases and reformat for clarity.
Signed-off-by: Andrew Gaul <andrew@gaul.org>
Yehuda Sadeh [Thu, 10 Sep 2015 20:18:28 +0000 (13:18 -0700)]
rgw: test versioned objects with special names
E.g., objects that start with undescore
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Javier M. Mellid [Wed, 2 Sep 2015 16:46:43 +0000 (18:46 +0200)]
s3tests: Add test_multipart_copy_multiple_sizes
Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com>
Javier M. Mellid [Wed, 2 Sep 2015 16:46:07 +0000 (18:46 +0200)]
s3tests: Add test_multipart_copy_small
Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com>
Andrew Gaul [Wed, 12 Aug 2015 00:23:08 +0000 (17:23 -0700)]
Test listing a blob which ends with delimiter
This has a different behavior than when the blob does not end with the
delimiter.
Signed-off-by: Andrew Gaul <andrew@gaul.org>
Yehuda Sadeh [Thu, 13 Aug 2015 17:31:47 +0000 (10:31 -0700)]
Merge pull request #70 from tobegit3hub/fix_example_in_readme
Fix the example which is deprecated in README.rst
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Thu, 13 Aug 2015 17:28:45 +0000 (10:28 -0700)]
Merge pull request #53 from andrewgaul/mpu-invalid-parts
Add multipart tests with invalid parts
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Thu, 13 Aug 2015 17:27:14 +0000 (10:27 -0700)]
Merge pull request #64 from andrewgaul/cache-control-expires-headers
Add tests for Cache-Control and Expires headers
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Thu, 13 Aug 2015 17:21:51 +0000 (10:21 -0700)]
Merge pull request #59 from robbat2/wip-website-fuzzy
fuzz: Write fuzzer rules for WebsiteConfiguration.
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
tobe [Mon, 3 Aug 2015 12:30:46 +0000 (20:30 +0800)]
Use test_bucket_list_empty as example in README
tobe [Mon, 3 Aug 2015 02:32:04 +0000 (10:32 +0800)]
Fix the example which is deprecated in README.rst
Signed-off-by: tobe <tobeg3oogle@gmail.com>
Zack Cerza [Tue, 14 Jul 2015 17:58:50 +0000 (11:58 -0600)]
Merge pull request #66 from ceph/wip-12302
Remove "--allow-hosts None" because it magically makes things work
Dan Mick [Tue, 14 Jul 2015 17:19:37 +0000 (10:19 -0700)]
Remove "--allow-hosts None" because it magically makes things work
Fixes: 12302
Signed-off-by: Dan Mick <dan.mick@redhat.com>
Andrew Gaul [Tue, 30 Jun 2015 22:42:32 +0000 (15:42 -0700)]
Add tests for Cache-Control and Expires headers
Signed-off-by: Andrew Gaul <andrew@gaul.org>
Yehuda Sadeh [Tue, 30 Jun 2015 18:26:35 +0000 (11:26 -0700)]
s3tests: fix for python 2.6
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Tue, 30 Jun 2015 17:12:52 +0000 (10:12 -0700)]
Merge pull request #63 from andrewgaul/unneeded_head_bucket
Remove unneeded called to _head_bucket
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Andrew Gaul [Tue, 30 Jun 2015 17:06:23 +0000 (10:06 -0700)]
Remove unneeded called to _head_bucket
Test does not consume obj_count or bytes_used and this function now
returns a dict of optional headers.
Signed-off-by: Andrew Gaul <andrew@gaul.org>
Yehuda Sadeh [Wed, 17 Jun 2015 20:10:23 +0000 (13:10 -0700)]
s3tests: adjust copy tests to test copy of larger objects
rgw has different code paths for objects > 512k
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Wed, 17 Jun 2015 20:31:30 +0000 (13:31 -0700)]
Merge pull request #58 from robbat2/wip-unique-testname
tests must have unique names, otherwise they override existing tests.
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Wed, 17 Jun 2015 20:30:32 +0000 (13:30 -0700)]
Merge pull request #61 from andrewgaul/range-get-content-range
Test Content-Range header in range requests
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Wed, 17 Jun 2015 20:30:17 +0000 (13:30 -0700)]
Merge pull request #60 from andrewgaul/range-get-invalid-range
Test range get with invalid range
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Andrew Gaul [Wed, 17 Jun 2015 04:06:34 +0000 (21:06 -0700)]
Test range get with invalid range
Signed-off-by: Andrew Gaul <andrew@gaul.org>
Andrew Gaul [Wed, 17 Jun 2015 15:26:15 +0000 (08:26 -0700)]
Test Content-Range header in range requests
Signed-off-by: Andrew Gaul <andrew@gaul.org>
Yehuda Sadeh [Tue, 16 Jun 2015 22:32:19 +0000 (15:32 -0700)]
s3tests: fix multipart test
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Robin H. Johnson [Sun, 14 Jun 2015 22:20:17 +0000 (15:20 -0700)]
fuzz: Write fuzzer rules for WebsiteConfiguration.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Robin H. Johnson [Mon, 15 Jun 2015 04:31:30 +0000 (21:31 -0700)]
tests must have unique names, otherwise they override existing tests.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
Yehuda Sadeh [Thu, 28 May 2015 08:39:08 +0000 (01:39 -0700)]
Merge pull request #56 from jmunhoz/bug-11753
s3tests: Test copying foreign object in foreign bucket
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Javier M. Mellid [Wed, 27 May 2015 09:27:08 +0000 (11:27 +0200)]
s3tests: Test copying foreign object in foreign bucket
User should be able to copy non-owned objects inside non-owned buckets when
they have full permissions to both bucket and object.
Test for issue #11639
Signed-off-by: Javier M. Mellid <jmunhoz@igalia.com>
Yehuda Sadeh [Fri, 15 May 2015 17:36:34 +0000 (10:36 -0700)]
Merge pull request #55 from ceph/wip-bootstrap-pkg-install
bootstrap: apt/yum install the list of dependencies
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Ken Dreyer [Fri, 15 May 2015 17:15:33 +0000 (11:15 -0600)]
bootstrap: apt/yum install the list of dependencies
If RPM or DEB packages are missing, don't print to STDERR and bail.
Instead, assume that the user has sudo rights, and attempt to install
the missing packages for the user automatically.
Yehuda Sadeh [Thu, 14 May 2015 00:10:07 +0000 (17:10 -0700)]
s3tests: more thorough multipart resend tests
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Wed, 13 May 2015 00:06:11 +0000 (17:06 -0700)]
radosgw-admin: test resend of a multipart upload part
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Andrew Gaul [Sat, 2 May 2015 17:51:30 +0000 (10:51 -0700)]
Add multipart tests with invalid parts
Signed-off-by: Andrew Gaul <andrew@gaul.org>
Yehuda Sadeh [Fri, 1 May 2015 20:14:39 +0000 (13:14 -0700)]
Merge pull request #52 from andrewgaul/nuke-empty-bucket
Handle empty bucket while nuking
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Andrew Gaul [Fri, 1 May 2015 20:09:51 +0000 (13:09 -0700)]
Handle empty bucket while nuking
Signed-off-by: Andrew Gaul <andrew@gaul.org>
Yehuda Sadeh [Fri, 24 Apr 2015 21:50:49 +0000 (14:50 -0700)]
Merge pull request #51 from andrewgaul/nuke-bucket-without-versions
Fall back when nuking buckets
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Andrew Gaul [Fri, 24 Apr 2015 21:35:35 +0000 (14:35 -0700)]
Fall back when nuking buckets
Some S3 implementations do not support object versioning - fall back
to listing without versions.
Signed-off-by: Andrew Gaul <andrew@gaul.org>
Yehuda Sadeh [Fri, 24 Apr 2015 20:49:59 +0000 (13:49 -0700)]
s3tests: cleanup, set bucket acls if permission denied
retry bucket removal after setting the bucket permissions if we're
getting pemission denied. This will make sure the bucket gets removed.
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Fri, 24 Apr 2015 16:16:45 +0000 (09:16 -0700)]
Merge pull request #50 from andrewgaul/test-object-acl-canned-during-create
Add test_object_acl_canned_during_create
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Andrew Gaul [Thu, 23 Apr 2015 23:28:11 +0000 (16:28 -0700)]
Add test_object_acl_canned_during_create
This mirrors test_bucket_acl_canned_during_create.
Signed-off-by: Andrew Gaul <andrew@gaul.org>
Andrew Gaul [Sat, 18 Apr 2015 10:54:37 +0000 (03:54 -0700)]
Copy tests for non-existent buckets and keys
Signed-off-by: Andrew Gaul <andrew@gaul.org>
Yehuda Sadeh [Mon, 6 Apr 2015 17:00:38 +0000 (10:00 -0700)]
Merge pull request #47 from andrewgaul/copy-blob-content-type
Replace and retain Content-Type in copy tests
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Andrew Gaul [Sat, 4 Apr 2015 20:01:13 +0000 (13:01 -0700)]
Replace and retain Content-Type in copy tests
Also set user metadata during put instead of issuing an additional
copy.
Signed-off-by: Andrew Gaul <andrew@gaul.org>
Yehuda Sadeh [Tue, 17 Mar 2015 16:35:04 +0000 (09:35 -0700)]
Merge pull request #45 from andrewgaul/head-operation-tests
Do not rely on Ceph extensions in head bucket
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Tue, 17 Mar 2015 16:33:10 +0000 (09:33 -0700)]
Merge pull request #46 from andrewgaul/container-create-acl
Test setting container ACLs during create bucket
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Tue, 17 Mar 2015 16:31:17 +0000 (09:31 -0700)]
Merge pull request #44 from ceph/wip-10551
Add fails_on_mod_proxy_fcgi to functional.test_s3.test_100_continue
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Andrew Gaul [Mon, 16 Mar 2015 01:03:45 +0000 (18:03 -0700)]
Test setting container ACLs during create bucket
Signed-off-by: Andrew Gaul <andrew@gaul.org>
Andrew Gaul [Tue, 5 Aug 2014 20:08:24 +0000 (13:08 -0700)]
Do not rely on Ceph extensions in head bucket
This commit allows test_bucket_head test_bucket_head,
test_bucket_head_extended, test_multipart_upload, and
test_abort_multipart_upload to succeed against AWS-S3. Also use
public buckets for head tests since they do not require private
buckets.
Signed-off-by: Andrew Gaul <andrew@gaul.org>
Andrew Schoen [Wed, 4 Mar 2015 21:10:40 +0000 (15:10 -0600)]
Add fails_on_mod_proxy_fcgi to functional.test_s3.test_100_continue
Backport: hammer, firefly
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
Yehuda Sadeh [Mon, 2 Mar 2015 22:20:16 +0000 (14:20 -0800)]
Merge pull request #42 from andrewgaul/copy-replace-retain-metadata
Copy tests for replacing and retaining metadata
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Andrew Gaul [Mon, 2 Mar 2015 22:12:10 +0000 (14:12 -0800)]
Copy tests for replacing and retaining metadata
Yehuda Sadeh [Sat, 28 Feb 2015 00:49:44 +0000 (16:49 -0800)]
s3tests: add tests of acl settings by alt user
verify ownership
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Fri, 27 Feb 2015 19:50:55 +0000 (11:50 -0800)]
s3tests: add missing imports
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Fri, 27 Feb 2015 18:38:21 +0000 (10:38 -0800)]
Merge pull request #37 from andrewgaul/empty-content-length
Do not check error_code with empty content length
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Fri, 27 Feb 2015 18:37:42 +0000 (10:37 -0800)]
Merge pull request #36 from andrewgaul/starts-with-nonalpha
Use unique name in starts with nonalpha test
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Fri, 27 Feb 2015 18:36:33 +0000 (10:36 -0800)]
Merge pull request #34 from andrewgaul/abort-multipart-upload-not-found
Add test for aborting a bogus multi-part upload
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Fri, 27 Feb 2015 18:35:45 +0000 (10:35 -0800)]
Merge pull request #33 from andrewgaul/multi-delete
Ensure multi-delete removes keys
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Fri, 27 Feb 2015 18:35:08 +0000 (10:35 -0800)]
Merge pull request #32 from andrewgaul/xml-special-characters
Add test for keys with XML special characters
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Fri, 27 Feb 2015 18:34:05 +0000 (10:34 -0800)]
Merge pull request #31 from andrewgaul/get-location
Add test for querying location
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Fri, 27 Feb 2015 18:30:51 +0000 (10:30 -0800)]
Merge pull request #29 from andrewgaul/multipart-upload-empty-small
Test empty and small multi-part uploads
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Fri, 27 Feb 2015 18:26:44 +0000 (10:26 -0800)]
Merge pull request #18 from andrewgaul/bad-digest
Test to find mismatched MD5
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Fri, 27 Feb 2015 18:25:02 +0000 (10:25 -0800)]
Merge pull request #16 from andrewgaul/put-object-correct-etag
Test that put object returns correct ETag
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Fri, 27 Feb 2015 18:24:12 +0000 (10:24 -0800)]
Merge pull request #15 from andrewgaul/half-open-range-requests
Test half-open range requests
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Fri, 27 Feb 2015 18:17:48 +0000 (10:17 -0800)]
Merge pull request #12 from andrewgaul/short-write-disable-retries
Disable retries to test short writes
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Fri, 27 Feb 2015 18:16:20 +0000 (10:16 -0800)]
Merge pull request #11 from andrewgaul/long-bucket-name-tests
Call get_new_bucket_name in long bucket name tests
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Fri, 27 Feb 2015 18:23:09 +0000 (10:23 -0800)]
s3tests: fix test_bucket_create_bad_contentlength_empty
Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Thu, 5 Feb 2015 17:39:13 +0000 (09:39 -0800)]
s3tests: test POST with bad access key
Tests issue #10698
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
Yehuda Sadeh [Fri, 30 Jan 2015 15:29:42 +0000 (07:29 -0800)]
Merge branch 'wip-rgw-versioning-4'
Yehuda Sadeh [Thu, 29 Jan 2015 23:37:35 +0000 (15:37 -0800)]
Merge remote-tracking branch 'github/next'
Yehuda Sadeh [Thu, 22 Jan 2015 23:24:07 +0000 (15:24 -0800)]
Merge branch 'wip-bi-sharding-3' into wip-rgw-versioning-3
Conflicts:
s3tests/functional/test_s3.py
Yehuda Sadeh [Wed, 14 Jan 2015 00:46:33 +0000 (16:46 -0800)]
s3tests: send raw http requests to test redirects
Since we fixed the rgw redirect code, it turns out that boto actually
follows on them. We just want to check if redirect is sent.
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
Yehuda Sadeh [Wed, 21 Jan 2015 22:49:47 +0000 (14:49 -0800)]
Merge pull request #27 from xylv/wip-test-issue-10311
s3tests: add regression test for bug #10311 - rgw: Object is deleted automatically if conditional PUT returns 412
Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
Yehuda Sadeh [Fri, 9 Jan 2015 00:11:23 +0000 (16:11 -0800)]
s3tests: test list bucket versions
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>
Yehuda Sadeh [Wed, 24 Dec 2014 00:26:47 +0000 (16:26 -0800)]
s3tests: concurrent object versioning tests
test concurrent creation and removal
Signed-off-by: Yehuda Sadeh <yehuda@inktank.com>