Commit 0b340d4
committed
fix(qa): scope message-tool-cascade no-outbound check to post-cascade cursor
ClawSweeper P2: waitForNoOutbound was scanning from index 0, so it counted
the two already-observed cascade messages as violations and always failed.
Capture the outbound message count after the second cascade marker and pass
it as sinceIndex so the settle window only checks for messages that arrive
after both expected sends.1 parent 99fc217 commit 0b340d4
1 file changed
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
85 | 88 | | |
86 | 89 | | |
87 | 90 | | |
88 | 91 | | |
| 92 | + | |
| 93 | + | |
89 | 94 | | |
90 | 95 | | |
91 | 96 | | |
| |||
0 commit comments