Skip to content

Instantly share code, notes, and snippets.

@notmyname
Created November 4, 2015 20:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notmyname/2c3ed947c48249f30679 to your computer and use it in GitHub Desktop.
Save notmyname/2c3ed947c48249f30679 to your computer and use it in GitHub Desktop.
swift@saio:~/swift$ ./.functests
running testr
running=${PYTHON:-python} -m subunit.run discover -t ./ ${OS_TEST_PATH}
SKIPPING FUNCTIONAL TESTS SPECIFIC TO AUTH VERSION 3
SKIPPING FUNCTIONAL TESTS SPECIFIC TO SERVICE TOKENS
SKIPPING FUNCTIONAL TESTS SPECIFIC TO AUTH VERSION 3
SKIPPING FUNCTIONAL TESTS SPECIFIC TO SERVICE TOKENS
SKIPPING FUNCTIONAL TESTS SPECIFIC TO AUTH VERSION 3
SKIPPING FUNCTIONAL TESTS SPECIFIC TO SERVICE TOKENS
SKIPPING FUNCTIONAL TESTS SPECIFIC TO AUTH VERSION 3
SKIPPING FUNCTIONAL TESTS SPECIFIC TO SERVICE TOKENS
======================================================================
FAIL: test.functional.tests.TestSlo.test_slo_if_match_get
tags: worker-0
----------------------------------------------------------------------
Traceback (most recent call last):
File "test/functional/tests.py", line 2643, in test_slo_if_match_get
self.assert_status(412)
File "test/functional/tests.py", line 90, in assert_status
(self.env.conn.response.status, status_or_statuses))
File "/usr/lib/python2.7/unittest/case.py", line 420, in assertTrue
raise self.failureException(msg)
AssertionError: Status returned: 500 Expected: 412
======================================================================
FAIL: test.functional.tests.TestSlo.test_slo_if_none_match_get
tags: worker-0
----------------------------------------------------------------------
Traceback (most recent call last):
File "test/functional/tests.py", line 2654, in test_slo_if_none_match_get
self.assert_status(304)
File "test/functional/tests.py", line 90, in assert_status
(self.env.conn.response.status, status_or_statuses))
File "/usr/lib/python2.7/unittest/case.py", line 420, in assertTrue
raise self.failureException(msg)
AssertionError: Status returned: 500 Expected: 304
======================================================================
FAIL: test.functional.tests.TestSloUTF8.test_slo_if_match_get
tags: worker-0
----------------------------------------------------------------------
Traceback (most recent call last):
File "test/functional/tests.py", line 2643, in test_slo_if_match_get
self.assert_status(412)
File "test/functional/tests.py", line 90, in assert_status
(self.env.conn.response.status, status_or_statuses))
File "/usr/lib/python2.7/unittest/case.py", line 420, in assertTrue
raise self.failureException(msg)
AssertionError: Status returned: 500 Expected: 412
======================================================================
FAIL: test.functional.tests.TestSloUTF8.test_slo_if_none_match_get
tags: worker-0
----------------------------------------------------------------------
Traceback (most recent call last):
File "test/functional/tests.py", line 2654, in test_slo_if_none_match_get
self.assert_status(304)
File "test/functional/tests.py", line 90, in assert_status
(self.env.conn.response.status, status_or_statuses))
File "/usr/lib/python2.7/unittest/case.py", line 420, in assertTrue
raise self.failureException(msg)
AssertionError: Status returned: 500 Expected: 304
Ran 380 tests in 297.747s
FAILED (id=0, failures=4, skips=12)
error: testr failed (1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment