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

gluesql / gluesql / 16828478718
99%

Build:
DEFAULT BRANCH: main
Ran 08 Aug 2025 10:53AM UTC
Jobs 1
Files 293
Run time 263min
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

08 Aug 2025 10:45AM UTC coverage: 97.889%. Remained the same
16828478718

push

github

web-flow
Fix IdbStorage "Arc::try_unwrap failed" on multiple connections (#1718)

The `on_upgrade_needed` callback for IndexedDB open requests was holding a reference to an `Arc`, which was not being released when the `IdbStorage` instance was dropped. This caused `Arc::try_unwrap` to fail when a new `IdbStorage` instance was created with the same namespace.

This commit fixes the issue by replacing the `Arc::try_unwrap` logic with a safer approach that locks the mutex and takes the error value. This avoids the panic while still correctly handling errors from the callback.

A test case has been added to reproduce the issue and verify the fix.

Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>

39748 of 40605 relevant lines covered (97.89%)

60544.75 hits per line

Jobs
ID Job ID Ran Files Coverage
1 16828478718.1 08 Aug 2025 10:53AM UTC 293
97.89
GitHub Action Run
Source Files on build 16828478718
  • Tree
  • List 293
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 2866293d on github
  • Prev Build on main (#16793946915)
  • Next Build on main (#16858019941)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc