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

apache / incubator-omid / 44
36%

Build:
DEFAULT BRANCH: master
Ran 06 Aug 2017 10:52AM UTC
Jobs 1
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

pending completion
44

push

travis-ci

ohadshacham
[OMID-74] Efficient column family deletion in Row level
 conflict analysis     The idea is to use a qualifier to denote that all the
 columns of a specific family were deleted.     Current implementation reads
 from HBase the entire family and then writes a tombstone to each one of its
 cells.     The new implementation does not need to perform the read and only
 writes the qualifier to denote that the family was deleted.     This is true
 only for Row level conflict detection since in Cell level we need to read the
 cells and add these to the write set.

83 of 83 new or added lines in 4 files covered. (100.0%)

2403 of 4411 relevant lines covered (54.48%)

784414.27 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
hbase-common/src/main/java/org/apache/omid/transaction/CellUtils.java
1
100.0
transaction-client/src/main/java/org/apache/omid/tso/client/TSOClient.java
12
100.0
hbase-client/src/main/java/org/apache/omid/transaction/TTable.java
Jobs
ID Job ID Ran Files Coverage
1 44.1 06 Aug 2017 10:52AM UTC 0
54.48
Travis Job 44.1
Source Files on build 44
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #44
  • 4c8d7821 on github
  • Prev Build on master (#42)
  • Next Build on master (#49)
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