Revision fe206f4f7c4b147ef744cb780ddc38cba0ca22eb authored by sdong on 20 April 2020, 19:55:13 UTC, committed by Facebook GitHub Bot on 20 April 2020, 19:57:15 UTC
Summary:
Recently index_type kBinarySearchWithFirstKey is improved so that the API guarantee is exactly the same as other types and it is ready for wide production. We should cover it in crash tst.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6721

Test Plan: Run crash_test

Reviewed By: anand1976

Differential Revision: D21099781

fbshipit-source-id: fda91eba831d9eacbb140c703e9768bb1701f935
1 parent 45d2b4e
History
File Mode Size
composite_env_wrapper.h -rw-r--r-- 39.9 KB
env.cc -rw-r--r-- 13.4 KB
env_basic_test.cc -rw-r--r-- 12.6 KB
env_chroot.cc -rw-r--r-- 12.6 KB
env_chroot.h -rw-r--r-- 704 bytes
env_encryption.cc -rw-r--r-- 34.7 KB
env_hdfs.cc -rw-r--r-- 19.6 KB
env_posix.cc -rw-r--r-- 16.6 KB
env_test.cc -rw-r--r-- 66.5 KB
file_system.cc -rw-r--r-- 4.4 KB
fs_posix.cc -rw-r--r-- 33.2 KB
io_posix.cc -rw-r--r-- 44.2 KB
io_posix.h -rw-r--r-- 13.9 KB
io_posix_test.cc -rw-r--r-- 4.1 KB
mock_env.cc -rw-r--r-- 20.5 KB
mock_env.h -rw-r--r-- 4.0 KB
mock_env_test.cc -rw-r--r-- 2.7 KB

back to top