• S
    db_stress: cover approximate size (#6213) · 79cc8dc2
    sdong 提交于
    Summary:
    db_stress to execute DB::GetApproximateSizes() with randomized keys and options. Return value is not validated but error will be reported.
    Two ways to generate the range keys: (1) two random keys; (2) a small range.
    Pull Request resolved: https://github.com/facebook/rocksdb/pull/6213
    
    Test Plan: (1) run "make crash_test" for a while; (2) hack the code to ingest some errors to see it is reported.
    
    Differential Revision: D19204665
    
    fbshipit-source-id: 652db36f13bcb5a3bd8fe4a10c0aa22a77a0bce2
    79cc8dc2
db_stress_common.h 17.4 KB