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

tarantool / go-tarantool / 32129367969
76%

Build:
DEFAULT BRANCH: master
Ran 18 Aug 2026 11:10AM UTC
Jobs 1
Files 19
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

18 Aug 2026 10:58AM UTC coverage: 76.384% (+0.8%) from 75.567%
32129367969

push

github

oleg-jukovec
connection: fix data race in context watchdog

The context watchdog accessed the future object directly, which could
be released concurrently when the response arrived. This caused a
data race that manifested as "unlock of unlocked mutex" panics under
concurrent context cancellation.

The watchdog now captures the wait channel and request ID before
starting the goroutine, and uses fetchFuture to safely access the
future only if it still exists in the connection's internal queue.

Follows #595

16 of 17 new or added lines in 1 file covered. (94.12%)

5 existing lines in 1 file now uncovered.

3173 of 4154 relevant lines covered (76.38%)

11440.46 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
83.06
1.0% connection.go

Coverage Regressions

Lines Coverage ∆ File
5
83.06
1.0% connection.go
Jobs
ID Job ID Ran Files Coverage
1 32129367969.1 18 Aug 2026 11:10AM UTC 19
76.38
GitHub Action Run
Source Files on build 32129367969
  • Tree
  • List 19
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • a75b806a on github
  • Prev Build on master (#27761321034)
  • Next Build on master (#32227499612)
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