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

ovn-kubernetes / libovsdb / 25868380124
50%
main: 48%

Build:
Build:
LAST BUILD BRANCH: conmgr
DEFAULT BRANCH: main
Ran 14 May 2026 03:21PM UTC
Jobs 1
Files 75
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

14 May 2026 03:18PM UTC coverage: 49.258% (+1.2%) from 48.092%
25868380124

Pull #472

github

dave-tucker
test: fix TestMultipleOpsTransactIntegration map merge bug

model.CloneInto uses json.Unmarshal which merges into existing maps
rather than replacing them. If the Eventually loop runs once before
the update3 modify notification is processed, br.ExternalIDs gets
set to the pre-mutation state {docker, go}. On subsequent iterations
json.Unmarshal merges the updated state into the existing map, so
docker is never removed and the condition is never satisfied.

Fix by recreating br on each iteration so json.Unmarshal always
starts from a nil map and produces a clean result.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Signed-off-by: Dave Tucker <dave@dtucker.co.uk>
Pull Request #472: client: introduce ConnectionManager to fix reconnect/disconnect panics

815 of 1014 new or added lines in 5 files covered. (80.37%)

17 existing lines in 1 file now uncovered.

6537 of 13271 relevant lines covered (49.26%)

117.07 hits per line

Uncovered Changes

Lines Coverage ∆ File
139
77.83
client/connection.go
60
76.53
0.04% client/client.go

Coverage Regressions

Lines Coverage ∆ File
17
76.53
0.04% client/client.go
Jobs
ID Job ID Ran Files Coverage
1 25868380124.1 14 May 2026 03:21PM UTC 75
49.26
GitHub Action Run
Source Files on build 25868380124
  • Tree
  • List 75
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #472
  • PR Base - main (#25801728188)
  • 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