Skip to content

Commit

Permalink
Merge pull request #12684 from xiexingguo/xxg-wip-fix-onodesizetracking
Browse files Browse the repository at this point in the history
os/bluestore: fix OnodeSizeTracking testing

Reviewed-by: Sage Weil <sage@redhat.com>
  • Loading branch information
liewegas committed Dec 29, 2016
2 parents 020fd24 + 1d97862 commit 5c1c3c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/objectstore/store_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5596,7 +5596,6 @@ TEST_P(StoreTest, OnodeSizeTracking) {
uint64_t total_bytes, total_bytes2;
uint64_t total_onodes;
get_mempool_stats(&total_bytes, &total_onodes);
ASSERT_EQ(total_bytes, 0u);
ASSERT_EQ(total_onodes, 0u);

{
Expand Down

0 comments on commit 5c1c3c0

Please sign in to comment.