rocksdb/options
mrambacher 5d6ff69375 Fix valgrind issues with configurable_test (#7424)
Summary:
Valgrind was reporting a problem with the configurable_test in some GTEST code.  This problem was caused by using a std::function as a GTEST parameter.  This change changes the test to use a string as a function parameter (backed by a map) and fixes the valgrind issue.

Pull Request resolved: https://github.com/facebook/rocksdb/pull/7424

Reviewed By: ajkr

Differential Revision: D23855540

Pulled By: pdillinger

fbshipit-source-id: 2f2be03f7f92d96644aa9fa6481e4f37f2cfa5f5
2020-09-23 09:34:01 -07:00
..
cf_options.cc Bring the Configurable options together (#5753) 2020-09-14 17:01:01 -07:00
cf_options.h Bring the Configurable options together (#5753) 2020-09-14 17:01:01 -07:00
configurable_helper.h Bring the Configurable options together (#5753) 2020-09-14 17:01:01 -07:00
configurable_test.cc Fix valgrind issues with configurable_test (#7424) 2020-09-23 09:34:01 -07:00
configurable_test.h Bring the Configurable options together (#5753) 2020-09-14 17:01:01 -07:00
configurable.cc Bring the Configurable options together (#5753) 2020-09-14 17:01:01 -07:00
db_options.cc Bring the Configurable options together (#5753) 2020-09-14 17:01:01 -07:00
db_options.h Bring the Configurable options together (#5753) 2020-09-14 17:01:01 -07:00
options_helper.cc Bring the Configurable options together (#5753) 2020-09-14 17:01:01 -07:00
options_helper.h Bring the Configurable options together (#5753) 2020-09-14 17:01:01 -07:00
options_parser.cc Bring the Configurable options together (#5753) 2020-09-14 17:01:01 -07:00
options_parser.h Bring the Configurable options together (#5753) 2020-09-14 17:01:01 -07:00
options_settable_test.cc Bring the Configurable options together (#5753) 2020-09-14 17:01:01 -07:00
options_test.cc Bring the Configurable options together (#5753) 2020-09-14 17:01:01 -07:00
options.cc Bring the Configurable options together (#5753) 2020-09-14 17:01:01 -07:00