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

AfterShip / clickhouse-sql-parser / 27258626839 / 1
52%
master: 52%

Build:
DEFAULT BRANCH: master
Ran 10 Jun 2026 06:50AM UTC
Files 15
Run time 0s
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

10 Jun 2026 06:49AM UTC coverage: 51.79%. Remained the same
27258626839.1

push

github

web-flow
Fix infinite loop on unterminated block comment (#271)

`consumeMultiLineComment` looped on `!l.isEOF()` (which checks `l.current`)
while only advancing the local index `i`, so on an unclosed comment like
`/* unterminated` the lexer spun forever — a DoS hang.

Loop on `l.peekOk(i)` instead so it terminates at end of input.

Add TestConsumeUnterminatedComment to reproduce: it drains the lexer in a
goroutine with a timeout, so a regression fails fast instead of hanging.

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>

8291 of 16009 relevant lines covered (51.79%)

3014.67 hits per line

Source Files on job 27258626839.1
  • Tree
  • List 15
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 27258626839
  • 4d7ccd60 on github
  • Prev Job for on master (#27258515509.1)
  • Next Job for on master (#27258883323.1)
  • 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