Build: #1 failed

Job: Pipeline PR Test 6.7.4 failed

Stages & jobs

  1. Default Stage

Test results

  • 709 tests in total
  • 2 tests failed
  • 2 failures are new
  • 12 tests were quarantined / skipped
  • 4 minutes taken in total.

Build 1 has the following 2 errors: 2 new failure(s) occurred since the previous build.

New test failures 2
Status Test Duration
Collapse Failed TestHanningPrepare test_file_operation_failure_cleanup
< 1 sec
assert True is False
 +  where True = <pipeline.hifv.tasks.hanning.hanning.HanningResults object at 0x7f72a13d38c0>.task_successful
self = <pipeline.hifv.tasks.hanning.hanning_test.TestHanningPrepare object at 0x7f72a1a816a0>
mock_table_reader = <MagicMock name='TableReader' id='140130307072576'>
mock_exists = <MagicMock name='exists' id='140130308141808'>
mock_rmtree = <MagicMock name='rmtree' id='140130306952464'>
mock_rename = <MagicMock name='rename' id='140130308892832'>

(39 more lines...)
Collapse Failed TestHanningPrepare test_recovery_when_original_ms_removed
< 1 sec
assert True is False
 +  where True = <pipeline.hifv.tasks.hanning.hanning.HanningResults object at 0x7f72a133d0d0>.task_successful
self = <pipeline.hifv.tasks.hanning.hanning_test.TestHanningPrepare object at 0x7f72a1a828a0>
mock_table_reader = <MagicMock name='TableReader' id='140130307293104'>
mock_exists = <MagicMock name='exists' id='140130307252560'>

    @patch('pipeline.hifv.tasks.hanning.hanning.os.path.exists')
    @patch('pipeline.hifv.tasks.hanning.hanning.casa_tools.TableReader')
(35 more lines...)