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

tarantool / go-tarantool / 32122773250
77%
master: 76%

Build:
Build:
LAST BUILD BRANCH: refs/tags/v3.0.1
DEFAULT BRANCH: master
Ran 18 Aug 2026 09:45AM 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 09:39AM UTC coverage: 76.577% (+1.0%) from 75.567%
32122773250

Pull #596

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
Pull Request #596: connection: fix data race in context watchdog

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

3181 of 4154 relevant lines covered (76.58%)

11579.61 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
83.92
1.86% connection.go
Jobs
ID Job ID Ran Files Coverage
1 32122773250.1 18 Aug 2026 09:44AM UTC 19
76.58
GitHub Action Run
Source Files on build 32122773250
  • Tree
  • List 19
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #596
  • PR Base - master (#27761321034)
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