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

hyperledger / fabric-x-committer / 30889223181 / 1
91%
main: 91%

Build:
DEFAULT BRANCH: main
Ran 04 Aug 2026 07:53AM UTC
Files 95
Run time 4s
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

04 Aug 2026 07:47AM UTC coverage: 84.561% (+0.06%) from 84.499%
30889223181.1

push

github

web-flow
[integration-test] Reserve service ports across restarts to fix port races (#728)

- Bug fix
- Improvement (improvement to code, performance, etc)

- Allocate each service's gRPC/HTTP ports directly into the process that
owns them, holding a listener on each from allocation until the
subprocess
binds it, and re-reserving the moment the subprocess stops (`Stop`) so a
parallel test cannot claim a just-freed port while the service is down.
- Drop the central reservation pool and the allocate-then-transfer
machinery
(`claim`/`claimAll`/`closeAll`); defer config-file writing to a second
pass
once every service endpoint is known, since a template renders the whole
  `SystemConfig`.
- Pre-allocate the load generators in `NewRuntime` like the other
services:
the primary reserves its ports, while the distributed client binds its
own
ephemeral port (nothing dials it). Their config is rendered in
`startLoadGen`,
  where the template and worker count are known from the service flags.
- Add `OrdererEnv.ReserveListeners`/`ReleaseListeners` so the orderer
test
  environment follows the same stop-then-reserve pattern.

- resolves #696

- resolves #738

Signed-off-by: Liran Funaro <liran.funaro@gmail.com>

6797 of 8038 relevant lines covered (84.56%)

1220.8 hits per line

Source Files on job unit-test - 30889223181.1
  • Tree
  • List 95
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 30889223181
  • 4cfadd4a on github
  • Prev Job for on main (#30811029382.2)
  • Next Job for on main (#30889387935.2)
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