rocksdb/utilities/document
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
..
document_db_test.cc Per-thread unique test db names (#4135) 2018-07-13 17:27:39 -07:00
document_db.cc Comment out unused variables 2018-03-05 13:13:41 -08:00
json_document_builder.cc Change RocksDB License 2017-07-15 16:11:23 -07:00
json_document_test.cc fix memory leak in two_level_iterator 2018-04-15 17:26:26 -07:00
json_document.cc Suppress unused warnings 2018-02-02 12:27:07 -08:00