CAS-14283Could not obtain issue details from Jira

Build: #6 failed Child of CASASPECS-DBC33-11

Build result summary

Details

Completed
Queue duration
1 second
Duration
307 minutes
Labels
None
Revisions
CASA6
d6a5af998930dbc595346198a1c137a817ed77af d6a5af998930dbc595346198a1c137a817ed77af
OPEN-CASA-PKG
d4956eba1464877df11b9cadcf33952bab9c4dd3 d4956eba1464877df11b9cadcf33952bab9c4dd3
Total tests
2382

Responsible

Code commits

CASA6
Author Commit Message Commit date
Srikrishna Sekhar Srikrishna Sekhar d6a5af998930dbc595346198a1c137a817ed77af d6a5af998930dbc595346198a1c137a817ed77af CAS-14283 : Fix stopcode bug
The stopcodes were changed from a single number to a tuple of (major,
minor). There were a handful of bugs in this implementation, this commit
fixes those bugs.

The namedtuple casting was incorrectly done - fixed
The convergence check within gclean was not correctly implemented -
fixed

Tests

New test failures 15
Status Test View job Duration
Collapse Failed test_imagerhelpers_gclean test_gclean_ic.test_ic_mtmfs History
Test Tasks Many Linux 2.28 Py3.10 24 secs
AssertionError: False is not true
test_imagerhelpers_gclean.py:335: in test_ic_mtmfs
    self.assertTrue(len(retdict['major']['cyclethreshold']) == 4)
E   AssertionError: False is not true
Collapse Failed test_imagerhelpers_gclean test_gclean_ic.test_ic_cube_partialmask History
Test Tasks Many Linux 2.28 Py3.10 53 secs
AssertionError: False is not true
test_imagerhelpers_gclean.py:622: in test_ic_cube_partialmask
    self.assertTrue(stopcode1 == 7)
E   AssertionError: False is not true
Collapse Failed test_imagerhelpers_gclean test_gclean_ic.test_ic_automask History
Test Tasks Many Linux 2.28 Py3.10 16 secs
AssertionError: False is not true
test_imagerhelpers_gclean.py:411: in test_ic_automask
    self.assertTrue(len(retdict['major']['cyclethreshold']) == 4)
E   AssertionError: False is not true
Collapse Failed test_imagerhelpers_gclean test_gclean_ic.test_ic_cube_cycleniter History
Test Tasks Many Linux 2.28 Py3.10 19 secs
AssertionError: False is not true
test_imagerhelpers_gclean.py:311: in test_ic_cube_cycleniter
    self.assertTrue(stopcode == 1)
E   AssertionError: False is not true
Collapse Failed test_imagerhelpers_gclean test_gclean_ic.test_ic_staticmask_automask History
Test Tasks Many Linux 2.28 Py3.10 25 secs
AssertionError: np.False_ is not true
test_imagerhelpers_gclean.py:473: in test_ic_staticmask_automask
    self.assertTrue(masksum2 == 301)
E   AssertionError: np.False_ is not true
Collapse Failed test_imagerhelpers_gclean test_gclean_ic.test_ic_threshold History
Test Tasks Many Linux 2.28 Py3.10 13 secs
AssertionError: False is not true
test_imagerhelpers_gclean.py:285: in test_ic_threshold
    self.assertTrue(stopcode == 2)
E   AssertionError: False is not true
Collapse Failed test_imagerhelpers_gclean test_gclean_ic.test_ic_interaction History
Test Tasks Many Linux 2.28 Py3.10 17 secs
AssertionError: False is not true
test_imagerhelpers_gclean.py:544: in test_ic_interaction
    self.assertTrue(stopcode == 9)
E   AssertionError: False is not true
Collapse Failed test_imagerhelpers_gclean test_gclean_ic.test_ic_niter_nomajor_nocycle History
Test Tasks Many Linux 2.28 Py3.10 13 secs
AssertionError: False is not true
test_imagerhelpers_gclean.py:252: in test_ic_niter_nomajor_nocycle
    self.assertTrue(len(retdict['major']['cyclethreshold']) == 4)
E   AssertionError: False is not true
Collapse Failed test_imagerhelpers_gclean test_gclean_ic.test_ic_nmajor History
Test Tasks Many Linux 2.28 Py3.10 14 secs
AssertionError: False is not true
test_imagerhelpers_gclean.py:235: in test_ic_nmajor
    self.assertTrue(len(retdict['major']['cyclethreshold']) == 4)
E   AssertionError: False is not true
Collapse Failed test_imagerhelpers_gclean test_gclean_ic.test_ic_zeromask History
Test Tasks Many Linux 2.28 Py3.10 19 secs
AssertionError: False is not true
test_imagerhelpers_gclean.py:516: in test_ic_zeromask
    self.assertTrue(len(retdict2['major']['cyclethreshold']) == 3)
E   AssertionError: False is not true
Collapse Failed test_imagerhelpers_gclean test_gclean_ic.test_ic_mfs_staticmask_pbmask History
Test Tasks Many Linux 2.28 Py3.10 13 secs
AssertionError: False is not true
test_imagerhelpers_gclean.py:388: in test_ic_mfs_staticmask_pbmask
    self.assertTrue(len(retdict['major']['cyclethreshold']) == 3)
E   AssertionError: False is not true
Collapse Failed test_imagerhelpers_gclean test_gclean_ic.test_ic_niter_nocycle History
Test Tasks Many Linux 2.28 Py3.10 15 secs
AssertionError: False is not true
test_imagerhelpers_gclean.py:267: in test_ic_niter_nocycle
    self.assertTrue(len(retdict['major']['cyclethreshold']) == 3)
E   AssertionError: False is not true
Collapse Failed test_imagerhelpers_gclean test_gclean_ic.test_ic_niter_cube History
Test Tasks Many Linux 2.28 Py3.10 19 secs
AssertionError: False is not true
test_imagerhelpers_gclean.py:647: in test_ic_niter_cube
    self.assertTrue(len(retdict1['major']['cyclethreshold']) == 3)
E   AssertionError: False is not true
Collapse Failed test_imagerhelpers_gclean test_gclean_ic.test_ic_automask_staticmask History
Test Tasks Many Linux 2.28 Py3.10 32 secs
AssertionError: False is not true
test_imagerhelpers_gclean.py:443: in test_ic_automask_staticmask
    self.assertTrue(len(retdict1['major']['cyclethreshold']) == 3)
E   AssertionError: False is not true
Collapse Failed test_imagerhelpers_gclean test_gclean_ic.test_ic_mfs_staticmask History
Test Tasks Many Linux 2.28 Py3.10 13 secs
AssertionError: False is not true
test_imagerhelpers_gclean.py:362: in test_ic_mfs_staticmask
    self.assertTrue(len(retdict['major']['cyclethreshold']) == 3)
E   AssertionError: False is not true
Existing test failures 15
Status Test Failing since View job Duration
AssertionError: False is not true
test_imagerhelpers_gclean.py:443: in test_ic_automask_staticmask
    self.assertTrue(len(retdict1['major']['cyclethreshold']) == 3)
E   AssertionError: False is not true
AssertionError: False is not true
test_imagerhelpers_gclean.py:362: in test_ic_mfs_staticmask
    self.assertTrue(len(retdict['major']['cyclethreshold']) == 3)
E   AssertionError: False is not true
AssertionError: np.False_ is not true
test_imagerhelpers_gclean.py:473: in test_ic_staticmask_automask
    self.assertTrue(masksum2 == 301)
E   AssertionError: np.False_ is not true
AssertionError: False is not true
test_imagerhelpers_gclean.py:235: in test_ic_nmajor
    self.assertTrue(len(retdict['major']['cyclethreshold']) == 4)
E   AssertionError: False is not true
AssertionError: False is not true
test_imagerhelpers_gclean.py:252: in test_ic_niter_nomajor_nocycle
    self.assertTrue(len(retdict['major']['cyclethreshold']) == 4)
E   AssertionError: False is not true
AssertionError: False is not true
test_imagerhelpers_gclean.py:285: in test_ic_threshold
    self.assertTrue(stopcode == 2)
E   AssertionError: False is not true
AssertionError: False is not true
test_imagerhelpers_gclean.py:516: in test_ic_zeromask
    self.assertTrue(len(retdict2['major']['cyclethreshold']) == 3)
E   AssertionError: False is not true
AssertionError: False is not true
test_imagerhelpers_gclean.py:335: in test_ic_mtmfs
    self.assertTrue(len(retdict['major']['cyclethreshold']) == 4)
E   AssertionError: False is not true
AssertionError: False is not true
test_imagerhelpers_gclean.py:311: in test_ic_cube_cycleniter
    self.assertTrue(stopcode == 1)
E   AssertionError: False is not true
AssertionError: False is not true
test_imagerhelpers_gclean.py:544: in test_ic_interaction
    self.assertTrue(stopcode == 9)
E   AssertionError: False is not true
AssertionError: False is not true
test_imagerhelpers_gclean.py:411: in test_ic_automask
    self.assertTrue(len(retdict['major']['cyclethreshold']) == 4)
E   AssertionError: False is not true
AssertionError: False is not true
test_imagerhelpers_gclean.py:267: in test_ic_niter_nocycle
    self.assertTrue(len(retdict['major']['cyclethreshold']) == 3)
E   AssertionError: False is not true
AssertionError: False is not true
test_imagerhelpers_gclean.py:622: in test_ic_cube_partialmask
    self.assertTrue(stopcode1 == 7)
E   AssertionError: False is not true
AssertionError: False is not true
test_imagerhelpers_gclean.py:388: in test_ic_mfs_staticmask_pbmask
    self.assertTrue(len(retdict['major']['cyclethreshold']) == 3)
E   AssertionError: False is not true
AssertionError: False is not true
test_imagerhelpers_gclean.py:647: in test_ic_niter_cube
    self.assertTrue(len(retdict1['major']['cyclethreshold']) == 3)
E   AssertionError: False is not true

Jira issues

IssueDescriptionStatus
Unknown Issue TypeCAS-14283Could not obtain issue details from Jira