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

ovn-kubernetes / libovsdb / 22687191162
48%
main: 48%

Build:
Build:
LAST BUILD BRANCH: fix-trafficseen-close-race
DEFAULT BRANCH: main
Ran 04 Mar 2026 08:13PM UTC
Jobs 1
Files 73
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

04 Mar 2026 08:10PM UTC coverage: 48.215% (+0.06%) from 48.155%
22687191162

Pull #459

github

booxter
client: fix SetOption() to check connected flag instead of rpcClient

TestOpsWaitForReconnect was failing because after Disconnect() is called,
the connected flag is set to false immediately, but rpcClient is only set
to nil later by handleDisconnectNotification(). This creates a window where
SetOption() would check rpcClient != nil and fail even though the client
is disconnected.

Fix by checking the connected flag instead of rpcClient in SetOption().
This is the correct check since connected accurately reflects the client
state from the caller's perspective.

Fixes TestOpsWaitForReconnect integration test.

Signed-off-by: Ihar Hrachyshka <ihrachyshka@nvidia.com>
Assisted-by: opus (claude-opus-4-5-20251101)
Pull Request #459: client: fix send on closed channel panic during disconnect

21 of 21 new or added lines in 1 file covered. (100.0%)

4 existing lines in 1 file now uncovered.

6173 of 12803 relevant lines covered (48.22%)

171.71 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
4
77.52
0.3% client/client.go
Jobs
ID Job ID Ran Files Coverage
1 22687191162.1 04 Mar 2026 08:13PM UTC 73
48.22
GitHub Action Run
Source Files on build 22687191162
  • Tree
  • List 73
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #459
  • PR Base - main (#22585466877)
  • 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