Build: #18 failed
Job: Test Tools MPI Many Linux 2.28 Rocky 8.10 Py3.10 failed
rectangle rotation: Test case result
The below summarizes the result of the test " rectangle rotation" in build 18 of CASA - CMake MPI - Test Tools MPI Many Linux 2.28 Rocky 8.10 Py3.10.
- Description
- rectangle rotation
- Test class
- tests.tools.regionmanager.test_tool_regionmanager.rg_fromtextfile_test
- Method
- test_rectangle_rotation
- Duration
- < 1 sec
- Status
- Failed (New Failure)
Error Log
FileNotFoundError: [Errno 2] No such file or directory: 'CAS-3260.txt'
self = <test_tool_regionmanager.rg_fromtextfile_test testMethod=test_rectangle_rotation>
def tearDown(self):
for im in self._fixtures + self._created + [self.cas_12980i, self.cas_12980t]:
if os.path.exists(im):
if os.path.isdir(im):
shutil.rmtree(im)
else:
> os.remove(im)
E FileNotFoundError: [Errno 2] No such file or directory: 'CAS-3260.txt'
../../../casatools/tests/tools/regionmanager/test_tool_regionmanager.py:614: FileNotFoundError