-
-
Save vtolstov/40bbafca4605fba79c1b to your computer and use it in GitHub Desktop.
log
This file contains 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
Waiting for server to start .. Started | |
=== RUN TestHeadersToMetadata | |
--- PASS: TestHeadersToMetadata (0.00s) | |
=== RUN TestHeadersToAccountMetadata | |
--- PASS: TestHeadersToAccountMetadata (0.00s) | |
=== RUN TestHeadersToContainerMetadata | |
--- PASS: TestHeadersToContainerMetadata (0.00s) | |
=== RUN TestHeadersToObjectMetadata | |
--- PASS: TestHeadersToObjectMetadata (0.00s) | |
=== RUN TestMetadataToHeaders | |
--- PASS: TestMetadataToHeaders (0.00s) | |
=== RUN TestMetadataToAccountHeaders | |
--- PASS: TestMetadataToAccountHeaders (0.00s) | |
=== RUN TestMetadataToContainerHeaders | |
--- PASS: TestMetadataToContainerHeaders (0.00s) | |
=== RUN TestMetadataToObjectHeaders | |
--- PASS: TestMetadataToObjectHeaders (0.00s) | |
=== RUN TestNsToFloatString | |
--- PASS: TestNsToFloatString (0.00s) | |
=== RUN TestFloatStringToNs | |
--- PASS: TestFloatStringToNs (0.00s) | |
=== RUN TestGetModTime | |
--- PASS: TestGetModTime (0.00s) | |
=== RUN TestSetModTime | |
--- PASS: TestSetModTime (0.00s) | |
=== RUN TestInternalError | |
--- PASS: TestInternalError (0.00s) | |
=== RUN TestInternalCheckClose | |
--- PASS: TestInternalCheckClose (0.00s) | |
=== RUN TestInternalParseHeaders | |
--- PASS: TestInternalParseHeaders (0.00s) | |
=== RUN TestInternalReadHeaders | |
--- PASS: TestInternalReadHeaders (0.00s) | |
=== RUN TestInternalStorage | |
--- PASS: TestInternalStorage (0.00s) | |
=== RUN TestInternalAuthenticate | |
--- PASS: TestInternalAuthenticate (0.01s) | |
=== RUN TestInternalAuthenticateDenied | |
--- PASS: TestInternalAuthenticateDenied (0.00s) | |
=== RUN TestInternalAuthenticateBad | |
--- PASS: TestInternalAuthenticateBad (0.00s) | |
=== RUN TestInternalContainerNames | |
--- PASS: TestInternalContainerNames (0.00s) | |
=== RUN TestTimeoutReaderNoTimeout | |
--- PASS: TestTimeoutReaderNoTimeout (0.03s) | |
=== RUN TestTimeoutReaderTimeout | |
--- PASS: TestTimeoutReaderTimeout (0.01s) | |
=== RUN TestWatchdogReaderNoTimeout | |
--- PASS: TestWatchdogReaderNoTimeout (0.03s) | |
=== RUN TestWatchdogReaderTimeout | |
--- PASS: TestWatchdogReaderTimeout (0.03s) | |
=== RUN TestWatchdogReaderNoTimeoutShortInitial | |
--- PASS: TestWatchdogReaderNoTimeoutShortInitial (0.03s) | |
=== RUN TestWatchdogReaderTimeoutLongInitial | |
--- PASS: TestWatchdogReaderTimeoutLongInitial (0.03s) | |
=== RUN TestTransport | |
--- PASS: TestTransport (0.14s) | |
=== RUN TestAuthenticate | |
--- PASS: TestAuthenticate (0.11s) | |
=== RUN TestAuthenticateRace | |
--- PASS: TestAuthenticateRace (1.13s) | |
=== RUN TestSerializeConnectionJson | |
--- PASS: TestSerializeConnectionJson (0.20s) | |
=== RUN TestSerializeConnectionXml | |
--- PASS: TestSerializeConnectionXml (0.10s) | |
=== RUN TestOnReAuth | |
--- PASS: TestOnReAuth (0.21s) | |
=== RUN TestAccount | |
--- FAIL: TestAccount (0.00s) | |
swift_test.go:198: Head http://cs1.clodo.ru:80/v1/CLODO_dd204f68b92bf89c6b339754415b74aa: EOF | |
=== RUN TestAccountUpdate | |
--- FAIL: TestAccountUpdate (0.57s) | |
swift_test.go:245: Post http://cs1.clodo.ru:80/v1/CLODO_dd204f68b92bf89c6b339754415b74aa: EOF | |
=== RUN TestContainerCreate | |
--- PASS: TestContainerCreate (0.20s) | |
=== RUN TestContainer | |
--- PASS: TestContainer (1.19s) | |
=== RUN TestContainersAll | |
--- FAIL: TestContainersAll (0.00s) | |
swift_test.go:292: Get http://cs1.clodo.ru:80/v1/CLODO_dd204f68b92bf89c6b339754415b74aa?format=json&limit=10000: EOF | |
=== RUN TestContainersAllWithLimit | |
--- PASS: TestContainersAllWithLimit (0.47s) | |
=== RUN TestContainerUpdate | |
--- PASS: TestContainerUpdate (0.20s) | |
=== RUN TestContainerNames | |
--- FAIL: TestContainerNames (0.00s) | |
swift_test.go:343: Get http://cs1.clodo.ru:80/v1/CLODO_dd204f68b92bf89c6b339754415b74aa: EOF | |
=== RUN TestContainerNamesAll | |
--- PASS: TestContainerNamesAll (0.19s) | |
=== RUN TestContainerNamesAllWithLimit | |
--- PASS: TestContainerNamesAllWithLimit (0.45s) | |
=== RUN TestObjectPutString | |
--- PASS: TestObjectPutString (0.45s) | |
=== RUN TestObjectPutBytes | |
--- FAIL: TestObjectPutBytes (0.00s) | |
swift_test.go:421: Put http://cs1.clodo.ru:80/v1/CLODO_dd204f68b92bf89c6b339754415b74aa/GoSwiftUnitTest/test_object: EOF | |
=== RUN TestObjectPutMimeType | |
--- FAIL: TestObjectPutMimeType (0.92s) | |
swift_test.go:456: EOF | |
=== RUN TestObjectCreate | |
--- PASS: TestObjectCreate (7.03s) | |
=== RUN TestObjectGetString | |
--- PASS: TestObjectGetString (0.09s) | |
=== RUN TestObjectGetBytes | |
--- PASS: TestObjectGetBytes (0.09s) | |
=== RUN TestObjectOpen | |
--- PASS: TestObjectOpen (0.09s) | |
=== RUN TestObjectOpenPartial | |
--- PASS: TestObjectOpenPartial (0.09s) | |
=== RUN TestObjectOpenLength | |
--- PASS: TestObjectOpenLength (0.10s) | |
=== RUN TestObjectOpenSeek | |
--- FAIL: TestObjectOpenSeek (0.86s) | |
swift_test.go:666: Contents wrong, expecting 3 got 1 {1 -2 2} | |
swift_test.go:666: Contents wrong, expecting 5 got 1 {1 1 4} | |
swift_test.go:666: Contents wrong, expecting 5 got 1 {2 -1 4} | |
swift_test.go:666: Contents wrong, expecting 3 got 1 {2 -3 2} | |
swift_test.go:666: Contents wrong, expecting 4 got 2 {2 -2 3} | |
=== RUN TestObjectUpdate | |
--- PASS: TestObjectUpdate (0.15s) | |
=== RUN TestObject | |
--- FAIL: TestObject (0.21s) | |
swift_test.go:686: Time is wrong: dt="14m29.958367161s", when="2015-05-13 10:08:49 +0000 UTC" | |
=== RUN TestObjectUpdate2 | |
--- FAIL: TestObjectUpdate2 (0.00s) | |
swift_test.go:705: Post http://cs1.clodo.ru:80/v1/CLODO_dd204f68b92bf89c6b339754415b74aa/GoSwiftUnitTest/test_object: EOF | |
=== RUN TestContainers | |
--- FAIL: TestContainers (0.10s) | |
swift_test.go:732: Bad size of Container "GoSwiftUnitTest": {"GoSwiftUnitTest" '\x03' '\x14'} | |
=== RUN TestObjectNames | |
--- FAIL: TestObjectNames (0.09s) | |
swift_test.go:748: Incorrect listing [directory/puppy.jpg test.jpg test_object] | |
=== RUN TestObjectNamesAll | |
--- FAIL: TestObjectNamesAll (0.10s) | |
swift_test.go:759: Incorrect listing [directory/puppy.jpg test.jpg test_object] | |
=== RUN TestObjectNamesAllWithLimit | |
--- FAIL: TestObjectNamesAllWithLimit (0.38s) | |
swift_test.go:770: Incorrect listing [directory/puppy.jpg test.jpg test_object] | |
=== RUN TestObjectsWalk | |
--- FAIL: TestObjectsWalk (0.09s) | |
swift_test.go:788: Incorrect listing [directory/puppy.jpg test.jpg test_object] | |
=== RUN TestObjects | |
--- FAIL: TestObjects (0.10s) | |
swift_test.go:799: Should only be 1 object | |
=== RUN TestObjectsDirectory | |
--- FAIL: TestObjectsDirectory (0.34s) | |
swift_test.go:823: Should only be 2 objects | |
=== RUN TestObjectsPseudoDirectory | |
--- FAIL: TestObjectsPseudoDirectory (1.21s) | |
swift_test.go:855: Should only be 2 objects [{directory/ application/directory 0 0001-01-01 00:00:00 +0000 UTC true directory/} {test.jpg image/jpeg 5 2015-05-13T10:08:40.087380 2015-05-13 10:08:40 +0000 UTC 827ccb0eea8a706c4c34a16891f84e7b false } {test_object application/octet-stream 5 2015-05-13T10:08:39.605650 2015-05-13 10:08:39 +0000 UTC 827ccb0eea8a706c4c34a16891f84e7b false }] | |
=== RUN TestObjectsAll | |
--- FAIL: TestObjectsAll (0.10s) | |
swift_test.go:893: Incorrect listing [{test.jpg image/jpeg 5 2015-05-13T10:08:40.087380 2015-05-13 10:08:40 +0000 UTC 827ccb0eea8a706c4c34a16891f84e7b false } {test_object application/octet-stream 5 2015-05-13T10:08:39.605650 2015-05-13 10:08:39 +0000 UTC 827ccb0eea8a706c4c34a16891f84e7b false }] | |
=== RUN TestObjectsAllWithLimit | |
--- FAIL: TestObjectsAllWithLimit (0.28s) | |
swift_test.go:904: Incorrect listing [{test.jpg image/jpeg 5 2015-05-13T10:08:40.087380 2015-05-13 10:08:40 +0000 UTC 827ccb0eea8a706c4c34a16891f84e7b false } {test_object application/octet-stream 5 2015-05-13T10:08:39.605650 2015-05-13 10:08:39 +0000 UTC 827ccb0eea8a706c4c34a16891f84e7b false }] | |
=== RUN TestObjectNamesWithPath | |
--- FAIL: TestObjectNamesWithPath (0.19s) | |
swift_test.go:915: Bad listing with path [test.jpg test_object] | |
=== RUN TestObjectCopy | |
--- PASS: TestObjectCopy (1.20s) | |
=== RUN TestObjectCopyWithMetadata | |
--- FAIL: TestObjectCopyWithMetadata (0.56s) | |
swift_test.go:219: Difference in key potato-salad 2 | |
swift_test.go:224: Difference in key potato-salad 2 | |
swift_test.go:960: EOF | |
=== RUN TestObjectMove | |
--- FAIL: TestObjectMove (0.50s) | |
swift_test.go:977: EOF | |
=== RUN TestObjectUpdateContentType | |
--- FAIL: TestObjectUpdateContentType (0.14s) | |
swift_test.go:990: Object Not Found | |
=== RUN TestVersionContainerCreate | |
--- PASS: TestVersionContainerCreate (2.00s) | |
swift_test.go:1006: Server doesn't support Versions - skipping test | |
=== RUN TestVersionObjectAdd | |
--- PASS: TestVersionObjectAdd (0.00s) | |
swift_test.go:1016: Server doesn't support Versions - skipping test | |
=== RUN TestVersionObjectList | |
--- PASS: TestVersionObjectList (0.00s) | |
swift_test.go:1047: Server doesn't support Versions - skipping test | |
=== RUN TestVersionObjectDelete | |
--- PASS: TestVersionObjectDelete (0.00s) | |
swift_test.go:1064: Server doesn't support Versions - skipping test | |
=== RUN TestVersionDeleteContent | |
--- FAIL: TestVersionDeleteContent (8.15s) | |
swift_test.go:1112: Server doesn't support Versions - skipping test | |
swift_test.go:1091: Get http://cs1.clodo.ru:80/v1/CLODO_dd204f68b92bf89c6b339754415b74aa/GoSwiftUnitTestVersions?format=json: EOF GoSwiftUnitTestVersions | |
swift_test.go:1106: Container Not Empty GoSwiftUnitTestCurrent | |
=== RUN TestObjectDelete | |
--- FAIL: TestObjectDelete (0.33s) | |
swift_test.go:1141: Object Not Found | |
=== RUN TestBulkDelete | |
--- PASS: TestBulkDelete (0.12s) | |
swift_test.go:1153: Server doesn't support BulkDelete - skipping test | |
=== RUN TestBulkUpload | |
--- PASS: TestBulkUpload (0.13s) | |
swift_test.go:1207: Server doesn't support BulkUpload - skipping test | |
=== RUN TestObjectDifficultName | |
--- PASS: TestObjectDifficultName (0.40s) | |
=== RUN TestContainerDelete | |
--- FAIL: TestContainerDelete (0.10s) | |
swift_test.go:1259: Container Not Empty | |
=== RUN TestUnAuthenticate | |
--- PASS: TestUnAuthenticate (0.12s) | |
FAIL | |
exit status 1 | |
FAIL github.com/ncw/swift 32.216s |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment