From fd323907f937ffd73810a0cb656bc70f5bf612c3 Mon Sep 17 00:00:00 2001 From: Tommi Virtanen Date: Wed, 13 Apr 2011 16:18:30 -0700 Subject: [PATCH] test_bucket_create_naming_bad_short_empty works on radosgw now. rgw bug #983 is fixed in commit 5c06fc1c8b4e983acd7f01f7b908ba8f357621b2. --- test_s3.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test_s3.py b/test_s3.py index 18d4805..5f9a825 100644 --- a/test_s3.py +++ b/test_s3.py @@ -240,9 +240,6 @@ def test_bucket_create_naming_bad_starts_nonalpha(): check_bad_bucket_name('_alphasoup') -# TODO this seems to hang until timeout on rgw? -# http://tracker.newdream.net/issues/983 -@attr('fails_on_rgw') def test_bucket_create_naming_bad_short_empty(): # bucket creates where name is empty look like PUTs to the parent # resource (with slash), hence their error response is different