Created
January 15, 2014 00:23
-
-
Save portante/8428604 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ====================================================================== | |
| ERROR: test_POST_bad_metadata (test.functional.test_container.TestContainer) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/pportant/swift/test/functional/test_container.py", line 44, in setUp | |
| self.assertEquals(resp.status, 201) | |
| AssertionError: 202 != 201 | |
| ====================================================================== | |
| ERROR: test_POST_metadata (test.functional.test_container.TestContainer) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/pportant/swift/test/functional/test_container.py", line 44, in setUp | |
| self.assertEquals(resp.status, 201) | |
| AssertionError: 202 != 201 | |
| ====================================================================== | |
| ERROR: test_PUT_bad_metadata (test.functional.test_container.TestContainer) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/pportant/swift/test/functional/test_container.py", line 44, in setUp | |
| self.assertEquals(resp.status, 201) | |
| AssertionError: 202 != 201 | |
| ====================================================================== | |
| ERROR: test_PUT_metadata (test.functional.test_container.TestContainer) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/pportant/swift/test/functional/test_container.py", line 44, in setUp | |
| self.assertEquals(resp.status, 201) | |
| AssertionError: 202 != 201 | |
| ====================================================================== | |
| ERROR: test_cross_account_container (test.functional.test_container.TestContainer) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/pportant/swift/test/functional/test_container.py", line 44, in setUp | |
| self.assertEquals(resp.status, 201) | |
| AssertionError: 202 != 201 | |
| ====================================================================== | |
| ERROR: test_cross_account_public_container (test.functional.test_container.TestContainer) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/pportant/swift/test/functional/test_container.py", line 44, in setUp | |
| self.assertEquals(resp.status, 201) | |
| AssertionError: 202 != 201 | |
| ====================================================================== | |
| ERROR: test_long_name_content_type (test.functional.test_container.TestContainer) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/pportant/swift/test/functional/test_container.py", line 44, in setUp | |
| self.assertEquals(resp.status, 201) | |
| AssertionError: 202 != 201 | |
| ====================================================================== | |
| ERROR: test_multi_metadata (test.functional.test_container.TestContainer) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/pportant/swift/test/functional/test_container.py", line 44, in setUp | |
| self.assertEquals(resp.status, 201) | |
| AssertionError: 202 != 201 | |
| ====================================================================== | |
| ERROR: test_nonadmin_user (test.functional.test_container.TestContainer) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/pportant/swift/test/functional/test_container.py", line 44, in setUp | |
| self.assertEquals(resp.status, 201) | |
| AssertionError: 202 != 201 | |
| ====================================================================== | |
| ERROR: test_null_name (test.functional.test_container.TestContainer) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/pportant/swift/test/functional/test_container.py", line 44, in setUp | |
| self.assertEquals(resp.status, 201) | |
| AssertionError: 202 != 201 | |
| ====================================================================== | |
| ERROR: test_public_container (test.functional.test_container.TestContainer) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/pportant/swift/test/functional/test_container.py", line 44, in setUp | |
| self.assertEquals(resp.status, 201) | |
| AssertionError: 202 != 201 | |
| ====================================================================== | |
| ERROR: test_unicode_metadata (test.functional.test_container.TestContainer) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/pportant/swift/test/functional/test_container.py", line 44, in setUp | |
| self.assertEquals(resp.status, 201) | |
| AssertionError: 202 != 201 | |
| ====================================================================== | |
| ERROR: test_copy_object (test.functional.test_object.TestObject) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/pportant/swift/test/functional/test_object.py", line 39, in setUp | |
| self.assertEquals(resp.status, 201) | |
| AssertionError: 202 != 201 | |
| ====================================================================== | |
| ERROR: test_delete_content_type (test.functional.test_object.TestObject) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/pportant/swift/test/functional/test_object.py", line 39, in setUp | |
| self.assertEquals(resp.status, 201) | |
| AssertionError: 202 != 201 | |
| ====================================================================== | |
| ERROR: test_delete_if_delete_at_bad (test.functional.test_object.TestObject) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/pportant/swift/test/functional/test_object.py", line 39, in setUp | |
| self.assertEquals(resp.status, 201) | |
| AssertionError: 202 != 201 | |
| ====================================================================== | |
| ERROR: test_manifest (test.functional.test_object.TestObject) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/pportant/swift/test/functional/test_object.py", line 39, in setUp | |
| self.assertEquals(resp.status, 201) | |
| AssertionError: 202 != 201 | |
| ====================================================================== | |
| ERROR: test_null_name (test.functional.test_object.TestObject) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/pportant/swift/test/functional/test_object.py", line 39, in setUp | |
| self.assertEquals(resp.status, 201) | |
| AssertionError: 202 != 201 | |
| ====================================================================== | |
| ERROR: test_private_object (test.functional.test_object.TestObject) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/pportant/swift/test/functional/test_object.py", line 39, in setUp | |
| self.assertEquals(resp.status, 201) | |
| AssertionError: 202 != 201 | |
| ====================================================================== | |
| ERROR: test_public_object (test.functional.test_object.TestObject) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/pportant/swift/test/functional/test_object.py", line 39, in setUp | |
| self.assertEquals(resp.status, 201) | |
| AssertionError: 202 != 201 | |
| ====================================================================== | |
| FAIL: testContainerNameLimit (test.functional.tests.TestContainer) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/pportant/swift/test/functional/tests.py", line 432, in testContainerNameLimit | |
| self.assert_status(201) | |
| File "/home/pportant/swift/test/functional/tests.py", line 161, in assert_status | |
| (self.env.conn.response.status, status_or_statuses)) | |
| AssertionError: Status returned: 202 Expected: 201 | |
| ====================================================================== | |
| FAIL: testCreate (test.functional.tests.TestContainer) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/pportant/swift/test/functional/tests.py", line 504, in testCreate | |
| self.assert_status(201) | |
| File "/home/pportant/swift/test/functional/tests.py", line 161, in assert_status | |
| (self.env.conn.response.status, status_or_statuses)) | |
| AssertionError: Status returned: 202 Expected: 201 | |
| ====================================================================== | |
| FAIL: testCreateOnExisting (test.functional.tests.TestContainer) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/pportant/swift/test/functional/tests.py", line 533, in testCreateOnExisting | |
| self.assert_status(201) | |
| File "/home/pportant/swift/test/functional/tests.py", line 161, in assert_status | |
| (self.env.conn.response.status, status_or_statuses)) | |
| AssertionError: Status returned: 202 Expected: 201 | |
| ====================================================================== | |
| FAIL: testDelete (test.functional.tests.TestContainer) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/pportant/swift/test/functional/tests.py", line 558, in testDelete | |
| self.assert_status(201) | |
| File "/home/pportant/swift/test/functional/tests.py", line 161, in assert_status | |
| (self.env.conn.response.status, status_or_statuses)) | |
| AssertionError: Status returned: 202 Expected: 201 | |
| ====================================================================== | |
| FAIL: testContainerNameLimit (test.functional.tests.TestContainerUTF8) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/pportant/swift/test/functional/tests.py", line 432, in testContainerNameLimit | |
| self.assert_status(201) | |
| File "/home/pportant/swift/test/functional/tests.py", line 161, in assert_status | |
| (self.env.conn.response.status, status_or_statuses)) | |
| AssertionError: Status returned: 202 Expected: 201 | |
| ====================================================================== | |
| FAIL: testCreate (test.functional.tests.TestContainerUTF8) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/pportant/swift/test/functional/tests.py", line 504, in testCreate | |
| self.assert_status(201) | |
| File "/home/pportant/swift/test/functional/tests.py", line 161, in assert_status | |
| (self.env.conn.response.status, status_or_statuses)) | |
| AssertionError: Status returned: 202 Expected: 201 | |
| ====================================================================== | |
| FAIL: testCreateOnExisting (test.functional.tests.TestContainerUTF8) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/pportant/swift/test/functional/tests.py", line 533, in testCreateOnExisting | |
| self.assert_status(201) | |
| File "/home/pportant/swift/test/functional/tests.py", line 161, in assert_status | |
| (self.env.conn.response.status, status_or_statuses)) | |
| AssertionError: Status returned: 202 Expected: 201 | |
| ====================================================================== | |
| FAIL: testDelete (test.functional.tests.TestContainerUTF8) | |
| ---------------------------------------------------------------------- | |
| Traceback (most recent call last): | |
| File "/home/pportant/swift/test/functional/tests.py", line 558, in testDelete | |
| self.assert_status(201) | |
| File "/home/pportant/swift/test/functional/tests.py", line 161, in assert_status | |
| (self.env.conn.response.status, status_or_statuses)) | |
| AssertionError: Status returned: 202 Expected: 201 | |
| ---------------------------------------------------------------------- | |
| Ran 210 tests in 480.588s | |
| FAILED (errors=19, failures=8) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment