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

facebook / rocksdb / 9702 / 4
0%
master: 49%

Build:
Build:
LAST BUILD BRANCH: atomic_ingest
DEFAULT BRANCH: master
Ran 08 Mar 2020 07:49AM UTC
Files 1
Run time 0s
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

08 Mar 2020 07:49AM UTC coverage: 0.0%. First build
TEST_GROUP=3

Pull #3106

travis-ci

Prashant D
options: Fix coverity issues

Summary:
options/cf_options.cc:
 77      memtable_insert_with_hint_prefix_extractor(

CID 1396208 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR)
2. uninit_member: Non-static class member info_log_level is not initialized in this constructor nor in any functions that it calls.
 78          cf_options.memtable_insert_with_hint_prefix_extractor.get()) {}

include/rocksdb/advanced_options.h:

AdvancedColumnFamilyOptions::AdvancedColumnFamilyOptions() {
 40  assert(memtable_factory.get() != nullptr);

CID 1405359 (#1 of 1): Uninitialized scalar field (UNINIT_CTOR)
2. uninit_member: Non-static class member max_mem_compaction_level is not initialized in this constructor nor in any functions that it calls.
 41}

As max_mem_compaction_level is not supported anymore, undefine it.
Pull Request #3106: options: Fix coverity issues

0 of 1 relevant lines covered (0.0%)

0.0 hits per line

Source Files on job 9702.4 (TEST_GROUP=3)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3634
  • Travis Job 9702.4
  • 546662f5 on github
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