Activity log for bug #1426340

Date Who What changed Old value New value Message
2015-02-27 11:55:56 Maciej Kwiek bug added bug
2015-02-27 12:31:01 Maciej Kwiek summary Massive HTML returned when running tests encounters ImportError Massive HTML returned when running tests encounters Exception
2015-02-27 13:04:47 Stanislav Makar fuel: milestone 6.1
2015-02-27 13:06:04 Stanislav Makar fuel: assignee Fuel Python Team (fuel-python)
2015-02-27 13:10:44 Maciej Kwiek description To replicate: add import bogus_package_that_does_not_exist to the start of content_json function in nailgun/nailgun/api/v1/handlers/base.py Run the test which uses it, for example ./run_tests.sh -t nailgun/nailgun/test/integration/test_notification.py::TestNotification::test_notification_node_discover You should get lot of HTML in your console instead of a traceback string. To replicate: add import bogus_package_that_does_not_exist or raise Exception('Exception message') to the start of content_json function in nailgun/nailgun/api/v1/handlers/base.py Run the test which uses it, for example ./run_tests.sh -t nailgun/nailgun/test/integration/test_notification.py::TestNotification::test_notification_node_discover You should get lot of HTML in your console instead of a traceback string.
2015-02-27 13:10:50 Maciej Kwiek fuel: importance Undecided Low
2015-03-19 09:21:43 Nikolay Markov fuel: status New Fix Committed