Skip to content

Instantly share code, notes, and snippets.

@notmyname
Created November 11, 2015 18:45
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/a52e5c01fb49c2af47e1 to your computer and use it in GitHub Desktop.
Save notmyname/a52e5c01fb49c2af47e1 to your computer and use it in GitHub Desktop.
======================================================================
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment