From: Samuel Just Date: Tue, 11 Jun 2013 18:24:54 +0000 (-0700) Subject: store_test: create_collection prior to split X-Git-Tag: v0.65~103 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=256afa072dc3af0bf8d7495ed8a62e8b2e84adb0;p=ceph.git store_test: create_collection prior to split Fixes: #5310 Signed-off-by: Samuel Just Reviewed-by: David Zafman --- diff --git a/src/test/filestore/store_test.cc b/src/test/filestore/store_test.cc index 7631baa81c5..08f0b125e3d 100644 --- a/src/test/filestore/store_test.cc +++ b/src/test/filestore/store_test.cc @@ -777,6 +777,7 @@ void colsplittest( } { ObjectStore::Transaction t; + t.create_collection(tid); t.split_collection(cid, common_suffix_size+1, 0, tid); r = store->apply_transaction(t); ASSERT_EQ(r, 0);