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

karellen / karellen-jdb-mcp / 23826753456
88%

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

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

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 %.

65 of 75 new or added lines in 1 file covered. (86.67%)

2 existing lines in 1 file now uncovered.

1271 of 1424 relevant lines covered (89.26%)

4.43 hits per line

Uncovered Changes

Lines Coverage ∆ File
10
89.53
-0.89% src/main/python/karellen_jdb_mcp/jdb_session.py

Coverage Regressions

Lines Coverage ∆ File
2
89.53
-0.89% src/main/python/karellen_jdb_mcp/jdb_session.py
Jobs
ID Job ID Ran Files Coverage
1 23826753456.1 01 Apr 2026 01:02AM UTC 7
88.04
GitHub Action Run
2 23826753456.2 01 Apr 2026 01:03AM UTC 7
88.04
GitHub Action Run
3 23826753456.3 01 Apr 2026 01:03AM UTC 7
88.04
GitHub Action Run
4 23826753456.4 01 Apr 2026 01:03AM UTC 7
88.04
GitHub Action Run
5 23826753456.5 01 Apr 2026 01:03AM UTC 7
87.75
GitHub Action Run
Source Files on build 23826753456
  • 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 Repo
  • 3b977cec on github
  • Prev Build on master (#23765958582)
  • 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