Commit 790529e
committed
test(integ): scope the prose fence to the full aws emr invocation
The #1402 prose fence collects every fixture whose verify.sh mentions
`list-instance-groups` and asserts (a) it is not flagged and (b) uncommenting
the mention DOES flag. The new emr-instance-fleets fixture names the verb in
prose without the command prefix —
# `list-instance-groups` sibling that is unusable, because that verb is ...
— so uncommenting it yields no invocation and the positive control could not
fire, failing with "fence is vacuous".
Matching `aws emr list-instance-groups` keeps the fence about the case it
exists for: a comment that spells out the banned COMMAND. A bare mention of the
verb NAME is not that case.
Only visible on the merge commit: #1415 (the fence) and this branch (the
fixture) are individually green, and CI tests the PR merged into main.1 parent 302caad commit 790529e
1 file changed
Lines changed: 9 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
456 | 456 | | |
457 | 457 | | |
458 | 458 | | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
459 | 466 | | |
460 | 467 | | |
461 | | - | |
| 468 | + | |
462 | 469 | | |
463 | 470 | | |
464 | 471 | | |
| |||
479 | 486 | | |
480 | 487 | | |
481 | 488 | | |
482 | | - | |
| 489 | + | |
483 | 490 | | |
484 | 491 | | |
485 | 492 | | |
| |||
0 commit comments