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

hyperledger / fabric-x-committer / 21863706156
90%

Build:
DEFAULT BRANCH: main
Ran 10 Feb 2026 11:54AM UTC
Jobs 2
Files 116
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

10 Feb 2026 11:50AM UTC coverage: 88.717% (-0.3%) from 88.974%
21863706156

push

github

web-flow
Fix flaky coordinator loadgen test by waiting for setup TX commits (#304)

#### Type of change

- Bug fix
 
#### Description

CoordinatorAdapter.Progress() was returning the send counter
(nextBlockNum) instead of the commit counter (TransactionsCommitted).
This caused submitWorkloadSetupTXs to proceed before the config TX was
actually committed, so subsequent namespace TXs could arrive before
policies were established. Without the sidecar (which serializes the
config TX), the coordinator test relies on Progress() to gate setup TX
ordering.

Also fix error swallowing in coordinator's sendTxStatus goroutine, which
could cause cascading deadlocks on stream errors.

Fix flaky TestLoadGenForLoadGen by explicitly stopping the sub-client
before test cleanup tears down the main server. Test cleanup runs in
LIFO order, so the main server's gRPC Stop ran before the sub-client was
cancelled, causing in-flight AppendBatch RPCs to hit "connection reset
by peer"

#### Related issues

 - resolves #303

---------

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

0 of 1 new or added line in 1 file covered. (0.0%)

33 existing lines in 9 files now uncovered.

9058 of 10210 relevant lines covered (88.72%)

1.29 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
93.12
-0.38% service/coordinator/coordinator.go

Uncovered Existing Lines

Lines Coverage ∆ File
1
93.12
-0.38% service/coordinator/coordinator.go
1
82.0
-2.91% loadgen/adapters/coordinator.go
1
86.59
-1.22% loadgen/adapters/sigverifier.go
2
90.31
-0.88% service/coordinator/validator_committer_manager.go
4
95.24
-3.17% mock/coordinator.go
4
80.0
-3.64% service/vc/validator.go
5
79.35
-2.02% service/sidecar/relay.go
7
80.0
-2.22% service/sidecar/sidecar.go
8
85.23
-2.27% service/vc/database.go
Jobs
ID Job ID Ran Files Coverage
1 db-test - 21863706156.1 10 Feb 2026 11:54AM UTC 116
83.75
GitHub Action Run
2 unit-test - 21863706156.2 10 Feb 2026 11:56AM UTC 72
64.95
GitHub Action Run
Source Files on build 21863706156
  • Tree
  • List 116
  • Changed 12
  • Source Changed 0
  • Coverage Changed 12
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 68f4af70 on github
  • Prev Build on main (#21756734508)
  • Next Build on main (#21941111475)
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