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

hyperledger / fabric-x-committer / 22851859250
90%

Build:
DEFAULT BRANCH: main
Ran 09 Mar 2026 11:48AM UTC
Jobs 2
Files 122
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 Mar 2026 11:44AM UTC coverage: 89.823% (-0.1%) from 89.938%
22851859250

push

github

web-flow
fix flaky TestWaitingTxsCount (#410)

#### Type of change

- Bug fix
 
#### Description

root cause: The test was experiencing a race condition after restarting
the verifier service. When the verifier service is stopped and
restarted, there's a brief window where the new service instance may not
have processed all pending transactions yet. The immediate
RequireIntMetricValue check at line 965 would sometimes execute before
all 10 transactions were committed, seeing only 8 committed
transactions.

This commit adds a retry to the check.

#### Related issues

  - resolves #409

---------

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

9400 of 10465 relevant lines covered (89.82%)

1.31 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
79.69
-1.56% loadgen/adapters/vcservice.go
2
89.44
0.0% mock/orderer.go
2
96.34
-2.44% mock/sigverifier.go
2
82.33
-0.86% service/sidecar/relay.go
4
95.74
-4.26% service/verifier/verifier_server.go
4
80.0
-3.64% service/vc/validator.go
8
83.87
-0.54% service/vc/database.go
Jobs
ID Job ID Ran Files Coverage
1 unit-test - 22851859250.1 09 Mar 2026 11:48AM UTC 78
68.59
GitHub Action Run
2 db-test - 22851859250.2 09 Mar 2026 11:48AM UTC 122
83.49
GitHub Action Run
Source Files on build 22851859250
  • Tree
  • List 122
  • Changed 10
  • Source Changed 0
  • Coverage Changed 10
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • e4eb93de on github
  • Prev Build on main (#22849504026)
  • Next Build on main (#22897338251)
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