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
Raw File
.lgtm.yml
extraction:
  cpp:
    index:
      build_command: make static_lib
back to top