From: Sage Weil Date: Fri, 16 Jan 2015 17:04:21 +0000 (-0800) Subject: unittest_crush: rename straw tests X-Git-Tag: v0.93~161^2~7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6e084f626c29db0180fb6ea9c7d5159e892e75f0;p=ceph.git unittest_crush: rename straw tests Signed-off-by: Sage Weil --- diff --git a/src/test/crush/crush.cc b/src/test/crush/crush.cc index 924647f51e97..cb0226d164be 100644 --- a/src/test/crush/crush.cc +++ b/src/test/crush/crush.cc @@ -251,7 +251,7 @@ TEST(CRUSH, indep_out_progressive) { delete c; } -TEST(CrushWrapper, straw_zero) { +TEST(CRUSH, straw_zero) { // zero weight items should have no effect on placement. CrushWrapper *c = new CrushWrapper; @@ -303,7 +303,7 @@ TEST(CrushWrapper, straw_zero) { } } -TEST(CrushWrapper, straw_same) { +TEST(CRUSH, straw_same) { // items with the same weight should map about the same as items // with very similar weights. //