Build: #1 failed First build for this plan

Build result summary

Details

Completed
Queue duration
5 seconds
Duration
1543 minutes
Labels
None
Revisions
CASA6
b1e3123ed19a5629ffb6176fb67b4137ca5731c5
OPEN-CASA-PKG
e5285e68467f01199807a1f1a978aec8a4781be7
Total tests
696

Tests

Responsible

  • Des Small Des Small Automatically assigned

Code commits

CASA6
Author Commit Message Commit date
Des Small Des Small b1e3123ed19a5629ffb6176fb67b4137ca5731c5 Added a test for this use case

Tests

New test failures 5
Status Test View job Duration
Collapse Failed test_tool_image ia_convolve2d_test.test_precision
Test Tools Many Linux 2.28 < 1 sec
AssertionError: False is not true : table cache is not empty
test_tool_image.py:852: in tearDown
    self.assertTrue(len(self.tb.showcache()) == 0, 'table cache is not empty')
E   AssertionError: False is not true : table cache is not empty
Collapse Failed test_tool_image ia_convolve2d_test.test_multibeam
Test Tools Many Linux 2.28 < 1 sec
AssertionError: False is not true : table cache is not empty
test_tool_image.py:852: in tearDown
    self.assertTrue(len(self.tb.showcache()) == 0, 'table cache is not empty')
E   AssertionError: False is not true : table cache is not empty
Collapse Failed test_tool_image ia_convolve2d_test.test_multi_channel_multi_pol
Test Tools Many Linux 2.28 1 sec
RuntimeError: Exception: At least one of the beams in the beam set of Temporary_Image is null and thus invalid.
... thrown by void casacore::ImageInfo::checkBeamSet(const casacore::CoordinateSystem&, const casacore::IPosition&, const casacore::String&) const at File: /source/casa6/casatools/casacore/images/Images/ImageInfo.cc, line: 651
test_tool_image.py:1128: in test_multi_channel_multi_pol
    z = yy.convolve2d("", major="5arcmin", minor="4arcmin", pa="20deg")
/usr/local/lib/python3.8/site-packages/casatools/image.py:1062: in convolve2d
    return _wrap_image(swig_object=self._swigobj.convolve2d(outfile, axes, type, major, minor, pa, scale, region, mask, overwrite, stretch, targetres, beam))
/usr/local/lib/python3.8/site-packages/casatools/__casac__/image.py:2411: in convolve2d
    return _image.image_convolve2d(self, *args, **kwargs)
(2 more lines...)
Collapse Failed test_tool_image_statistics ia_statistics_test.test_CAS_11460
Test Tools Many Linux 2.28 4 mins
AssertionError: False is not true : Incoorect shape for npts
test_tool_image_statistics.py:455: in test_CAS_11460
    self.assertTrue(r['npts'].shape == (4,), "Incoorect shape for npts")
E   AssertionError: False is not true : Incoorect shape for npts
Collapse Failed test_tool_msmetadata msmetadata_test.test_alma_fdmtdm_heavy_online_averaging
Test Tools Many Linux 2.28 < 1 sec
AssertionError: False is not true : Incorrect tdm windows
test_tool_msmetadata.py:1923: in test_alma_fdmtdm_heavy_online_averaging
    self.assertTrue((tdm == [0]).all(), "Incorrect tdm windows")
E   AssertionError: False is not true : Incorrect tdm windows