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

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

Build:
DEFAULT BRANCH: main
Ran 19 May 2026 04:51PM UTC
Files 275
Run time 23s
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: 28.782% (-0.02%) from 28.798%
26111026165.8

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>

5084 of 17664 relevant lines covered (28.78%)

20.59 hits per line

Source Files on job itest-fsc-stoprestart - 26111026165.8
  • Tree
  • List 275
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 26111026165
  • 57a646fa on github
  • Prev Job for on main (#26095806536.6)
  • 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