Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(process): improve invalid PID test robustness using i32::MAX
- Replace arbitrary 999_999 PID with i32::MAX for guaranteed invalid PID - Add better documentation explaining the test's guarantees - Ensure test remains valid across all Unix platforms
- Loading branch information