You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(test): scheduler tests look for sling context across all rig dirs
After dee628d moved gt sling's sling-context creation from HQ to the
target rig's beads dir, the scheduler integration test helpers still
looked only at HQ. findSlingContext and the inline ListOpenSlingContexts
check in TestSchedulerSlingContextIdempotency now iterate all rig dirs
via listAllSlingContexts, matching what production code does.
Fixes TestSchedulerAutoConvoyCreation, TestSchedulerSlingContextIdempotency,
TestSchedulerMultiRigEpicAutoResolve, TestSchedulerMultiRigConvoyAutoResolve.
0 commit comments