]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/log
s3-tests.git
5 years agoadd filter for s3select tests
gal salomon [Mon, 6 Jul 2020 21:10:50 +0000 (00:10 +0300)]
add filter for s3select tests

Signed-off-by: gal salomon <gal.salomon@gmail.com>
(cherry picked from commit fce9a52ef4311c6a89d05452776affe63dfbafe6)

5 years agofix comments;remove non-used imports;enable test for projection;using get_client()
gal salomon [Sun, 31 May 2020 13:07:58 +0000 (16:07 +0300)]
fix comments;remove non-used imports;enable test for projection;using get_client()

(cherry picked from commit 72e251ed69af4cd69de311d39c7f492292528c70)

5 years agoadding radom-generated tests, one for where clause , the second for prjection. random...
gal salomon [Tue, 26 May 2020 22:20:31 +0000 (01:20 +0300)]
adding radom-generated tests, one for where clause , the second for prjection. random arithmetical expression is generated and used for building s3-select query; result is compared to python-engine

(cherry picked from commit fb39ac4829816e19a502e7c4d7c4f9f9ab941945)

5 years agopython linter; replace assert with assert_equal; add complex query test(sum,count...
gal salomon [Tue, 26 May 2020 08:36:38 +0000 (11:36 +0300)]
python linter; replace assert with assert_equal; add complex query test(sum,count,where); add test-schema ;

(cherry picked from commit e006dd47537ba56dfcdad2fcf27f15d21ed209d6)

5 years agousing config parameters
gal salomon [Sat, 23 May 2020 12:10:14 +0000 (15:10 +0300)]
using config parameters

(cherry picked from commit 1a9d3677f7f77597bc8208232ee0bb4f7ef7322c)

5 years agoadd tests to validate csv-header-info functionalities is correct
gal salomon [Fri, 8 May 2020 13:51:24 +0000 (16:51 +0300)]
add tests to validate csv-header-info functionalities is correct

(cherry picked from commit 5dc8bc75ab3365d652945c63bd3bceaddb46f825)

5 years agoadding test cases for processing CSV objects with different CSV definitions; validate...
gal salomon [Tue, 28 Apr 2020 16:10:24 +0000 (19:10 +0300)]
adding test cases for processing CSV objects with different CSV definitions; validate null,escape-rules and quotes are processed correctly

(cherry picked from commit 94b19862284f13d351ea4e5164300a3841fbf091)

5 years agoadding utcnow test
gal salomon [Wed, 15 Apr 2020 14:20:52 +0000 (17:20 +0300)]
adding utcnow test

(cherry picked from commit 4c7c279f7017a3510543de5c4b2dff4f15255e65)

5 years agoadding tests for date-time functionalities
gal salomon [Thu, 9 Apr 2020 13:43:11 +0000 (16:43 +0300)]
adding tests for date-time functionalities

(cherry picked from commit 5925f0fb3f5918fed5c30ff53475c72bf5e13a5a)

5 years agoadd complex expression tests; for nested function calls; and different where-clause...
gal salomon [Sat, 4 Apr 2020 13:31:54 +0000 (16:31 +0300)]
add complex expression tests; for nested function calls; and different where-clause which create the same group of values

(cherry picked from commit c1bce6ac705d79a3530c30c2f4d5450570abcd3c)

5 years agoadding test for detection of cyclic reference to alias
gal salomon [Tue, 31 Mar 2020 11:35:51 +0000 (14:35 +0300)]
adding test for detection of cyclic reference to alias

(cherry picked from commit d543619e7162aaedbff58b8f30f4d08da14c5493)

5 years agoadding aggregation tests
gal salomon [Sun, 29 Mar 2020 14:23:05 +0000 (17:23 +0300)]
adding aggregation tests

(cherry picked from commit f42872fd53478d5510dff236ee96a5f0559f0096)

5 years agoadding alias test case
gal salomon [Thu, 26 Mar 2020 15:49:55 +0000 (17:49 +0200)]
adding alias test case

(cherry picked from commit 74daf86fe5e08f9a4dfb945f3e4b538504803dbb)

5 years agocommit first tests for s3select and initial framework
gal salomon [Mon, 23 Mar 2020 11:36:32 +0000 (13:36 +0200)]
commit first tests for s3select and initial framework

(cherry picked from commit dac38694ef8897dc5721c0125e3a538aa530b9ae)

5 years agofix/restore test_lifecycle_expiration checks
Matt Benjamin [Tue, 19 May 2020 12:41:39 +0000 (08:41 -0400)]
fix/restore test_lifecycle_expiration checks

Commit bf956df71e56bcdae7d41b9789d8e8d775f76007 adding
listobvjectsv2 tests inadvertently changed the v1
test_lifecycle_expiration test, which it had copied to
create a v2 version.  Revert this.

Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
5 years agobootstrap,requirements.txt: bump up setuptools and requests
Kefu Chai [Mon, 25 May 2020 04:48:19 +0000 (12:48 +0800)]
bootstrap,requirements.txt: bump up setuptools and requests

Fixes: https://tracker.ceph.com/issues/45691
Signed-off-by: Kefu Chai <kchai@redhat.com>
5 years agobootstrap: remove deprecated virtualenv options
Casey Bodley [Thu, 21 May 2020 14:48:34 +0000 (10:48 -0400)]
bootstrap: remove deprecated virtualenv options

this fails on Ubuntu 20.04:

> virtualenv: error: unrecognized arguments: --no-site-packages --distribute

according to `virtualenv -h`:

>   --no-site-packages    DEPRECATED. Retained only for backward compatibility.
>                         Not having access to global site-packages is now the
>                         default behavior.
>   --distribute          DEPRECATED. Retained only for backward compatibility.
>                         This option has no effect.

Signed-off-by: Casey Bodley <cbodley@redhat.com>
(cherry picked from commit a0c15c80ad95257d713e7587f070772f416122d6)

5 years agoMerge pull request #343 from theanalyst/ceph-master-public-buckets-qa
Abhishek L [Mon, 30 Mar 2020 13:25:57 +0000 (15:25 +0200)]
Merge pull request #343 from theanalyst/ceph-master-public-buckets-qa

Ceph master public buckets backport

Reviewed-By: Casey Bodley <cbodley@redhat.com>
5 years agofix ignore public acls with py3 compatible code 343/head
Abhishek Lekshmanan [Wed, 22 Jan 2020 16:06:09 +0000 (17:06 +0100)]
fix ignore public acls with py3 compatible code

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
(cherry picked from commit 4d675235ddc12478a0075fe937e2e4919f0ad5b9)

5 years agoadd tests for ignore public acls
Abhishek Lekshmanan [Tue, 8 Oct 2019 13:22:42 +0000 (15:22 +0200)]
add tests for ignore public acls

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
(cherry picked from commit 3b1571ace6c27a1f8995e42576e1d779848d110f)

5 years agoadd test for block public policy
Abhishek Lekshmanan [Tue, 8 Oct 2019 13:22:19 +0000 (15:22 +0200)]
add test for block public policy

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
(cherry picked from commit b4516725f28aad87796e442682fec23a4fb7e7e3)

5 years agouse empty bodies for canned acl tests with BlockPublicAccess
Abhishek Lekshmanan [Tue, 8 Oct 2019 13:21:20 +0000 (15:21 +0200)]
use empty bodies for  canned acl tests with BlockPublicAccess

This should be a temporary workaround until #42208 is fixed

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
(cherry picked from commit d02c1819f67011d6869b86d4497cf6c31fc7be5c)

5 years agoremove redundant get_client calls
Abhishek Lekshmanan [Tue, 8 Oct 2019 08:47:23 +0000 (10:47 +0200)]
remove redundant get_client calls

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
(cherry picked from commit 4996430709ba3910a7cb8380f25f81c0e3da88a0)

5 years agoadd ability to get svc client for s3config set of apis
Abhishek Lekshmanan [Wed, 22 Jan 2020 16:03:10 +0000 (17:03 +0100)]
add ability to get svc client for s3config set of apis

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
(cherry picked from commit 6d3f574a8ec8e61a2d5591a4c448b5b9e6404598)

5 years agoadd tests for public access configuration
Abhishek Lekshmanan [Tue, 8 Oct 2019 08:46:38 +0000 (10:46 +0200)]
add tests for public access configuration

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
(cherry picked from commit 1ad38530e07b388e54f4aee93d4b55344b015132)

5 years agoadd a few test cases for public bucket policies
Abhishek Lekshmanan [Fri, 30 Aug 2019 09:34:51 +0000 (11:34 +0200)]
add a few test cases for public bucket policies

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
(cherry picked from commit 3f9d31c6c77ee8e12cb95511898e3c59a6dee62b)

5 years agoboto3: add bucket policy status checks for public ACLs
Abhishek Lekshmanan [Wed, 22 Jan 2020 16:01:30 +0000 (17:01 +0100)]
boto3: add bucket policy status checks for public ACLs

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
(cherry picked from commit 02b1d50ca7064ced156482b86817b44356683ad2)

5 years agoMerge pull request #340 from theanalyst/bootstrap-suse
Ali Maredia [Fri, 17 Jan 2020 15:02:25 +0000 (10:02 -0500)]
Merge pull request #340 from theanalyst/bootstrap-suse

bootstrap: add support for *suse distributions

5 years agobootstrap: add support for *suse distributions 340/head
Abhishek Lekshmanan [Wed, 15 Jan 2020 19:34:17 +0000 (20:34 +0100)]
bootstrap: add support for *suse distributions

Also reformatted the bootstrap script to parse /etc/os-release instead, so that
more distro/pkg manager support could be added at a later point in time and
fixed the error message

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
5 years agoMerge pull request #337 from ceph/wip-python-3-port
Casey Bodley [Wed, 15 Jan 2020 13:48:54 +0000 (08:48 -0500)]
Merge pull request #337 from ceph/wip-python-3-port

Wip python 3 port

5 years agoremove all non-functional tests and infra 337/head
Ali Maredia [Wed, 18 Dec 2019 20:37:20 +0000 (15:37 -0500)]
remove all non-functional tests and infra

Signed-off-by: Ali Maredia <amaredia@redhat.com>
5 years agoPort functional tests from python 2 to python 3
Adam C. Emerson [Fri, 22 Mar 2019 17:58:30 +0000 (13:58 -0400)]
Port functional tests from python 2 to python 3

Add fails_on_rgw to tests not passing. Some
tests from the master branch do not pass on the
rgw yet. Others waiting on rgw tracker issues to
be resolved.

Signed-off-by: Ali Maredia <amaredia@redhat.com>
5 years agoMerge pull request #314 from theanalyst/iam/user-policy-basic
Abhishek L [Fri, 20 Dec 2019 17:30:21 +0000 (18:30 +0100)]
Merge pull request #314 from theanalyst/iam/user-policy-basic

iam: add a very basic user policy smoke test

Reviewed-By: Casey Bodley <cbodley@redhat.com>
Reviewed-By: Pritha Srivastava <prsivas@redhat.com>
Reviewed-By: Yuval Lifshitz <yuvalif@yahoo.com>
5 years agoMerge pull request #311 from theanalyst/encoding-type
Abhishek L [Fri, 20 Dec 2019 17:28:23 +0000 (18:28 +0100)]
Merge pull request #311 from theanalyst/encoding-type

list-objects: add basic tests for encoding

Reviewed-By: Casey Bodley <cbodley@redhat.com>
5 years agoiam: explicitly set a region for the iam client 314/head
Abhishek Lekshmanan [Fri, 6 Dec 2019 16:00:13 +0000 (17:00 +0100)]
iam: explicitly set a region for the iam client

Avoids region not defined errors

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
5 years agoiam: add a very basic user policy smoke test
Abhishek Lekshmanan [Thu, 24 Oct 2019 15:18:38 +0000 (17:18 +0200)]
iam: add a very basic user policy smoke test

Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
6 years agoMerge pull request #331 from yehudasa/wip-which
Ali Maredia [Wed, 11 Dec 2019 15:29:21 +0000 (10:29 -0500)]
Merge pull request #331 from yehudasa/wip-which

bootstrap: different packages for 'which'

6 years agoMerge pull request #321 from romayalon/tags-order-fix
Ali Maredia [Tue, 10 Dec 2019 18:04:08 +0000 (13:04 -0500)]
Merge pull request #321 from romayalon/tags-order-fix

test_put_obj_with_tags

6 years agobootstrap: different packages for 'which' 331/head
Yehuda Sadeh [Mon, 9 Dec 2019 12:20:55 +0000 (14:20 +0200)]
bootstrap: different packages for 'which'

Either debianutils or which.

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
6 years agoMerge pull request #330 from yehudasa/wip-bash
Ali Maredia [Sun, 8 Dec 2019 19:04:39 +0000 (14:04 -0500)]
Merge pull request #330 from yehudasa/wip-bash

bootstrap: switch to bash

6 years agobootstrap: switch to bash wip-rgw-sync-bucket-6-tests 330/head
Yehuda Sadeh [Sat, 7 Dec 2019 09:23:03 +0000 (11:23 +0200)]
bootstrap: switch to bash

Use of declare that is bash specific was introduced in:
d44c923405e22ea8b6cc1ab4316be3cc07f29b5

Signed-off-by: Yehuda Sadeh <yehuda@redhat.com>
6 years agoMerge pull request #326 from ceph/wip-bootstrap-fix
Casey Bodley [Mon, 25 Nov 2019 16:49:25 +0000 (11:49 -0500)]
Merge pull request #326 from ceph/wip-bootstrap-fix

Minor fix to Centos 8 bootstrap changes

6 years agoMerge pull request #156 from gaul/read-unreadable-object
Ali Maredia [Mon, 25 Nov 2019 05:22:44 +0000 (00:22 -0500)]
Merge pull request #156 from gaul/read-unreadable-object

Test reading an unreadable object

6 years agoMerge pull request #278 from gaul/x-rgw
Ali Maredia [Mon, 25 Nov 2019 05:09:54 +0000 (00:09 -0500)]
Merge pull request #278 from gaul/x-rgw

Ignore missing x-rgw-* headers

6 years agoMinor fix to Centos 8 bootstrap changes wip-bootstrap-fix 326/head
Ali Maredia [Sun, 24 Nov 2019 23:04:42 +0000 (18:04 -0500)]
Minor fix to Centos 8 bootstrap changes

Signed-off-by: Ali Maredia <amaredia@redhat.com>
6 years agoIgnore missing x-rgw-* headers 278/head
Andrew Gaul [Wed, 22 May 2019 07:21:43 +0000 (16:21 +0900)]
Ignore missing x-rgw-* headers

Continue to require them in test_bucket_head_extended.  Only Ceph
supports these headers.

Signed-off-by: Andrew Gaul <andrew@gaul.org>
6 years agoTest reading an unreadable object 156/head
Andrew Gaul [Tue, 14 Mar 2017 22:56:13 +0000 (15:56 -0700)]
Test reading an unreadable object

Signed-off-by: Andrew Gaul <andrew@gaul.org>
6 years agoMerge pull request #319 from liranmauda/liran-fix-bootstrap-for-version-8
Ali Maredia [Thu, 21 Nov 2019 18:10:56 +0000 (13:10 -0500)]
Merge pull request #319 from liranmauda/liran-fix-bootstrap-for-version-8

Fixing bootstap for RHEL/Centos 8

6 years agoMerge pull request #296 from gaul/can-test-website-501
Casey Bodley [Wed, 13 Nov 2019 16:54:33 +0000 (11:54 -0500)]
Merge pull request #296 from gaul/can-test-website-501

Do not run website tests when server emits 501

Reviewed-by: Casey Bodley <cbodley@redhat.com>
6 years agofix lists compare 321/head
Romy [Wed, 6 Nov 2019 11:19:39 +0000 (13:19 +0200)]
fix lists compare

6 years agoFixing bootstap for RHEL/Centos 8 319/head
liranmauda [Sun, 3 Nov 2019 13:04:15 +0000 (15:04 +0200)]
Fixing bootstap for RHEL/Centos 8

Fixing bootstap for RHEL/Centos 8

- When VERSION_ID is less than 8, installing the python packages, otherwise installing the python2 packages.
- When we are using the python2-virtualenv, we will run virtualenv-2.
- Making sure we have which installed

6 years agoMerge pull request #307 from peter-ginchev/fix_listobjects_v2_tests
Ali Maredia [Tue, 29 Oct 2019 03:56:38 +0000 (23:56 -0400)]
Merge pull request #307 from peter-ginchev/fix_listobjects_v2_tests

Fix validate_bucket_listv2

6 years agolist-objects: add basic tests for encoding 311/head
Abhishek Lekshmanan [Fri, 18 Oct 2019 14:11:18 +0000 (16:11 +0200)]
list-objects: add basic tests for encoding

Fixes: https://tracker.ceph.com/issues/41870
Signed-off-by: Abhishek Lekshmanan <abhishek@suse.com>
6 years agoMerge pull request #309 from hairesis/master
Ali Maredia [Mon, 7 Oct 2019 13:42:14 +0000 (09:42 -0400)]
Merge pull request #309 from hairesis/master

Push #306 to master branch.

6 years agosse-kms test keys parametrization 309/head
Andrea Baglioni [Mon, 23 Sep 2019 20:02:23 +0000 (21:02 +0100)]
sse-kms test keys parametrization

Signed-off-by: Andrea Baglioni <andrea.baglioni@workday.com>
6 years agosse-kms: adding missing kms test to parametrization
Andrea Baglioni [Tue, 24 Sep 2019 15:49:13 +0000 (16:49 +0100)]
sse-kms: adding missing kms test to parametrization

6 years agoFix validate_bucket_listv2 307/head
Peter Ginchev [Mon, 30 Sep 2019 11:38:45 +0000 (14:38 +0300)]
Fix validate_bucket_listv2

NextContinuationToken is not cleartext, and we shouldn't assume that.
Also, the test should use it for ContinuationToken

6 years agoMerge pull request #305 from cbodley/wip-validate-bucket-name
Ali Maredia [Tue, 24 Sep 2019 18:42:46 +0000 (14:42 -0400)]
Merge pull request #305 from cbodley/wip-validate-bucket-name

Fix create_bucket tests as per new bucket naming conventions

6 years agoFix create_bucket tests as per new bucket naming conventions 305/head
Soumya Koduri [Thu, 20 Jun 2019 18:14:13 +0000 (23:44 +0530)]
Fix create_bucket tests as per new bucket naming conventions

As per amazon s3 spec -
https://docs.aws.amazon.com/awscloudtrail/latest/userguide/cloudtrail-s3-bucket-naming-requirements.html

The s3 bucket names should not contain upper case letters or underscore.
Name cannot end with dash or have consecutive periods, or dashes adjacent to periods
Name length shouldn't exceed 63 characters.

These rules are being enforced via
- https://github.com/ceph/ceph/pull/26787

This patch is to update the respective testcases as well.

Note: check_invalid_bucket_name() seems to have been broken. It should
try to create bucket using invalid name. Have addressed it in this
patch. Because of this few testcases (which were incorrectly passing
earlier) are failing in validate_bucket_name. Have marked them
'fails_on_rgw' as done for test_bucket_create_naming_bad_punctuation

Signed-off-by: Soumya Koduri <skoduri@redhat.com>
6 years agoMerge pull request #304 from cbodley/wip-fails-with-subdomain
Casey Bodley [Wed, 11 Sep 2019 14:30:44 +0000 (10:30 -0400)]
Merge pull request #304 from cbodley/wip-fails-with-subdomain

boto2: tag more tests with fails_with_subdomain

Reviewed-by: Abhishek Lekshmanan <abhishek@suse.com>
6 years agoboto2: tag more tests with fails_with_subdomain 304/head
Casey Bodley [Tue, 10 Sep 2019 19:14:49 +0000 (15:14 -0400)]
boto2: tag more tests with fails_with_subdomain

Signed-off-by: Casey Bodley <cbodley@redhat.com>
6 years agoMerge pull request #286 from zhangsw/lifecycle-expiration-versioning
Casey Bodley [Fri, 30 Aug 2019 12:58:30 +0000 (08:58 -0400)]
Merge pull request #286 from zhangsw/lifecycle-expiration-versioning

Add a case for lifecycle expiration on versining enabled bucket.

Reviewed-by: Casey Bodley <cbodley@redhat.com>
6 years agoMerge pull request #297 from albin-antony/mutuallyexclusive
Ali Maredia [Thu, 22 Aug 2019 18:13:09 +0000 (14:13 -0400)]
Merge pull request #297 from albin-antony/mutuallyexclusive

startafter and continuation token shouldn't  be returned if they are not specified in the request

6 years agoMerge pull request #295 from tianshan/test_pr_29215
J. Eric Ivancich [Tue, 13 Aug 2019 21:09:52 +0000 (17:09 -0400)]
Merge pull request #295 from tianshan/test_pr_29215

add test case for list with delimiter not skip special keys

Reviewed-by: J. Eric Ivancich <ivancich@redhat.com>
6 years agostartafter or continuation token shouldn't be returned if they are not specified... 297/head
albIN7 [Tue, 6 Aug 2019 15:48:43 +0000 (21:18 +0530)]
startafter or continuation token shouldn't  be returned if they are not specified in the request

Signed-off-by: Albin Antony <aantony@redhat.com>
6 years agoDo not run website tests when server emits 501 296/head
Andrew Gaul [Mon, 29 Jul 2019 21:16:38 +0000 (14:16 -0700)]
Do not run website tests when server emits 501

Signed-off-by: Andrew Gaul <andrew@gaul.org>
6 years agoadd test case for list with delimiter not skip special keys 295/head
Tianshan Qu [Fri, 26 Jul 2019 03:15:28 +0000 (11:15 +0800)]
add test case for list with delimiter not skip special keys

Signed-off-by: Tianshan Qu <tianshan@xsky.com>
6 years agoMerge pull request #96 from gaul/if-match
Ali Maredia [Tue, 23 Jul 2019 18:27:26 +0000 (14:27 -0400)]
Merge pull request #96 from gaul/if-match

Test copy if-match and if-none-match

6 years agoMerge pull request #291 from zhangsw/listobjectv2
Ali Maredia [Tue, 23 Jul 2019 17:51:59 +0000 (13:51 -0400)]
Merge pull request #291 from zhangsw/listobjectv2

Add a test case for continuation token in list objects v2

6 years agoUpdate the continuation token test case so that it won't fail on aws 291/head
zhang Shaowen [Thu, 18 Jul 2019 07:06:06 +0000 (15:06 +0800)]
Update the continuation token test case so that it won't fail on aws

Signed-off-by: zhang Shaowen <zhangshaowen@cmss.chinamobile.com>
6 years agoMerge pull request #284 from timuralp/improvement/improve-range-tests
Ali Maredia [Tue, 16 Jul 2019 20:24:20 +0000 (16:24 -0400)]
Merge pull request #284 from timuralp/improvement/improve-range-tests

Add a test for an improperly formatted range.

6 years agoAdd a test case for list objects v2 with both continuation token and start after...
zhang Shaowen [Tue, 16 Jul 2019 11:03:25 +0000 (19:03 +0800)]
Add a test case for list objects v2 with both continuation token and start after parameter

Signed-off-by: zhang Shaowen <zhangshaowen@cmss.chinamobile.com>
6 years agoMerge pull request #288 from gaul/missing-tags
Ali Maredia [Mon, 15 Jul 2019 18:26:56 +0000 (14:26 -0400)]
Merge pull request #288 from gaul/missing-tags

Add missing tags

6 years agoAdd a test case for continuation token in list objects v2
zhang Shaowen [Fri, 12 Jul 2019 01:36:15 +0000 (09:36 +0800)]
Add a test case for continuation token in list objects v2

Signed-off-by: zhang Shaowen <zhangshaowen@cmss.chinamobile.com>
6 years agoupdate the case for lifecycle expiration on versioning enabled bucket 286/head
zhang Shaowen [Thu, 11 Jul 2019 08:36:16 +0000 (16:36 +0800)]
update the case for lifecycle expiration on versioning enabled bucket

Signed-off-by: zhang Shaowen <zhangshaowen@cmss.chinamobile.com>
6 years agoMerge pull request #290 from cbodley/wip-location2
Ali Maredia [Wed, 10 Jul 2019 15:42:32 +0000 (11:42 -0400)]
Merge pull request #290 from cbodley/wip-location2

fix syntax error in test_bucket_get_location

6 years agofix syntax error in test_bucket_get_location 290/head
Casey Bodley [Wed, 10 Jul 2019 15:22:32 +0000 (11:22 -0400)]
fix syntax error in test_bucket_get_location

Signed-off-by: Casey Bodley <cbodley@redhat.com>
6 years agoMerge pull request #271 from cbodley/wip-bucket-location
Ali Maredia [Tue, 9 Jul 2019 18:25:52 +0000 (14:25 -0400)]
Merge pull request #271 from cbodley/wip-bucket-location

skip bucket location tests if no api_name is configured

6 years agoTest copy if-match and if-none-match 96/head
Andrew Gaul [Thu, 18 Feb 2016 06:28:09 +0000 (22:28 -0800)]
Test copy if-match and if-none-match

References #72.

Signed-off-by: Andrew Gaul <andrew@gaul.org>
6 years agoAdd missing tags 288/head
Andrew Gaul [Tue, 2 Jul 2019 21:59:18 +0000 (14:59 -0700)]
Add missing tags

6 years agoMerge pull request #276 from gaul/deps/fedora
Ali Maredia [Tue, 2 Jul 2019 21:36:27 +0000 (17:36 -0400)]
Merge pull request #276 from gaul/deps/fedora

Explicitly reference Fedora Python 2 dependency

6 years agoMerge pull request #287 from yuvalif/force_python2_in_virtualenv
Ali Maredia [Tue, 2 Jul 2019 21:32:40 +0000 (17:32 -0400)]
Merge pull request #287 from yuvalif/force_python2_in_virtualenv

make sure that virtualenv is python2 regardless of host

6 years agomake sure that virtualenv is python2 regardless of host 287/head
Yuval Lifshitz [Tue, 2 Jul 2019 12:30:31 +0000 (15:30 +0300)]
make sure that virtualenv is python2 regardless of host

Signed-off-by: Yuval Lifshitz <yuvalif@yahoo.com>
6 years agoMerge pull request #267 from albIN7/v2tests
Ali Maredia [Fri, 28 Jun 2019 20:56:49 +0000 (16:56 -0400)]
Merge pull request #267 from albIN7/v2tests

Listobjectsv2 testcases

6 years agoAdd a case for lifecycle expiration on versining enabled bucket.
zhang Shaowen [Fri, 28 Jun 2019 08:15:56 +0000 (16:15 +0800)]
Add a case for lifecycle expiration on versining enabled bucket.

Signed-off-by: zhang Shaowen <zhangshaowen@cmss.chinamobile.com>
6 years agoAdd a test for an improperly formatted range. 284/head
Timur Alperovich [Mon, 24 Jun 2019 22:32:52 +0000 (15:32 -0700)]
Add a test for an improperly formatted range.

Adds tests for range headers that are not properly formatted (i.e. are
not of the form bytes=0-1024).

6 years agoMerge pull request #279 from zhangsw/object-lock 282/head
Casey Bodley [Thu, 20 Jun 2019 17:21:53 +0000 (13:21 -0400)]
Merge pull request #279 from zhangsw/object-lock

add test cases for object lock.

Reviewed-by: Casey Bodley <cbodley@redhat.com>
6 years agoAdded testcases for listobjectsv2 267/head
albIN7 [Fri, 8 Mar 2019 10:11:16 +0000 (15:41 +0530)]
Added testcases for listobjectsv2

Signed-off-by: Albin Antony <aantony@redhat.com>
6 years agoMerge pull request #249 from cbodley/wip-copy-version-urlencode
Ali Maredia [Wed, 5 Jun 2019 03:17:25 +0000 (23:17 -0400)]
Merge pull request #249 from cbodley/wip-copy-version-urlencode

test versioned copy with urlencoded keys

6 years agoMerge pull request #277 from liuchang0812/bucket-tagging
Casey Bodley [Mon, 3 Jun 2019 17:24:05 +0000 (13:24 -0400)]
Merge pull request #277 from liuchang0812/bucket-tagging

rgw: bucket tagging test

6 years agotest versioned copy with urlencoded keys 249/head
Casey Bodley [Thu, 30 May 2019 14:21:51 +0000 (10:21 -0400)]
test versioned copy with urlencoded keys

Signed-off-by: Casey Bodley <cbodley@redhat.com>
6 years agoadd test cases for object lock. 279/head
zhang Shaowen [Tue, 28 May 2019 12:10:59 +0000 (20:10 +0800)]
add test cases for object lock.

Signed-off-by: zhang Shaowen <zhangshaowen@cmss.chinamobile.com>
6 years agoMerge pull request #245 from gaul/attrs
Ali Maredia [Tue, 21 May 2019 23:35:50 +0000 (19:35 -0400)]
Merge pull request #245 from gaul/attrs

Add missing attributes for versioning

6 years agorgw: bucket tagging test 277/head
chang liu [Tue, 21 May 2019 03:53:59 +0000 (11:53 +0800)]
rgw: bucket tagging test

Signed-off-by: chang liu <liuchang0812@gmail.com>
6 years agoAdd missing attributes for versioning 245/head
Andrew Gaul [Fri, 16 Nov 2018 00:28:32 +0000 (16:28 -0800)]
Add missing attributes for versioning

Also add cors attributes.

Signed-off-by: Andrew Gaul <andrew@gaul.org>
6 years agoExplicitly reference Fedora Python 2 dependency explicit-python-2 276/head
Andrew Gaul [Sun, 19 May 2019 15:34:52 +0000 (00:34 +0900)]
Explicitly reference Fedora Python 2 dependency

Previously the aliases would install but subsequent runs would not
find the exact package name.  This caused yum to unnecessarily re-run.

Signed-off-by: Andrew Gaul <andrew@gaul.org>
6 years agoMerge pull request #272 from cbodley/wip-delete-retry
Ali Maredia [Tue, 23 Apr 2019 18:56:00 +0000 (14:56 -0400)]
Merge pull request #272 from cbodley/wip-delete-retry

nuke_prefixed_buckets() ignores 404 from bucket delete

6 years agonuke_prefixed_buckets() ignores 404 from bucket delete 272/head
Casey Bodley [Mon, 22 Apr 2019 19:34:23 +0000 (15:34 -0400)]
nuke_prefixed_buckets() ignores 404 from bucket delete

if a bucket delete request times out, the retry will likely get a 404
NoSuchBucket response. ignore that error and treat this as a success

Signed-off-by: Casey Bodley <cbodley@redhat.com>
6 years agoMerge pull request #261 from linuxbox2/wip-lifecycle-prefix
Casey Bodley [Mon, 22 Apr 2019 14:23:49 +0000 (10:23 -0400)]
Merge pull request #261 from linuxbox2/wip-lifecycle-prefix

boto{2,3}: rm functional.test_s3.test_lifecycle_rules_conflict

Reviewed-by: Casey Bodley <cbodley@redhat.com>
6 years agoboto{2,3}: rm functional.test_s3.test_lifecycle_rules_conflict 261/head
Matt Benjamin [Mon, 18 Mar 2019 06:21:09 +0000 (02:21 -0400)]
boto{2,3}: rm functional.test_s3.test_lifecycle_rules_conflict

The assumption that there may be only one rule per prefix has
been removed.  The rules specifically tested here--without tag
filters--do overlap but are not in conflict.

I am proposing to remove altogether rather than writing new
deconfliction logic.

Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>