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

apache / incubator-omid / 42
36%

Build:
DEFAULT BRANCH: master
Ran 03 Aug 2017 02:32PM UTC
Jobs 1
Files 124
Run time 6s
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
42

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>

49 of 49 new or added lines in 7 files covered. (100.0%)

2361 of 4355 relevant lines covered (54.21%)

762762.13 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
21
100.0
transaction-client/src/main/java/org/apache/omid/transaction/AbstractTransaction.java

Uncovered Existing Lines

Lines Coverage ∆ File
2
100.0
transaction-client/src/main/java/org/apache/omid/transaction/AbstractTransaction.java
Jobs
ID Job ID Ran Files Coverage
1 42.1 03 Aug 2017 02:32PM UTC 0
54.21
Travis Job 42.1
Source Files on build 42
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #42
  • 1f83aeda on github
  • Prev Build on master (#34)
  • Next Build on master (#44)
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

© 2025 Coveralls, Inc