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

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

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

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

6537 of 13271 relevant lines covered (49.26%)

117.07 hits per line

Source Files on job 25868380124.1
  • Tree
  • List 75
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25868380124
  • 5e93cdc9 on github
  • Prev Job for on conmgr (#25801728188.1)
  • 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