Build: #4 was successful Changes by Rui Xue <rx.astro@gmail.com>

Stages & jobs

  1. Default Stage

  2. Test

Build result summary

Details

Completed
Queue duration
< 1 second
Duration
44 minutes
Labels
None
Revision
7da74437f78dabd9117959a54c8aa915b2f4ed66
Total tests
696
Successful since
#2 ()

Tests

Code commits

Author Commit Message Commit date
Rui Xue <rx.astro@gmail.com> Rui Xue <rx.astro@gmail.com> 7da74437f78dabd9117959a54c8aa915b2f4ed66 CAS-14756: Fix UserLocking without lock() in `CubeMajorCycleAlgorithm.cc`
The previous commit removed explicit lock()/unlock() calls to eliminate
Lustre contention but left tables opened with UserLocking.  UserLocking
requires an explicit lock() before any access; omitting it threw:

  ColumnSet::doLock: table ... should be locked when using UserLocking

Switches subImageStore(), getSubImage(), and writeBackToFullImage() to
AutoNoReadLocking, which manages locking automatically.  This is safe
because workers access non-overlapping channel ranges whose tile
boundaries are guaranteed by the SIImageStore::buildImage() fix.

Jira issues

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

Shared artifacts

Artifact File size
ManyLinux228 Casatestutils 144 KB
ManyLinux228 Python 3.12 Tool wheel 75 MB