• H
    Fix test failure of reduce_num_levels · c64796fd
    heyongqiang 提交于
    Summary:
    I changed the reduce_num_levels logic to avoid "compactRange()" call if the current number of levels in use (levels that contain files) is smaller than the new num of levels.
    And that change breaks the assert in reduce_levels_test
    
    Test Plan: run reduce_levels_test
    
    Reviewers: dhruba, MarkCallaghan
    
    Reviewed By: dhruba
    
    CC: emayanke, sheki
    
    Differential Revision: https://reviews.facebook.net/D6651
    c64796fd
reduce_levels_test.cc 4.7 KB