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

dgraph-io / dgraph / 30
44%
main: 66%

Build:
Build:
LAST BUILD BRANCH: release/v23
DEFAULT BRANCH: main
Ran 10 Jul 2016 09:28AM UTC
Jobs 2
Files 23
Run time 39s
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
30

Pull #127

travis-ci

web-flow
Implement multiple store backends

The first additional backend is BoltDB.  A `store` flag has been added
to commands, that accepts the name of a store (as of this commit, valid
values are `boltdb` and `rocksdb`).

Stores register their availability via init(), which means that new
stores should be imported for side-effects wherever they may be
required directly (predominantly in commands or tests).

Store implementations can be included via build tags.

BREAKING: The default store has been set to `boltdb`, primarily because
this store is native Go, and can be built against even when CGO is not
available.  To produce builds that include rocksdb support, the
`rocksdb` tag _must_ be supplied, ie:

```
go install -tags rocksdb
```

This initial implementation does not include a functional `merge`
command for boltdb.
Pull Request #127: Implement multiple store backends

104 of 104 new or added lines in 9 files covered. (100.0%)

1809 of 3508 relevant lines covered (51.57%)

57.97 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
100.0
posting/lists.go
4
100.0
cmd/dgraphassigner/main.go
8
100.0
cmd/dgraph/main.go
8
100.0
cmd/dgraphloader/main.go
53
100.0
store/boltdb/boltdb.go
Jobs
ID Job ID Ran Files Coverage
1 30.1 (CC=clang-3.8 CXX=clang++-3.8) 10 Jul 2016 09:28AM UTC 0
51.53
Travis Job 30.1
2 30.2 (CC=clang-3.8 CXX=clang++-3.8) 10 Jul 2016 09:28AM UTC 0
51.54
Travis Job 30.2
Source Files on build 30
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #30
  • Pull Request #127
  • PR Base - master (#19)
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