test_bucket_create_exists works on radosgw now.

rgw bug #978 is fixed in commit 59309b376c5356afd97a2e72f126159d2a4877ba.
This commit is contained in:
Tommi Virtanen 2011-04-13 16:18:30 -07:00
parent 7d6cb51c74
commit 18185b4826

View file

@ -399,10 +399,6 @@ def test_bucket_create_naming_dns_dash_dot():
check_good_bucket_name('foo-.bar')
# TODO rgw create_bucket() gives 409 Conflict even when owner matches;
# AWS ignores double-PUT
# http://tracker.newdream.net/issues/978
@attr('fails_on_rgw')
def test_bucket_create_exists():
bucket = get_new_bucket()
# REST idempotency means this should be a nop