Build: #18 failed
Job: Test Tools MPI Many Linux 2.28 Rocky 8.10 Py3.10 failed
sort: Test case result
The below summarizes the result of the test " sort" in build 18 of CASA - CMake MPI - Test Tools MPI Many Linux 2.28 Rocky 8.10 Py3.10.
- Description
- sort
- Test class
- tests.tools.ms.test_tool_ms.mstool_test_sort
- Method
- test_sort
- Duration
- < 1 sec
- Status
- Failed (New Failure)
Error Log
RuntimeError: Table /home/casatest/casa6/casatestutils/nosedir/test_tool_ms/ngc5921.ms/FIELD does not exist
self = <test_tool_ms.mstool_test_sort testMethod=test_sort>
def setUp(self):
# For these tests, no newmsname caused exception:
# Exception Reported: Invalid Table operation: Cannot copy/rename;
# target table <path>/nosedir/ngc5921.ms is still
# open (is in the table cache)
> self.setUpTest()
../../../casatools/tests/tools/ms/test_tool_ms.py:943:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
../../../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 0x7f955b0d59b0> >
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/FIELD does not exist
../../../../venv/lib/python3.10/site-packages/casatools/__casac__/ms.py:151: RuntimeError