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

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

Build:
Build:
LAST BUILD BRANCH: fix-stale-metric-doc-refs
DEFAULT BRANCH: main
Ran 09 Feb 2026 01:09PM UTC
Files 72
Run time 1s
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: 64.916%. Remained the same
21826218458.2

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

3436 of 5293 relevant lines covered (64.92%)

0.71 hits per line

Source Files on job unit-test - 21826218458.2
  • Tree
  • List 72
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 21826218458
  • 6a435450 on github
  • Prev Job for on fix-flaky-loadgen-coord (#21756734508.1)
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