Revision 1482c8697c260cc12f7fce9f15401a85330d2ff1 authored by Peter Dillinger on 23 May 2020, 13:48:40 UTC, committed by anand76 on 05 June 2020, 19:49:16 UTC
Summary:
* Print stack trace on status checked failure
* Make folly_synchronization_distributed_mutex_test a parallel test
* Disable ldb_test.py and rocksdb_dump_test.sh with
  ASSERT_STATUS_CHECKED (broken)
* Fix shadow warning in random_access_file_reader.h reported by gcc
  4.8.5 (ROCKSDB_NO_FBCODE), also https://github.com/facebook/rocksdb/issues/6866
* Work around compiler bug on max_align_t for gcc < 4.9
* Remove an apparently wrong comment in status.h
* Use check_some in Travis config (for proper diagnostic output)
* Fix ignored Status in loop in options_helper.cc
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6871

Test Plan: manual, CI

Reviewed By: ajkr

Differential Revision: D21706619

Pulled By: pdillinger

fbshipit-source-id: daf6364173d6689904eb394461a69a11f5bee2cb
1 parent ff76f05
History
File Mode Size
cf_options.cc -rw-r--r-- 36.4 KB
cf_options.h -rw-r--r-- 9.1 KB
db_options.cc -rw-r--r-- 35.2 KB
db_options.h -rw-r--r-- 3.6 KB
options.cc -rw-r--r-- 26.2 KB
options_helper.cc -rw-r--r-- 64.9 KB
options_helper.h -rw-r--r-- 7.5 KB
options_parser.cc -rw-r--r-- 25.1 KB
options_parser.h -rw-r--r-- 5.3 KB
options_settable_test.cc -rw-r--r-- 24.6 KB
options_test.cc -rw-r--r-- 135.0 KB
options_type.h -rw-r--r-- 10.8 KB

back to top