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

kubeovn / kube-ovn / 23685481997
26%

Build:
DEFAULT BRANCH: master
Ran 28 Mar 2026 12:46PM UTC
Jobs 1
Files 205
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

28 Mar 2026 12:43PM UTC coverage: 24.219%. Remained the same
23685481997

push

github

web-flow
fix(e2e): use diff-based merge patch for DaemonSet instead of full object (#6539)

* fix(e2e): use diff-based merge patch for DaemonSet instead of full object

The DaemonSet Patch method was marshaling the entire modified object as
a MergePatch body, which could overwrite server-side fields modified
between Get and Patch. Align with the pattern used by all other 24 e2e
framework clients (Deployment, Service, etc.) by using
GenerateMergePatchPayload to compute a minimal diff patch.

Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>

* fix(e2e): use strategic merge patch for DaemonSet to merge containers by name

Address review feedback: switch from MergePatch (RFC7396, treats arrays
as atomic) to StrategicMergePatch (merges containers by name), matching
the Deployment client pattern and avoiding replacement of the entire
containers list on concurrent updates.

Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>

---------

Signed-off-by: Mengxin Liu <liumengxinfly@gmail.com>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

13489 of 55696 relevant lines covered (24.22%)

0.28 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
74.6
-0.53% pkg/ovs/ovn-nb-logical_router_route.go
Jobs
ID Job ID Ran Files Coverage
1 23685481997.1 28 Mar 2026 12:46PM UTC 205
24.22
GitHub Action Run
Source Files on build 23685481997
  • Tree
  • List 205
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • d208d2f9 on github
  • Prev Build on master (#23684855463)
  • Next Build on master (#23699335899)
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