Fix /dev/null approval scope - #1852
Merged
Merged
Conversation
Aaronontheweb
enabled auto-merge (squash)
August 10, 2026 17:23
Aaronontheweb
added a commit
that referenced
this pull request
Aug 10, 2026
…ke) (#1858) Flapping_connection_grows_retry_backoff failed on Windows CI with Akka.Actor.AskTimeoutException: the 3s Ask inside AwaitAssertAsync had no headroom because AwaitAssertAsync defaults to a 3s budget (single-expect-default), not the fixture's default-timeout of 5s. On a loaded runner one slow Ask consumed the whole budget and the retry could not fit. Give the snapshot-Ask assertion loops an explicit 15s budget so the loop dominates the per-attempt Ask (>=4 full retries) while keeping the end-state assertions unchanged.
Merged
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
/dev/nullredirect target into a reusable/devapproval scope.User impact
Safe commands such as
ls -la 2>/dev/nullcan use the trusted working-directory policy instead of prompting for/devaccess. Commands such astmuxorsystemctlcan still prompt when their verbs require approval, but the prompt uses the invocation working directory instead of claiming that the command runs in/dev.This is a Netclaw policy correction. It does not require a new ShellSyntaxTree package.
Security boundaries
/dev/null.backupstill creates a/devscope.>/etc/output.txtstill creates an/etcscope.Verification
git diff --check: passed.