rocksdb/options
Andrew Kryczka 1c84660457 prototype status check enforcement (#6798)
Summary:
Tried making Status object enforce that it is checked in some way. In cases it is not checked, `PermitUncheckedError()` must be called explicitly.

Added a way to run tests (`ASSERT_STATUS_CHECKED=1 make -j48 check`) on a
whitelist. The effort appears significant to get each test to pass with
this assertion, so I only fixed up enough to get one test (`options_test`)
working and added it to the whitelist.
Pull Request resolved: https://github.com/facebook/rocksdb/pull/6798

Reviewed By: pdillinger

Differential Revision: D21377404

Pulled By: ajkr

fbshipit-source-id: 73236f9c8df38f01cf24ecac4a6d1661b72d077e
2020-05-08 12:40:43 -07:00
..
cf_options.cc prototype status check enforcement (#6798) 2020-05-08 12:40:43 -07:00
cf_options.h
db_options.cc
db_options.h
options.cc
options_helper.cc prototype status check enforcement (#6798) 2020-05-08 12:40:43 -07:00
options_helper.h
options_parser.cc prototype status check enforcement (#6798) 2020-05-08 12:40:43 -07:00
options_parser.h
options_settable_test.cc
options_test.cc prototype status check enforcement (#6798) 2020-05-08 12:40:43 -07:00
options_type.h