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
test: add artifacts-many-paths to validate ARG_MAX fix
- Add test case with 9000 files of 255-char names (~2.3 MB total
path size) to verify rsync --files-from handles large artifact
sets that would exceed ARG_MAX (~2 MB) as CLI arguments
- Assert "exported artifacts" in stdout to catch silent rsync
failures hidden by || true
- Assert no FAIL in stderr to ensure consume-artifacts receives
all 9000 files via artifact transfer
- Requires --shell-isolation so artifact transfer is exercised
rather than the shared cwd being used directly
0 commit comments