Build: #1 was successful First build for this plan

Stages & jobs

  1. Tag

  2. Default Stage

  3. Test

Code commits

casa6

  • Srikrishna Sekhar

    Srikrishna Sekhar 918a3b0c834ff9fa1182e77510105a2fd9d71762

    CAS-14297 : Fix dependency of deconvolve tests
    The `test_imgval_startmodel_axesmismatch` tests (for mfs and mtmfs) were
    causing the following `test_imgval_startmodel_basic_copy` test to fail.
    This is likely because of some shared state between the tests.

    The band-aid fix is to make sure the two tests use different image
    names, and now all the tests in the deconvolve test suite (except the
    asp test) pass. The asp test is also the only one being skipped at the
    moment.

    The root cause of the interdependency is still to be determined.