53845cb4
docs: two comment counts read unambiguously (review nits, controller-applied)
a73x 2026-08-10 11:53
Commit message
test/e2e.sh
| Old | New | ||
|---|---|---|---|
| @@ -1722,7 +1722,7 @@ assert_converged "$OUT.tp2a" "$SOCK12" "pty attach at 100x30" 100 30 | |||
| 1722 | # this needle is structurally incapable of firing early, whatever order | 1722 | # this needle is structurally incapable of firing early, whatever order |
| 1723 | # the rows came in. It is also not the load risk an extra deadline looks | 1723 | # the rows came in. It is also not the load risk an extra deadline looks |
| 1724 | # like: this needle went 150/150 under 16-way load, at the same load that | 1724 | # like: this needle went 150/150 under 16-way load, at the same load that |
| 1725 | # broke the two prompt-sentinel shapes 9/150 and 15/150. | 1725 | # broke the two prompt-sentinel shapes 9 and 15 failures in 150. |
| 1726 | # `settle` then proves nothing further is IN FLIGHT. The witness alone | 1726 | # `settle` then proves nothing further is IN FLIGHT. The witness alone |
| 1727 | # would permit a detach mid-repaint, with the rest of the screen still | 1727 | # would permit a detach mid-repaint, with the rest of the screen still |
| 1728 | # on its way. | 1728 | # on its way. |
| @@ -1753,7 +1753,7 @@ set -e | |||
| 1753 | [ "$RC" -eq 0 ] || { | 1753 | [ "$RC" -eq 0 ] || { |
| 1754 | echo "e2e FAIL: tp2b ptyclient exited $RC:"; cat "$OUT.tp2b.log"; exit 1; } | 1754 | echo "e2e FAIL: tp2b ptyclient exited $RC:"; cat "$OUT.tp2b.log"; exit 1; } |
| 1755 | # Graded against the mutation (row 7: the prefix resize commented out) in | 1755 | # Graded against the mutation (row 7: the prefix resize commented out) in |
| 1756 | # this exact shape: 10 targeted runs, 10 red, plus a full-suite run. What | 1756 | # this exact shape: 10 targeted runs, 10 red, plus a red full-suite run. What |
| 1757 | # dies is the WITNESS, above — a replica still 90 wide cannot paint 91 | 1757 | # dies is the WITNESS, above — a replica still 90 wide cannot paint 91 |
| 1758 | # contiguous zeros, so the leg fails on the fixture timeout at that verb | 1758 | # contiguous zeros, so the leg fails on the fixture timeout at that verb |
| 1759 | # ("expect ... did not arrive within 10000ms", exit 3) and the RC check | 1759 | # ("expect ... did not arrive within 10000ms", exit 3) and the RC check |