]> git-server-git.apps.pok.os.sepia.ceph.com Git - rocksdb.git/commit
Make PartialCompactionFailure Test more robust again. rocksdb-3.7 v3.7
authorYueh-Hsuan Chiang <yhchiang@fb.com>
Fri, 7 Nov 2014 01:07:52 +0000 (17:07 -0800)
committerYueh-Hsuan Chiang <yhchiang@fb.com>
Fri, 7 Nov 2014 01:07:52 +0000 (17:07 -0800)
commit8d87467bb0c76012f70daba69d69299ff574a827
treec71df97845735cf86991341cd120b8cbbb45e491
parent64d302d304a87bd76e9bca4b1c08a368e58f0e26
Make PartialCompactionFailure Test more robust again.

Summary:
Make PartialCompactionFailure Test more robust again by
blocking background compaction until we simulate the
file creation error.

Test Plan:
export ROCKSDB_TESTS=PartialCompactionFailure
./db_test

Reviewers: sdong, igor, ljin

Reviewed By: ljin

Subscribers: dhruba, leveldb

Differential Revision: https://reviews.facebook.net/D28431
db/db_test.cc