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

hyperledger / fabric-x-committer / 22318578886
90%

Build:
DEFAULT BRANCH: main
Ran 23 Feb 2026 06:08PM UTC
Jobs 2
Files 118
Run time 1min
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: 88.931% (-0.08%) from 89.008%
22318578886

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>

9191 of 10335 relevant lines covered (88.93%)

1.29 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
77.67
-0.97% utils/deliver/deliver_cft.go
1
89.52
-0.95% loadgen/adapters/common.go
2
97.87
-2.13% service/verifier/verifier_server.go
10
82.8
-2.69% service/vc/database.go
Jobs
ID Job ID Ran Files Coverage
1 unit-test - 22318578886.1 23 Feb 2026 06:09PM UTC 74
66.68
GitHub Action Run
2 db-test - 22318578886.2 23 Feb 2026 06:08PM UTC 118
83.18
GitHub Action Run
Source Files on build 22318578886
  • Tree
  • List 118
  • Changed 8
  • Source Changed 0
  • Coverage Changed 8
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 69004206 on github
  • Prev Build on main (#22306426023)
  • Next Build on main (#22338998933)
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