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

tarantool / go-storage / 24719176424
90%

Build:
DEFAULT BRANCH: master
Ran 21 Apr 2026 11:12AM UTC
Jobs 1
Files 30
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

21 Apr 2026 11:11AM UTC coverage: 93.953% (+0.5%) from 93.454%
24719176424

push

github

bigbes
fix: prevent goroutine leak in storage.Watch

The testrace target was timing out in the integrity package
after 600 seconds. The root cause was 207 goroutines blocked
on `chan receive (nil chan)` at storage.go:116.

The cleanup goroutine in Watch() was blocking forever on
`<-ctx.Done()` when ctx.Done() returns nil (e.g., with
context.Background()). With testrace running -count=100,
these leaked goroutines accumulated and caused timeouts.

The forwarding goroutine now checks for context cancellation
and exits properly. The cleanup goroutine waits on either
ctx.Done() or a new done channel, ensuring cleanup runs and
goroutines terminate in all scenarios.

17 of 19 new or added lines in 1 file covered. (89.47%)

9 existing lines in 1 file now uncovered.

1849 of 1968 relevant lines covered (93.95%)

27.63 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
88.98
-0.68% storage.go

Coverage Regressions

Lines Coverage ∆ File
9
90.43
7.5% driver/etcd/etcd.go
Jobs
ID Job ID Ran Files Coverage
1 24719176424.1 21 Apr 2026 11:12AM UTC 30
93.95
GitHub Action Run
Source Files on build 24719176424
  • Tree
  • List 30
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • abe1dd9a on github
  • Prev Build on master (#24331267504)
  • Next Build on master (#25091270940)
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