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

lsm / neokai / 28214505273 / 4
82%
dev: 82%

Build:
DEFAULT BRANCH: dev
Ran 26 Jun 2026 03:09AM UTC
Files 358
Run time 10s
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

26 Jun 2026 03:05AM UTC coverage: 22.368%. First build
28214505273.4

push

github

web-flow
fix: classify GLM 1305 overload as retryable via isRetryableProviderError (#2183)

GLM (Zhipu) 529 `[1305][该模型当前访问量过大,请您稍后再试]` ("model traffic
too high, try again later") was still terminal: the HTTP 529 transport status
often does not survive into the surfaced error string, and dev's
RETRYABLE_PROVIDER_ERROR_TEXT had no GLM-specific signals, so
isRetryableProviderError() returned false and the bounded retry path (#2184)
never fired.

Add the GLM overload signals to RETRYABLE_PROVIDER_ERROR_TEXT:
- `[1305]` — bracketed payload shape only, so unrelated numerics (token
  counts, ports, request ids) cannot false-positive into a retry.
- `访问量过大` / `当前访问量过大` — overload-specific Chinese descriptions
  ("access volume too high") that catch the payload regardless of code
  rendering.

Generic advice like 稍后再试 ("try again later") is intentionally excluded —
it appears on localized terminal/validation errors too. The bracketed-code
guard mirrors dev's word-boundary numeric philosophy.

Rebased onto dev: the generic 5xx / bridge-5xx / overload / case-insensitive
handling landed in #2184, so this is now the focused non-redundant delta.

24585 of 109910 relevant lines covered (22.37%)

12.09 hits per line

Source Files on job daemon-online-rewind-2 - 28214505273.4
  • Tree
  • List 358
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 28214505273
  • fb966d4a on github
  • Next Job for on dev (#28214742412.13)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc