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

apache / incubator-omid / 42 / 1
36%
master: 36%

Build:
DEFAULT BRANCH: master
Ran 03 Aug 2017 02:32PM UTC
Files 124
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

03 Aug 2017 01:50PM UTC coverage: 54.214% (-0.2%) from 54.399%
42.1

push

travis-ci

ohadshacham
[OMID-73] A checkpoint is a point in a transaction where every write occurs after the checkpoint may not be visible by the transaction. The visibility is defined by the following visibility levels: SNAPSHOT - returns the last written key by the transaction, in case one exists, otherwise, returns the key from the transaction snapshot. SNAPSHOT_EXCLUDE_CURRENT - returns the last written key by the transaction that was written before the last checkpoint, in case one exists, otherwise, returns the key from the transaction snapshot. SNAPSHOT_ALL - returns all the versions written by the transaction including the one in the transaction snapshot. This feature is needed for Phoenix both for upsert operations and for correct rollback of the secondary index on transaction abort. Explanations for this feature can be seen in [TEPHRA-96].

Signed-off-by: Ohad Shacham <ohads@yahoo-inc.com>

2361 of 4355 relevant lines covered (54.21%)

762762.13 hits per line

Source Files on job 42.1
  • Tree
  • List 0
  • Changed 28
  • Source Changed 8
  • Coverage Changed 28
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 42
  • Travis Job 42.1
  • 1f83aeda on github
  • Prev Job for on master (#34.1)
  • Next Job for on master (#44.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