Commit 40de639
test(llm-agents): quarantine the max-iterations stop assertion against #1264
The PR lane went red on `agent-max-iterations` › "agent stops when max iterations
is reached", 3 of 3 attempts, with the agent answering the task normally instead
of returning `Model call limits exceeded: run limit (1/1)`. The bubble renders and
the locator resolves 34 times, so it is a content failure, not a timeout — the
signature #1264 has been open on since the 2026-08-04 daily.
Not this branch's diff: the same test fails identically on `origin/main`. What
changed is the SELECTION — touching this file put a spec the daily never runs
(`@regression`, never `@stable`) into the impacted-specs lane.
The file is serial, so that failure also skipped the `@stable` causal control —
the half that works, and the half this branch's cleanup change needed to exercise.
So a red here bought no coverage and cost the lane its verification.
Quarantine with `test.fixme`, the same treatment mcp-server.spec.ts (#1266) and
openai-compatible-provider-setup.spec.ts already carry, and record the measurement
where a reader will hit it: reproduced on 1.12.0.dev18 LOCALLY, off CI load, on
claude-haiku-4-5, claude-opus-5 and claude-opus-4-5 — which rules out the mid-run
backend wedge #1264's triage left open as a possible cover.
The causal control is deliberately NOT quarantined: on its own it proves only that
a high limit finishes, and it is what will show the pair working again. Lifting the
quarantine is #1264's call.
Checklist bullets move from `[x]` to `[~]` with the reason, in both §6.2 and §7.7.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>1 parent e8d3183 commit 40de639
3 files changed
Lines changed: 47 additions & 5 deletions
File tree
- docs/core-functionality/llm-agents
- tests/tests-automations/regression/core-functionality/llm-agents
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
354 | | - | |
355 | | - | |
| 354 | + | |
| 355 | + | |
356 | 356 | | |
357 | 357 | | |
358 | 358 | | |
| |||
436 | 436 | | |
437 | 437 | | |
438 | 438 | | |
439 | | - | |
| 439 | + | |
440 | 440 | | |
441 | 441 | | |
442 | 442 | | |
| |||
Lines changed: 18 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
32 | 47 | | |
33 | 48 | | |
34 | 49 | | |
| |||
38 | 53 | | |
39 | 54 | | |
40 | 55 | | |
41 | | - | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
42 | 59 | | |
43 | 60 | | |
44 | 61 | | |
| |||
Lines changed: 26 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
165 | 190 | | |
166 | 191 | | |
167 | 192 | | |
| |||
0 commit comments