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

hyperledger / fabric-x-committer / 22210339525
89%
main: 89%

Build:
Build:
LAST BUILD BRANCH: fix-falky-svmupdate-test
DEFAULT BRANCH: main
Ran 20 Feb 2026 03:45AM UTC
Jobs 2
Files 117
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

20 Feb 2026 03:37AM UTC coverage: 88.998%. First build
22210339525

Pull #359

github

cendhu
Fix TestSignatureVerifierManagerPolicyUpdateAndRecover

requireAllUpdate submits many tx batches in a tight loop to force policy
propagation, but nobody reads from outputValidatedTxs (capacity 10). Once full,
receiveStatusAndForwardToOutput goroutines block on Write(). When signVerifier[0]'s both
goroutines are blocked on Go channel operations (Write on output, Read on empty input
queue), the gRPC server stop goes undetected — neither goroutine is doing stream I/O where
Recv()/Send() would fail. The defer Disconnected() in sendTransactionsAndForwardStatus
never fires, so the metric stays at Connected(1).

Signed-off-by: Senthilnathan <cendhu@gmail.com>
Pull Request #359: [falky-test] TestSignatureVerifierManagerPolicyUpdateAndRecover

9141 of 10271 relevant lines covered (89.0%)

1.29 hits per line

Jobs
ID Job ID Ran Files Coverage
1 db-test - 22210339525.1 20 Feb 2026 03:45AM UTC 117
83.43
GitHub Action Run
2 unit-test - 22210339525.2 20 Feb 2026 03:46AM UTC 73
65.4
GitHub Action Run
Source Files on build 22210339525
  • Tree
  • List 117
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #359
  • PR Base - main (#22206694870)
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