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

hyperledger / fabric-x-common / 29993559452 / 1
82%
main: 83%

Build:
Build:
LAST BUILD BRANCH: agents-init
DEFAULT BRANCH: main
Ran 23 Jul 2026 09:04AM UTC
Files 183
Run time 5s
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 Jul 2026 08:05AM UTC coverage: 82.495% (-0.006%) from 82.501%
29993559452.1

Pull #144

github

cendhu
Add snapshot rejection status codes

Add three REJECTED_* status codes for snapshot transaction validation:

- REJECTED_SNAPSHOT_IN_PROGRESS (119): a prior committed snapshot is not
  yet CHECKPOINTED, so a new snapshot cannot be accepted.
- REJECTED_SNAPSHOT_NO_CHECKPOINT (120): a prior snapshot exists that was
  never checkpointed.
- REJECTED_DUPLICATE_SNAPSHOT_IN_BLOCK (121): more than one snapshot TX
  appeared in the same block; only the first is processed and the rest are
  rejected regardless of the first's outcome.

All three are well-formed transactions with a valid, extractable TX ID, so
they are placed in the stored band (like ABORTED_MVCC_CONFLICT): the outcome
is recorded in the state database. Storing does not block legitimate retries,
which always use a fresh TX ID.

Regenerated status.pb.go via make proto.
-e
Signed-off-by: Senthilnathan <cendhu@gmail.com>
Pull Request #144: [committerpb] Add snapshot rejection status codes

14784 of 17921 relevant lines covered (82.5%)

0.92 hits per line

Source Files on job 29993559452.1
  • Tree
  • List 183
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 29993559452
  • ba2561c4 on github
  • Prev Job for on snapshot-reject-status (#29990027049.1)
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