Build: #29 was successful Changes by Srikrishna Sekhar

Build result summary

Details

Completed
Queue duration
3 seconds
Duration
43 minutes
Labels
None
Agent
cbt-macos26-build-m4-2
Revisions
Casa6
50e2cf84c451f0970e69a3aaf15ddd26166eb3de
OPEN-CASA-PKG
e5285e68467f01199807a1f1a978aec8a4781be7
Successful since
#26 ()

Code commits

Casa6
Author Commit Message Commit date
Srikrishna Sekhar Srikrishna Sekhar 50e2cf84c451f0970e69a3aaf15ddd26166eb3de Pull request #1046: CAS-13818
Merge in CASA/casa6 from CAS-13818 to master

* commit 'b0973d16124b120e2baf377a91488649c0034986':
  CAS-13818 : Skip failing deconvolve tests
  CAS-13818 : Fix mask cache conflict on tclean restart
  CAS-13818: Add test to check for full stokes mask
  Added a skip to test_mtmfsimgval_startmodel_axesmismatch in test_task_deconvolve for MacOS due to Fatal Python error. The failure and solution are being investigated on CAS-14117
  CAS-13818 : Disable test_imgval_startmodel_axesmismatch on MacOS
  CAS-13818 : Fix for failing test
  CAS-13818 : Fix for image.tt0 pb mask
Srikrishna Sekhar Srikrishna Sekhar b0973d16124b120e2baf377a91488649c0034986 m Merge remote-tracking branch 'origin/master' into CAS-13818
Srikrishna Sekhar Srikrishna Sekhar ca5cf74ea4826b7c981a5931f405467735b895bc m CAS-13818 : Skip failing deconvolve tests
These two tests are skipped in master, but were not skipped here even
after a merge from master.
Srikrishna Sekhar Srikrishna Sekhar b8764caa1a4106dddb60f554b01670367722607b m Merge remote-tracking branch 'origin/master' into CAS-13818
Srikrishna Sekhar Srikrishna Sekhar 1dcf3787bf43a9bf7622907c35d8971ad01d7087 m CAS-13818 : Fix mask cache conflict on tclean restart
As documented, the fix for the original issue triggered a mask cache
conflict on restart. In the end the fix turned out to be fairly simple -
check if the mask exists and is valid, and do not touch it if it is.

So in the first instance, when the mask does not exist, it will do the
right thing. And it will not try to do anything on the restart either.
It ended up being a simple inversion of the original logic, with
appropriate traps in place so it works for both the original bug and the
derived bug.

Jira issues

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