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

hyperledger / fabric-x-committer / 22305754642
90%

Build:
DEFAULT BRANCH: main
Ran 23 Feb 2026 12:21PM 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

23 Feb 2026 12:17PM UTC coverage: 89.058%. First build
22305754642

push

github

web-flow
[falky-test] TestSignatureVerifierManagerPolicyUpdateAndRecover (#359)

#### Type of change

- Bug fix
 
#### Description

Root Cause: 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).

Note that this issue had occurred earlier and we increased the channel
capacity 10 but it did not fix.

This commit fixes this by reading from outputValidatedTxs queue. 

#### Additional details (Optional)

<!--- Additional implementation details or comments to reviewers. -->
<!--- Summarize how the pull request was tested (if not obvious from
commit). -->

#### Related issues

  - resolves #358

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

9148 of 10272 relevant lines covered (89.06%)

1.29 hits per line

Jobs
ID Job ID Ran Files Coverage
1 unit-test - 22305754642.1 23 Feb 2026 12:22PM UTC 73
65.44
GitHub Action Run
2 db-test - 22305754642.2 23 Feb 2026 12:21PM UTC 117
83.46
GitHub Action Run
Source Files on build 22305754642
  • Tree
  • List 117
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 419db7a6 on github
  • Prev Build on main (#22297110163)
  • Next Build on main (#22305991929)
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