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

liran-funaro / fabric-x-committer / 27496351670
92%

Build:
DEFAULT BRANCH: main
Ran 14 Jun 2026 10:48AM UTC
Jobs 3
Files 129
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 Jun 2026 05:51AM UTC coverage: 91.605% (+0.09%) from 91.52%
27496351670

push

github

web-flow
[Coordinator] fix waiting status count (#613)

#### Type of change

- Bug fix
 
#### Description

Track VC-produced transaction statuses separately from the status queue
length so NumberOfWaitingTransactionsForStatus does not count statuses
that are already ready to be sent back to the sidecar.

Use a txStatusQueue to count statuses before enqueueing and roll the
count back if a blocked enqueue is canceled. This avoids a race where a
fast reader could decrement the count before the writer increments it.

Simplify queue handling by removing impossible nil/closed-channel cases
and keep tests focused on count accounting and context cancellation.

#### Related issues

 - resolves #612

---------

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

85 of 87 new or added lines in 5 files covered. (97.7%)

186 existing lines in 11 files now uncovered.

10421 of 11376 relevant lines covered (91.61%)

40228.05 hits per line

Uncovered Changes

Lines Coverage ∆ File
1
92.07
-0.03% service/coordinator/validator_committer_manager.go
1
78.45
-3.29% service/sidecar/sidecar.go

Coverage Regressions

Lines Coverage ∆ File
95
78.45
-3.29% service/sidecar/sidecar.go
34
84.11
-1.44% service/sidecar/mapping.go
24
92.16
-2.45% service/sidecar/notify.go
12
86.07
1.45% service/sidecar/relay.go
8
86.11
-7.33% utils/channel/reader_writer.go
5
94.17
-4.17% mock/coordinator.go
2
97.83
-2.17% service/verifier/verifier_server.go
2
94.96
-0.51% service/coordinator/coordinator.go
2
86.96
-0.54% cmd/committer/start_cmd.go
1
92.07
-0.03% service/coordinator/validator_committer_manager.go
1
80.33
-1.64% utils/utils.go
Jobs
ID Job ID Ran Files Coverage
1 unit-test - 27496351670.1 14 Jun 2026 10:51AM UTC 80
77.08
GitHub Action Run
2 db-test - 27496351670.2 14 Jun 2026 10:51AM UTC 129
83.26
GitHub Action Run
3 core-db-test - 27496351670.3 14 Jun 2026 10:48AM UTC 100
45.25
GitHub Action Run
Source Files on build 27496351670
  • Tree
  • List 129
  • Changed 25
  • Source Changed 0
  • Coverage Changed 25
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 815121e8 on github
  • Prev Build on main (#25992855454)
  • Delete
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