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(chaos): keep disk-full + deep-path rows green on elevated/macOS CI (M3.7)
The 3-OS matrix surfaced two rows the single-box smoke missed:
disk-full-target FAILED on the elevated Windows CI runner: GitHub Actions
Windows runners run elevated, so the bare Admin gate let the row run and then
the documented read-only-source bail became a FAIL. Gate it on a new
DiskMountAllowed capability (env DRIVEN_CHAOS_ALLOW_DISK_MOUNT=1, never set) so
it SKIPs everywhere as a recorded documented gap until a write-into-source path
lands.
name-path-4096-bytes FAILED on macOS with ENAMETOOLONG: macOS/BSD cap a whole
path at PATH_MAX=1024 (Linux 4096). The row now builds the deepest path the host
accepts (stops at ENAMETOOLONG, backs off to the last good depth), documents the
host limit, and asserts the floor instead of erroring on a real platform
constraint.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01J8meqeTo8bcZ3zjgKjBnJ4
0 commit comments