From: Kefu Chai Date: Mon, 11 Jul 2016 03:29:05 +0000 (+0800) Subject: ceph_test_rados_api_tmap_migrate: remove test for tmap_upgrade X-Git-Tag: ses5-milestone5~449^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F10234%2Fhead;p=ceph.git ceph_test_rados_api_tmap_migrate: remove test for tmap_upgrade the tested feature was removed in ad6cc41 > tmap_upgrade was only for Jewel, so remove it for Kraken. Signed-off-by: Kefu Chai --- diff --git a/src/test/librados/tmap_migrate.cc b/src/test/librados/tmap_migrate.cc index 98be69a1128f..7231984136de 100644 --- a/src/test/librados/tmap_migrate.cc +++ b/src/test/librados/tmap_migrate.cc @@ -44,12 +44,6 @@ TEST_F(TmapMigratePP, DataScan) { omap_kvs.insert({"tasty", omap_val}); ASSERT_EQ(0, ioctx.omap_set("10000000001.00000000", omap_kvs)); - DataScan ds; - ASSERT_EQ(0, ds.init()); - int r = ds.main({"tmap_upgrade", pool_name.c_str()}); - ASSERT_EQ(r, 0); - ds.shutdown(); - // Check that the TMAP object is now an omap object std::map read_vals; ASSERT_EQ(0, ioctx.omap_get_vals("10000000000.00000000", "", 1, &read_vals));