rocksdb/test_util
mrambacher d057e8326d Make MergeOperator+CompactionFilter/Factory into Customizable Classes (#8481)
Summary:
- Changed MergeOperator, CompactionFilter, and CompactionFilterFactory into Customizable classes.
 - Added Options/Configurable/Object Registration for TTL and Cassandra variants
 - Changed the StringAppend MergeOperators to accept a string delimiter rather than a simple char.  Made the delimiter into a configurable option
 - Added tests for new functionality

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

Reviewed By: zhichao-cao

Differential Revision: D30136050

Pulled By: mrambacher

fbshipit-source-id: 271d1772835935b6773abaf018ee71e42f9491af
2021-08-06 08:27:25 -07:00
..
mock_time_env.cc
mock_time_env.h
sync_point.cc Refactor kill point (#8241) 2021-05-05 15:50:29 -07:00
sync_point.h Refactor kill point (#8241) 2021-05-05 15:50:29 -07:00
sync_point_impl.cc Use bloom filter to speed up sync point (#8337) 2021-05-27 13:14:29 -07:00
sync_point_impl.h Use bloom filter to speed up sync point (#8337) 2021-05-27 13:14:29 -07:00
testharness.cc Unittest uses unique test db name (#8124) 2021-03-30 16:51:26 -07:00
testharness.h
testutil.cc Add CreateFrom methods to Env/FileSystem (#8174) 2021-06-15 03:43:48 -07:00
testutil.h Make MergeOperator+CompactionFilter/Factory into Customizable Classes (#8481) 2021-08-06 08:27:25 -07:00
testutil_test.cc
transaction_test_util.cc
transaction_test_util.h