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

hyperledger-labs / fabric-smart-client / 26111026165 / 9
71%
main: 71%

Build:
DEFAULT BRANCH: main
Ran 19 May 2026 04:51PM UTC
Files 504
Run time 27s
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

19 May 2026 04:34PM UTC coverage: 26.169% (+0.02%) from 26.15%
26111026165.9

push

github

web-flow
fix(fabric/config): add missing GetInt prefix wrapper (#1463)

Service exposes prefixed accessors (GetString, GetBool, IsSet, ...) that
wrap the embedded Configuration with "fabric.<prefix>." for all keys. The
GetInt wrapper was missing, so callers like OrdererConnectionPoolSize and
BroadcastNumRetries silently fell through to Configuration.GetInt without
the prefix. The IsSet branch reported the key present (correctly prefixed)
but the value lookup missed and returned 0.

Practical effect: setting fabric.default.ordering.connectionPoolSize: 20
in yaml made OrdererConnectionPoolSize() return 0 instead of 20 - silently
worse than leaving the key unset (which falls back to default 10).

Add the missing wrapper to match the other accessors.

Signed-off-by: Evan <evanyan@sign.global>

9957 of 38049 relevant lines covered (26.17%)

0.28 hits per line

Source Files on job itest-fabricx-deployment - 26111026165.9
  • Tree
  • List 504
  • Changed 5
  • Source Changed 1
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 26111026165
  • 57a646fa on github
  • Prev Job for on main (#26095806536.10)
  • Next Job for on main (#26118859825.14)
  • Delete
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