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

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

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

23 Feb 2026 04:34PM UTC coverage: 83.038% (-0.2%) from 83.28%
22315506234.1

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

8582 of 10335 relevant lines covered (83.04%)

0.91 hits per line

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