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

karellen / karellen-jdb-mcp / 23826753456 / 3
88%
master: 88%

Build:
DEFAULT BRANCH: master
Ran 01 Apr 2026 01:03AM UTC
Files 7
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

01 Apr 2026 01:00AM UTC coverage: 88.043% (-0.3%) from 88.297%
23826753456.3

push

github

web-flow
Replace queue with JdbReadStream; add pushback for execution commands [release] (#7)

## Summary

- Replace queue-based stdout reader with `JdbReadStream`: a read-only
byte stream backed by a buffer + `threading.Event` (no queue). Reader
thread appends and signals; consumers wait on the event and drain the
buffer.
- `unread(data)` pushes bytes back to the front of the buffer for the
next read.
- `_send_execution_command` pushes back unconsumed data on deadline
expiry so `wait_for_event` picks it up without data loss — eliminates
the race between `cont` and `wait_for_event`.
- Internal refactor only, no user-facing API changes.

## Test plan
- [x] All 317 unit tests pass
- [x] Full build passes (including flake8)
- [x] Manually tested with live Gradle test worker via JDB

268 of 324 branches covered (82.72%)

Branch coverage included in aggregate %.

1271 of 1424 relevant lines covered (89.26%)

0.89 hits per line

Source Files on job 23826753456.3
  • Tree
  • List 7
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 23826753456
  • 3b977cec on github
  • Prev Job for on master (#23765958582.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