Build: #19 failed
Job: Test Tools MPI Many Linux 2.28 Rocky 8.10 Py3.10 failed
listhistory: Test case result
The below summarizes the result of the test " listhistory" in build 19 of CASA - CMake MPI - Test Tools MPI Many Linux 2.28 Rocky 8.10 Py3.10.
- Description
- listhistory
- Test class
- tests.tools.ms.test_tool_ms.mstool_test_summary
- Method
- test_listhistory
- Duration
- < 1 sec
- Status
- Failed (New Failure)
Error Log
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/OBSERVATION does not exist
self = <test_tool_ms.mstool_test_summary testMethod=test_listhistory>
def setUp(self):
> self.setUpTest()
../../../casatools/tests/tools/ms/test_tool_ms.py:183:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../../casatools/tests/tools/ms/test_tool_ms.py:53: in setUpTest
self.ms.open(self.testms, nomodify)
../../../../venv/lib/python3.10/site-packages/casatools/ms.py:79: in open
return self._swigobj.open(thems, nomodify, lock, check)
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
self = <casatools.__casac__.ms.ms; proxy of <Swig Object of type 'casac::ms *' at 0x7f45733a7210> >
args = ('ngc5921.ms', True, False, False), kwargs = {}
def open(self, *args, **kwargs):
"""
open(self, _thems, _nomodify, _lock, _check) -> bool
Summary:
Attach the ms tool to a measurement set table
Description:
Use this function when you have detached (using the close function)
the ms tool from a measurement set table and wish to reattach to another
measurement set table.
If check=true, additional referential integrity checks on the MS
are run. If any of these fail, an exception is thrown and the MS
is not open (since it is not a valid MS).
Input Parameters:
thems Name of the measurement set table to open.
nomodify Prevent changes to the measurement set.
lock Lock the table for exclusive use by this tool.
check Run additional internal integrity checks on the MS.
Example:
ms.open('3C273XC1.MS')
ms.close()
ms.open('anotherms', nomodify=False, lock=False)
--------------------------------------------------------------------------------
"""
> return _ms.ms_open(self, *args, **kwargs)
E RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/OBSERVATION does not exist
../../../../venv/lib/python3.10/site-packages/casatools/__casac__/ms.py:151: RuntimeError