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

stacklok / toolhive / 30313212276
70%

Build:
DEFAULT BRANCH: main
Ran 27 Jul 2026 11:17PM UTC
Jobs 1
Files 841
Run time 2min
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

27 Jul 2026 11:09PM UTC coverage: 69.63% (+0.02%) from 69.615%
30313212276

push

github

web-flow
Speed up e2e(core) suite with Ginkgo procs and concurrent waits (#6070)

Run the core test suite across 4 Ginkgo processes in CI instead of
serially. The 8-core runner has capacity to spare, and the ~30 core
specs are independent enough to distribute safely.

Two issues blocked parallelism:
- Four test files named servers using only GinkgoRandomSeed(), which is
  identical across all procs; concurrent processes would attempt to
  create the same Docker container name. Switch to GenerateUniqueServerName
  which includes the OS PID (unique per proc).
- ExpectMCPServersRunning polled workloads sequentially; specs that start
  4 containers (group_rm "delete with workloads") paid the full sum of
  readiness waits. Replace the serial loop with concurrent goroutines so
  the wait is bounded by the slowest workload, not the sum.

Co-authored-by: Claude Sonnet 4.6 (1M context) <noreply@anthropic.com>

80621 of 115785 relevant lines covered (69.63%)

86.63 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
88.24
-5.88% pkg/vmcp/backendregistry/registry.go
2
82.06
-0.21% pkg/vmcp/composer/workflow_engine.go
Jobs
ID Job ID Ran Files Coverage
1 30313212276.1 27 Jul 2026 11:17PM UTC 841
69.63
GitHub Action Run
Source Files on build 30313212276
  • Tree
  • List 841
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #30313212276
  • a099fa01 on github
  • Prev Build on main (#30297766499)
  • Next Build on main (#30319693572)
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