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

hyperledger / fabric-x-committer / 26214902617
92%
main: 91%

Build:
Build:
LAST BUILD BRANCH: fix/coordinator-waiting-status-count
DEFAULT BRANCH: main
Ran 21 May 2026 08:35AM UTC
Jobs 3
Files 130
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

21 May 2026 08:31AM UTC coverage: 91.65% (+0.1%) from 91.503%
26214902617

Pull #607

github

cendhu
Fix timer reset to drain stale ticks before Reset

Use resetBatchTimer helper instead of bare timer.Reset in
batchReceivedTransactionsAndForwardForProcessing. Per Go docs,
Reset must only be called on stopped/expired timers with the
channel drained; otherwise a stale tick may fire immediately.

Place resetBatchTimer after its caller (caller before callee)
and add a reasoning comment. Simplify the test by replacing the
cap(timer.C) check with a brief sleep to let the nanosecond
timer expire, and use t.Cleanup for timer stop.

Signed-off-by: Senthilnathan <cendhu@gmail.com>
Pull Request #607: Fix timer reset to drain stale ticks before Reset

6 of 7 new or added lines in 1 file covered. (85.71%)

17 existing lines in 6 files now uncovered.

10241 of 11174 relevant lines covered (91.65%)

41067.3 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
94.89
1.01% service/vc/validator_committer_service.go

Coverage Regressions

Lines Coverage ∆ File
10
59.66
-8.4% service/sidecar/block_delivery.go
2
97.83
0.0% service/verifier/verifier_server.go
2
92.11
0.0% service/coordinator/validator_committer_manager.go
1
97.5
2.5% mock/coordinator.go
1
81.46
1.69% service/sidecar/sidecar.go
1
86.42
-1.23% loadgen/adapters/verifier.go
Jobs
ID Job ID Ran Files Coverage
1 unit-test - 26214902617.1 21 May 2026 08:38AM UTC 82
76.67
GitHub Action Run
2 db-test - 26214902617.2 21 May 2026 08:38AM UTC 130
84.28
GitHub Action Run
3 core-db-test - 26214902617.3 21 May 2026 08:35AM UTC 100
45.34
GitHub Action Run
Source Files on build 26214902617
  • Tree
  • List 130
  • Changed 15
  • Source Changed 0
  • Coverage Changed 15
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #607
  • PR Base - main (#26142711552)
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