Add a test for nix ps#484
Conversation
Starts a build that backgrounds a `sleep 600` and blocks on a fifo, then asserts that `nix ps` (text and `--json`) reports the running derivation and its two-level process tree (builder shell + sleep child), and that the list becomes empty once the build finishes. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis pull request adds a new functional test for the Changesnix ps functional test
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
Motivation
Context
Summary by CodeRabbit
Release Notes
nix pscommand to validate reporting of running derivations and their associated process information in both standard and JSON output formats.