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

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

Build:
DEFAULT BRANCH: main
Ran 23 Feb 2026 06:09PM 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 06:04PM UTC coverage: 66.679% (+0.07%) from 66.605%
22318578886.1

push

github

web-flow
fix TestCommitterReleaseImagesWithTLS (#376)

#### Type of change

- Bug fix
 
#### Description

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.

#### Related issues

  - resolves #375

Signed-off-by: Senthilnathan <cendhu@gmail.com>

3592 of 5387 relevant lines covered (66.68%)

0.74 hits per line

Source Files on job unit-test - 22318578886.1
  • Tree
  • List 74
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 22318578886
  • 69004206 on github
  • Prev Job for on main (#22306426023.1)
  • Next Job for on main (#22338998933.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