• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

Freegle / Iznik / 27841
72%
master: 73%

Build:
Build:
LAST BUILD BRANCH: feature/modtools-settings-search
DEFAULT BRANCH: master
Ran 19 Jul 2026 01:17PM UTC
Jobs 4
Files 1422
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

19 Jul 2026 12:57PM UTC coverage: 72.435%. First build
27841

Pull #1124

circleci

edwh
fix(monitor-fsm): stop fix-agent timeouts on Go/error-handling bugs

Two of three fix attempts on Discourse 9941 (login "we don't know that
email" during a DB outage) were auto-closed because the fix agent timed
out before finishing verification/self-review, and the third was a
partial fix. Root causes in the delegate prompts:

1. STEP 4 makes the agent run the FULL layer suite (`go test ./...`,
   full Laravel) inside its wall-clock budget. On the Go layer that is
   ~9 min per run; done alongside the reproduce + fix runs it blows the
   budget. Now: run ONLY the targeted test(s); the full regression suite
   runs in CI (which the monitor already re-checks and follows up on).

2. AssertFlip demands a failing test, but for error-handling bugs the
   failure is awkward to induce (a DB error, a timeout), so the agent
   burns its budget trying to reproduce an outage. Now: seam the failing
   call behind a function var/interface and stub an error in the test —
   a valid AssertFlip without physically reproducing the failure.

Added one authoritative "TIME BUDGET & TEST STRATEGY" block to all three
fix prompts (monolithic parallel path, decomposed IMPLEMENT_FIX, and
REPRODUCE_BUG). tsc build + 275 FSM vitest tests green.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013YqwEGSmzjUbHM3QinYAxX
Pull Request #1124: fix(monitor-fsm): stop fix-agent timeouts on Go/error-handling bugs

13215 of 17412 branches covered (75.9%)

Branch coverage included in aggregate %.

138234 of 191672 relevant lines covered (72.12%)

37.96 hits per line

Jobs
ID Job ID Ran Files Coverage
27841 playwright - 27841 19 Jul 2026 01:17PM UTC 75
22.08
CircleCI Job 27841
27841 go - 27841 19 Jul 2026 01:17PM UTC 158
83.48
CircleCI Job 27841
27841 laravel - 27841 19 Jul 2026 01:17PM UTC 499
69.25
CircleCI Job 27841
27841 vitest - 27841 19 Jul 2026 01:17PM UTC 764
70.56
CircleCI Job 27841
Source Files on build 27841
  • Tree
  • List 1422
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • CircleCI Build #27841
  • Pull Request #1124
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc