owner:olau@iola.com resolution_fixed type_defect | by henrik@levkowetz.com
Trying to run one particular test set in a fresh checkout from the
iesg-tracker branch, I get the output below; when digging into this,
it seems that authentication fails for the user klm.
14:25 ~/src/db/iesg-tracker
henrik@merlot $ PYTHONPATH=$PWD ietf/manage.py test iesg.ManageTelechatDatesTestCase
Creating test database...
Saving test database name test_ietf...
FF
======================================================================
FAIL: test_rollup_dates (ietf.iesg.tests.ManageTelechatDatesTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/henrik/src/db/iesg-tracker/ietf/iesg/tests.py", line 93, in test_rollup_dates
self.assertEquals(r.status_code, 200)
AssertionError: 302 != 200
======================================================================
FAIL: test_set_dates (ietf.iesg.tests.ManageTelechatDatesTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/henrik/src/db/iesg-tracker/ietf/iesg/tests.py", line 68, in test_set_dates
self.assertEquals(r.status_code, 200)
AssertionError: 302 != 200
----------------------------------------------------------------------
Ran 2 tests in 10.461s
FAILED (failures=2)
Checking that it's safe to destroy test database...
Destroying test database...
Issue migrated from trac:359 at 2022-03-04 01:00:38 +0000
owner:olau@iola.comresolution_fixedtype_defect| by henrik@levkowetz.comTrying to run one particular test set in a fresh checkout from the
iesg-tracker branch, I get the output below; when digging into this,
it seems that authentication fails for the user klm.
Issue migrated from trac:359 at 2022-03-04 01:00:38 +0000