Skip to content

Commit

Permalink
Merge pull request #9973 from xiexingguo/xxg-wip-fix-blob-ut-failure
Browse files Browse the repository at this point in the history
os/bluestore: fix ut failure due to incorrect test instance

Reviewed-by: Sage Weil <sage@redhat.com>
  • Loading branch information
liewegas committed Jun 28, 2016
2 parents 0fd11ec + b0d354c commit 5a8070f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/os/bluestore/bluestore_types.cc
Expand Up @@ -506,7 +506,6 @@ void bluestore_blob_t::generate_test_instances(list<bluestore_blob_t*>& ls)
ls.back()->ref_map.get(3, 5);
ls.back()->add_unused(0, 3, 4096);
ls.back()->add_unused(8, 8, 4096);
ls.back()->add_unused(80, 8192-1, 4096);
ls.back()->extents.emplace_back(bluestore_pextent_t(0x40100000, 0x10000));
ls.back()->extents.emplace_back(
bluestore_pextent_t(bluestore_pextent_t::INVALID_OFFSET, 0x1000));
Expand Down

0 comments on commit 5a8070f

Please sign in to comment.