• X
    Fix unit tests for universal compaction (step 2) · 8ae905ed
    Xing Jin 提交于
    Summary:
    Continue fixing existing unit tests for universal compaction. I have
    tried to apply universal compaction to all unit tests those haven't
    called ChangeOptions(). I left a few which are either apparently not
    applicable to universal compaction (because they check files/keys/values
    at level 1 or above levels), or apparently not related to compaction
    (e.g., open a file, open a db).
    
    I also add a new unit test for universal compaction.
    
    Good news is I didn't see any bugs during this round.
    
    Test Plan: Ran "make all check" yesterday. Has rebased and is rerunning
    
    Reviewers: haobo, dhruba
    
    Differential Revision: https://reviews.facebook.net/D12135
    8ae905ed
db_test.cc 109.0 KB