2 unit test failures with fresh AIO isntall (test_COPY and test_copy_from)

Asked by paul luse

I am getting the following two failures when running tox on my dev branch so tried a freshly installed VM and SWAIO following the directions in the 1.8.1 dev docs and hit the same issue when running unittests as part of the install. In the first case I'm using 4 10GB virtual disks with mount points per the AIO docs and in the latter case I'm using a 3GB loopback device. One of my co-workers does not see this so either there's something in my env or, more likely, user error to blame here. Curious if anyone has run into this before and can save be tracking down what I'm doing wrong... thanks in advance -Paul

======================================================================
FAIL: test_COPY (test.unit.proxy.test_server.TestObjectController)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/root/swift/test/unit/proxy/test_server.py", line 2782, in test_COPY
    self.assertEquals(resp.status_int, 413)
AssertionError: 404 != 413
    '404 != 413' = '%s != %s' % (safe_repr(404), safe_repr(413))
    '404 != 413' = self._formatMessage('404 != 413', '404 != 413')
>> raise self.failureException('404 != 413')

======================================================================
FAIL: test_copy_from (test.unit.proxy.test_server.TestObjectController)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/root/swift/test/unit/proxy/test_server.py", line 2652, in test_copy_from
    self.assertEquals(resp.status_int, 413)
AssertionError: 404 != 413
    '404 != 413' = '%s != %s' % (safe_repr(404), safe_repr(413))
    '404 != 413' = self._formatMessage('404 != 413', '404 != 413')
>> raise self.failureException('404 != 413')

Question information

Language:
English Edit question
Status:
Solved
For:
OpenStack Object Storage (swift) Edit question
Assignee:
No assignee Edit question
Solved by:
paul luse
Solved:
Last query:
Last reply:
Revision history for this message
paul luse (paul-e-luse) said :
#1

reisntalled again and this time everything works so no need to look into it further