[Openstack] Error with Swift test.functional tests
    Victor Rodionov 
    vito.ordaz at gmail.com
       
    Mon Apr 30 21:33:21 UTC 2012
    
    
  
Hello
I faced with error in test.functional, this a console log
vito at vito:~/etalon/swift/test$ nosetests functional
.................................................................................................E...........................................E...........
======================================================================
ERROR: testMetadataNumberLimit (test.functional.tests.TestFile)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/vito/etalon/swift/test/functional/tests.py", line 1017,
in testMetadataNumberLimit
    self.assert_(file.write())
  File "/home/vito/etalon/swift/test/functional/swift.py", line 731, in write
    raise ResponseError(self.conn.response)
ResponseError: 503: Internal Server Error
======================================================================
ERROR: testMetadataNumberLimit (test.functional.tests.TestFileUTF8)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/vito/etalon/swift/test/functional/tests.py", line 1017,
in testMetadataNumberLimit
    self.assert_(file.write())
  File "/home/vito/etalon/swift/test/functional/swift.py", line 731, in write
    raise ResponseError(self.conn.response)
ResponseError: 503: Internal Server Error
----------------------------------------------------------------------
Ran 153 tests in 67.563s
FAILED (errors=2)
    
    
More information about the Openstack
mailing list