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

openvax / datacache / 27777600153 / 1
75%
master: 79%

Build:
Build:
LAST BUILD BRANCH: fix-flaky-download-test
DEFAULT BRANCH: master
Ran 18 Jun 2026 05:31PM UTC
Files 9
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

18 Jun 2026 05:30PM UTC coverage: 74.702%. Remained the same
27777600153.1

Pull #50

github

iskandr
Fix #45: allow cached SQLite connection to be reused across threads

Open the sqlite3 connection with check_same_thread=False so that
long-running / interactive consumers (e.g. pyensembl) can issue queries
from a different thread than the one which opened the connection without
hitting "SQLite objects created in a thread can only be used in that same
thread". datacache databases are written once and read-only thereafter,
so cross-thread reuse is safe.

Adds a regression test that queries a connection from a second thread.

Claude-Session: https://claude.ai/code/session_011bzfZPTzWnhAMVD7msyMg1
Pull Request #50: Fix #45: allow cached SQLite connection to be reused across threads

313 of 419 relevant lines covered (74.7%)

0.75 hits per line

Source Files on job 27777600153.1
  • Tree
  • List 9
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 27777600153
  • 87034ad7 on github
  • Prev Job for on fix-45-sqlite-cross-thread (#24095389047.1)
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