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

hyperledger / fabric-x-committer / 21826218458
89%
main: 91%

Build:
Build:
LAST BUILD BRANCH: fix/696-integration-port-reservation
DEFAULT BRANCH: main
Ran 09 Feb 2026 01:08PM 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

09 Feb 2026 01:04PM UTC coverage: 88.942% (-0.03%) from 88.974%
21826218458

Pull #304

github

cendhu
Fix flaky coordinator loadgen test by waiting for setup TX commits

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"

Signed-off-by: Senthilnathan <cendhu@gmail.com>
Pull Request #304: Fix flaky coordinator loadgen test by waiting for setup TX commits

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

16 existing lines in 5 files now uncovered.

9081 of 10210 relevant lines covered (88.94%)

1.29 hits per line

Uncovered Changes

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

Coverage Regressions

Lines Coverage ∆ File
8
86.93
-0.57% service/vc/database.go
4
80.0
-3.64% service/vc/validator.go
2
80.57
-0.81% service/sidecar/relay.go
1
93.12
-0.38% service/coordinator/coordinator.go
1
82.0
-2.91% loadgen/adapters/coordinator.go
Jobs
ID Job ID Ran Files Coverage
1 db-test - 21826218458.1 09 Feb 2026 01:08PM UTC 116
84.0
GitHub Action Run
2 unit-test - 21826218458.2 09 Feb 2026 01:09PM UTC 72
64.92
GitHub Action Run
Source Files on build 21826218458
  • Tree
  • List 116
  • Changed 9
  • Source Changed 0
  • Coverage Changed 9
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #304
  • PR Base - main (#21756734508)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc