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

atomix / atomix / 3040 / 1
54%
master: 54%

Build:
DEFAULT BRANCH: master
Ran 26 Apr 2020 12:40AM UTC
Files 1198
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

26 Apr 2020 12:24AM UTC coverage: 53.612% (-0.1%) from 53.722%
3040.1

push

travis-ci

web-flow
fix(raft): fixes issues with concurrent snapshot writers (#1043)

* fix(raft): fixes issues with concurrent snapshot writers

- file snapshots are now written to a unique temporary
  file and moved to a permanent deterministic location
  on complete
- closing a file snapshot discards its temporary file
- improves error handling on snapshot completion failure

* chore(raft): write temporary file to Raft storage

- temporary snapshot files are written to the same directory
  as the Raft storage to make use of ATOMIC_MOVE, with fallback
  on simple move/ignoring duplicate files
- remove "deleteOnExit" hook and rely on programmer always closing
  or completing a snapshot (not much loss as deleteOnExit does not
  work if the JVM crashes)

17171 of 32028 relevant lines covered (53.61%)

0.54 hits per line

Source Files on job 3040.1
  • Tree
  • List 0
  • Changed 17
  • Source Changed 7
  • Coverage Changed 17
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 424
  • Travis Job 3040.1
  • 9bc9745d on github
  • Prev Job for on master (#3039.1)
  • Next Job for on master (#3042.1)
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