feat(slurm): wire retry and merge commands - #931
Conversation
|
|
Thanks for wiring the retry and merge flows through the public Slurm service boundary—there is a lot of careful recovery and contract work here. SummaryI reviewed the full PR at FindingsCritical — Let's fix these before merge
Warnings — Worth addressing
What Looks Good
VerdictNeeds changes. Please fix the existing read-only preview mutation and prevent merge destinations from overlapping package-managed workspace/run state before merging. The newly introduced nested helpers should also be refactored where practical to follow the repository style guide. This review was generated by an AI assistant. |
|
Thanks for the follow-up, @andreatnvidia. I re-reviewed the complete PR at SummaryThe current head resolves the prior merge-destination safety issue, the read-only preview mutation, and the avoidable nested retry/merge helpers. I also rechecked the surrounding retry, collection, observer, persistence, CLI, and service behavior against the full PR diff. FindingsNo new blocking or warning-level findings. What Looks Good
Residual RiskThe local suite cannot substitute for the documented real-cluster retry/merge acceptance checks, especially around scheduler timing and filesystem visibility. VerdictShip it. The previously blocking findings are fixed and covered by focused regression tests. This review was generated by an AI assistant. |
|
@nabinchha Thanks, Nabin. I addressed all three points in |
Summary
Validation
Part of #874