docs/plan: all 19 aggregate skips are environmental, not 13

The scorecard collapses a whole-file skip into a single `*` line, so counting
the reason lines undercounted the cases they cover. Every one of the 19 is
version- or topology-gated, which is why the gate reads *0 fail* rather than
*all pass*.
This commit is contained in:
A.Shakhmatov
2026-08-09 19:40:47 +03:00
parent 7ae81b8179
commit b481f39ca3
2 changed files with 8 additions and 5 deletions

View File

@@ -52,9 +52,11 @@ aggregate-*.json overall 9 pass 13 fail 19 skip
| `collation` in aggregate | 1 |
| `let` | 1 |
Of the 19 skips, 13 are environmental (`needs topology replicaset`, `needs
server >= 5.0`, `needs server >= 8.2.0`) and can never turn green on a
standalone. A literal reading of "green" is unreachable for that reason alone.
All 19 skips are environmental -- 10 distinct requirements, some covering a
whole file at once (`needs topology replicaset`, `needs server >= 5.0`, `needs
server >= 8.2.0`, `needs server <= 4.2.99`). Not one can turn green on a
standalone, so a literal reading of "green" is unreachable for that reason
alone, and the gate has to be stated as *0 fail* rather than *all pass*.
---