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
delete_scheduler.cc -rw-r--r-- 11.5 KB
delete_scheduler.h -rw-r--r-- 4.9 KB
delete_scheduler_test.cc -rw-r--r-- 25.3 KB
file_prefetch_buffer.cc -rw-r--r-- 5.5 KB
file_prefetch_buffer.h -rw-r--r-- 4.2 KB
file_util.cc -rw-r--r-- 3.7 KB
file_util.h -rw-r--r-- 1.7 KB
filename.cc -rw-r--r-- 14.1 KB
filename.h -rw-r--r-- 7.5 KB
random_access_file_reader.cc -rw-r--r-- 10.8 KB
random_access_file_reader.h -rw-r--r-- 5.0 KB
random_access_file_reader_test.cc -rw-r--r-- 7.7 KB
read_write_util.cc -rw-r--r-- 2.2 KB
read_write_util.h -rw-r--r-- 1.3 KB
readahead_raf.cc -rw-r--r-- 6.0 KB
readahead_raf.h -rw-r--r-- 1.2 KB
sequence_file_reader.cc -rw-r--r-- 8.5 KB
sequence_file_reader.h -rw-r--r-- 2.4 KB
sst_file_manager_impl.cc -rw-r--r-- 19.2 KB
sst_file_manager_impl.h -rw-r--r-- 7.6 KB
writable_file_writer.cc -rw-r--r-- 13.3 KB
writable_file_writer.h -rw-r--r-- 5.9 KB

back to top