rocksdb/utilities/blob_db
Yi Wu 7a380deff7 Update blob_db_test
Summary:
I'm trying to improve unit test of blob db. I'm rewriting blob db test. In this patch:
* Rewrite tests of basic put/write/delete operations.
* Add disable_background_tasks to BlobDBOptionsImpl to allow me not running any background job for basic unit tests.
* Move DestroyBlobDB out from BlobDBImpl to be a standalone function.
* Remove all garbage collection related tests. Will rewrite them in following patch.
* Disabled compression test since it is failing. Will fix in a followup patch.
Closes https://github.com/facebook/rocksdb/pull/2446

Differential Revision: D5243306

Pulled By: yiwu-arbug

fbshipit-source-id: 157c71ad3b699307cb88baa3830e9b6e74f8e939
2017-06-14 13:12:34 -07:00
..
blob_db.cc Blob storage pr 2017-05-10 15:14:44 -07:00
blob_db.h Update blob_db_test 2017-06-14 13:12:34 -07:00
blob_db_impl.cc Update blob_db_test 2017-06-14 13:12:34 -07:00
blob_db_impl.h Update blob_db_test 2017-06-14 13:12:34 -07:00
blob_db_options_impl.cc Update blob_db_test 2017-06-14 13:12:34 -07:00
blob_db_options_impl.h Update blob_db_test 2017-06-14 13:12:34 -07:00
blob_db_test.cc Update blob_db_test 2017-06-14 13:12:34 -07:00
blob_dump_tool.cc Fix build errors in blob_dump_tool with GCC 4.8 2017-05-24 00:11:36 -07:00
blob_dump_tool.h Simple blob file dumper 2017-05-23 10:42:59 -07:00
blob_file.cc Simple blob file dumper 2017-05-23 10:42:59 -07:00
blob_log_format.cc Simple blob file dumper 2017-05-23 10:42:59 -07:00
blob_log_format.h Simple blob file dumper 2017-05-23 10:42:59 -07:00
blob_log_reader.cc Simple blob file dumper 2017-05-23 10:42:59 -07:00
blob_log_reader.h Simple blob file dumper 2017-05-23 10:42:59 -07:00
blob_log_writer.cc Blob storage pr 2017-05-10 15:14:44 -07:00
blob_log_writer.h Blob storage pr 2017-05-10 15:14:44 -07:00