]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commit
Care less about ordering when checking grants 186/head
authorTim Burke <tim.burke@gmail.com>
Tue, 12 Sep 2017 18:42:35 +0000 (12:42 -0600)
committerTim Burke <tim.burke@gmail.com>
Tue, 12 Sep 2017 19:24:00 +0000 (13:24 -0600)
commit301272c0ef37f4d4b581618a5248f629d5198647
tree606c4577af519bf048f289584a96e8aaa1a0b098
parentb5e72953faad890f2b86b8497e4b304838e2b5a7
Care less about ordering when checking grants

Some tests, like test_object_header_acl_grants and
test_bucket_header_acl_grants, use the same id for all permissions.
Sort() is stable, so those tests end up testing the order of acl grants
returned by Boto. Not sure, but I think this may in turn depend on the
order of HTTP headers, where the order is not significant.

Signed-off-by: Tim Burke <tim.burke@gmail.com>
s3tests/functional/test_s3.py