rocksdb/utilities/merge_operators/string_append
Maysam Yabandeh 8581a93a6b Per-thread unique test db names (#4135)
Summary:
The patch makes sure that two parallel test threads will operate on different db paths. This enables using open source tools such as gtest-parallel to run the tests of a file in parallel.
Example: ``` ~/gtest-parallel/gtest-parallel ./table_test```
Pull Request resolved: https://github.com/facebook/rocksdb/pull/4135

Differential Revision: D8846653

Pulled By: maysamyabandeh

fbshipit-source-id: 799bad1abb260e3d346bcb680d2ae207a852ba84
2018-07-13 17:27:39 -07:00
..
stringappend_test.cc Per-thread unique test db names (#4135) 2018-07-13 17:27:39 -07:00
stringappend.cc Support StringAppendOperator(delimiter_char) constructor in java-api 2018-03-08 16:17:47 -08:00
stringappend.h Lint everything 2015-11-16 12:56:21 -08:00
stringappend2.cc Comment out unused variables 2018-03-05 13:13:41 -08:00
stringappend2.h Introduce FullMergeV2 (eliminate memcpy from merge operators) 2016-07-20 09:49:03 -07:00