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

atomix / atomix / 3040
54%

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

pending completion
3040

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

Jobs
ID Job ID Ran Files Coverage
1 3040.1 26 Apr 2020 12:40AM UTC 0
53.61
Travis Job 3040.1
Source Files on build 3040
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3040
  • 9bc9745d on github
  • Prev Build on master (#3039)
  • Next Build on master (#3042)
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