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

openconfig / kne / 34401070644
44%
main: 44%

Build:
Build:
LAST BUILD BRANCH: renovate/kubernetes-monorepo
DEFAULT BRANCH: main
Ran 09 Sep 2026 08:38PM UTC
Jobs 1
Files 62
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

09 Sep 2026 08:18PM UTC coverage: 44.033% (+0.3%) from 43.703%
34401070644

Pull #747

github

kraney
Design review comments

1. **Deterministic Probe Selection in node.go:234-275**:
    * Sorted pb.Services map keys before iterating in node.go:234-275 to prevent non-deterministic probe selection when multiple services
    match preferred names.
2. **Pod Readiness Condition Check in cisco.go:619-658**:
    * Updated cisco.go:619-658 to inspect p[0].Status.Conditions for corev1.PodReady == corev1.ConditionTrue before returning node.
    StatusRunning, ensuring XRD (and other Cisco models) do not bypass readiness probes.
3. **Single-Stream Log Fetching & Shadowing Fix in cisco.go:636-690**:
    * Added cisco.go:663-677 which streams pod logs once into a buffer, replacing len with n in io.Copy(buf, podLogs).
    * Updated isNode8000eFailed and isNode8000eUp to operate directly on the fetched byte slice.
4. **Unit Tests in cisco_test.go**:
    * Added unit tests TestIsNode8000eFailed and TestIsNode8000eUp verifying pattern matches for Router failed to come up, FATAL sim:,
    and LoginTimeoutError.
    * Updated TestNodeStatus to verify node.StatusFailed on failure patterns and node.StatusPending when pod readiness condition is false
    or missing.
    * Updated TestCreate to assert ReadinessProbe is properly populated on the created pod container.
5. **Unit Tests in juniper_test.go:1042-1057**:
    * Updated TestCreate to verify ReadinessProbe on the created cPTX pod (matching Sonic and Ciena test patterns).
Pull Request #747: Add a K8s readiness check for device pods.

83 of 89 new or added lines in 7 files covered. (93.26%)

4 existing lines in 1 file now uncovered.

5885 of 13365 relevant lines covered (44.03%)

0.5 hits per line

Uncovered Changes

Lines Coverage ∆ File
4
90.75
0.75% topo/node/cisco/cisco.go
2
36.11
4.39% topo/node/node.go

Coverage Regressions

Lines Coverage ∆ File
4
90.75
0.75% topo/node/cisco/cisco.go
Subprojects
ID Flag name Job ID Ran Files Coverage
1 /jobs/187643740 34401070644.1 09 Sep 2026 08:38PM UTC 62
44.03
GitHub Action Run
Source Files on build 34401070644
  • Tree
  • List 62
  • Changed 7
  • Source Changed 0
  • Coverage Changed 7
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #747
  • PR Base - main (#34278303073)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc