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

liran-funaro / fabric-x-committer / 29686690370
91%
main: 92%

Build:
Build:
LAST BUILD BRANCH: skill-dev
DEFAULT BRANCH: main
Ran 19 Jul 2026 12:21PM 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

19 Jul 2026 12:16PM UTC coverage: 91.481%. First build
29686690370

push

github

liran-funaro
[test] fix flaky TestSignatureVerifierManagerPolicyUpdateAndRecover

Batch submission ran inside require.Eventually/require.Never conditions.
testify runs the condition in its own goroutine and, once waitFor
elapses, returns without waiting for it. submitTxBatch blocks on a full
input channel, so a condition that submitted leaked a goroutine past the
assertion that then (1) submitted stray batches into a later phase of the
test and (2) raced on the reassigned verifierStreams variable (an
observed data race). The stray flooding also kept signVerifier[0] parked
on a channel write, so a stopped server went undetected within the 30s
window and the connection metric stayed Connected.

Submit batches from a dedicated background goroutine that is started
before, and stopped after, each require.Eventually/require.Never, and
keep the conditions side-effect-free (pure reads of atomics and stable
locals). t.Cleanup tears the submitter down even if the test fails first.

Signed-off-by: Liran Funaro <liran.funaro@gmail.com>

10427 of 11398 relevant lines covered (91.48%)

42766.02 hits per line

Jobs
ID Job ID Ran Files Coverage
1 db-test - 29686690370.1 19 Jul 2026 12:23PM UTC 129
79.69
GitHub Action Run
2 unit-test - 29686690370.2 19 Jul 2026 12:23PM UTC 93
83.58
GitHub Action Run
3 core-db-test - 29686690370.3 19 Jul 2026 12:21PM UTC 100
45.16
GitHub Action Run
Source Files on build 29686690370
  • Tree
  • List 129
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 2d557452 on github
  • Prev Build on flaky-coordinator-test-615 (#29507134963)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc