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

ovn-kubernetes / libovsdb / 16526219200
49%
main: 50%

Build:
Build:
LAST BUILD BRANCH: dependabot/go_modules/github.com/opencontainers/runc-1.2.8
DEFAULT BRANCH: main
Ran 25 Jul 2025 03:58PM UTC
Jobs 1
Files 72
Run time 14min
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

25 Jul 2025 01:27PM UTC coverage: 48.813% (+0.3%) from 48.546%
16526219200

Pull #424

github

dave-tucker
fix: Set context timeout

When calling o.rpcClient.CallWithContext it was possible for this
to block indefinitely waiting for a response from the server.
This would eventually cause a deadlock since rpcMutex would never
be released.

When inactivityTimeout is set we set the timeout on the context
when calling o.rpcClient.CallWithContext. If a response is not received
within the deadline (now + timeout) the call returns with an error
from the context - DeadlineExceeded. At this point the mutex
is released.

Fixes: #391

Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
Pull Request #424: Attempt to fix deadlock

14 of 15 new or added lines in 1 file covered. (93.33%)

18 existing lines in 1 file now uncovered.

5962 of 12214 relevant lines covered (48.81%)

126.26 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
74.9
2.97% client/client.go

Uncovered Existing Lines

Lines Coverage ∆ File
18
74.9
2.97% client/client.go
Jobs
ID Job ID Ran Files Coverage
1 16526219200.1 25 Jul 2025 03:58PM UTC 72
48.81
GitHub Action Run
Source Files on build 16526219200
  • Tree
  • List 72
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #424
  • PR Base - main (#16522261969)
  • Delete
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