Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

os/bluestore: fix OnodeSizeTracking testing #12684

Merged
merged 1 commit into from
Dec 29, 2016

Commits on Dec 28, 2016

  1. os/bluestore: fix OnodeSizeTracking testing

    [  FAILED  ] 1 test, listed below:
    [  FAILED  ] ObjectStore/StoreTest.OnodeSizeTracking/2, where GetParam() = "bluestore"
    
     1 FAILED TEST
    
    The above test failure happens as the bluestore mount() process
    will try to load all collections and put them into the coll_map,
    which will be also tracked as mempool::bluestore_meta_other.
    So total_bytes from mempool won't be equal to zero.
    
    Signed-off-by: xie xingguo <xie.xingguo@zte.com.cn>
    xiexingguo committed Dec 28, 2016
    Configuration menu
    Copy the full SHA
    1d97862 View commit details
    Browse the repository at this point in the history