• I
    [CF] WaitForFlush() instead of sleeping · 85b1b5e1
    Igor Canadi 提交于
    Summary: If we sleep for 300ms the test fails in valgrind because it takes more than 300ms to flush. This way we WaitForFlush() when we're expecting flush, but still sleep and check if the flush happens even though it's not supposed to.
    
    Test Plan: notest
    
    Reviewers: dhruba, haobo
    
    CC: leveldb
    
    Differential Revision: https://reviews.facebook.net/D16401
    85b1b5e1
column_family_test.cc 23.0 KB