Files
rsync/.github/workflows
Andrew Tridgell 5c20cd157a github: expect the merged read-only-inplace tests to skip
Follow-up to 6b885e51/51618b74, which I merged without updating the
per-workflow expected-skip lists, so every fleet run since has reported
a skip mismatch on eight targets.

Both skips are legitimate:

  readonly-partial-abort-mode-regression exits 77 as root ("root
  bypasses the read-only output-file precondition"), and the fleet runs
  most targets as root -- so it only ever executes in a non-root run.

  daemon-leaf-type-race-fchmod needs Darwin and --use-tcp, so outside
  the macOS tcp cell it always skips.

Worth noting rather than burying: this means neither sec-regression test
runs in the fleet's default cells.  The read-only one is exercised only
by a non-root local run, and the leaf-type one only by macOS over TCP.
2026-07-29 10:14:48 +10:00
..