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

hyperledger / fabric-x-committer / 22315506234 / 2
89%
main: 92%

Build:
Build:
LAST BUILD BRANCH: coordinator-test-no-db
DEFAULT BRANCH: main
Ran 23 Feb 2026 04:44PM UTC
Files 74
Run time 2s
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

23 Feb 2026 04:34PM UTC coverage: 66.642% (+0.04%) from 66.605%
22315506234.2

Pull #376

github

cendhu
fix TestCommitterReleaseImagesWithTLS

Root cause: ExposePort() used HostPort: "" with go-dockerclient's
PortBinding, which has json:"HostPort,omitempty". The omitempty
tag drops the empty string during JSON serialization, so Docker
never receives a HostPort field and defaults to binding the
container's own port number (5433) on the host. When parallel
subtests each try to bind host port 5433, only the first wins.

Fix: HostPort: "" → HostPort: "0". The string "0" explicitly
tells Docker to auto-assign an ephemeral port, and being non-empty,
it survives omitempty serialization.

Signed-off-by: Senthilnathan <cendhu@gmail.com>
Pull Request #376: fix TestCommitterReleaseImagesWithTLS

3590 of 5387 relevant lines covered (66.64%)

0.73 hits per line

Source Files on job unit-test - 22315506234.2
  • Tree
  • List 74
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 22315506234
  • 8704e983 on github
  • Prev Job for on fix-container-image (#22306426023.1)
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