On Fri, 11 Aug 2017, Xuehan Xu wrote: > Do I have to first deploy a ceph test cluster manually to run those > ceph_test_XXX runnables ? Something like ../src/vstart.sh -d -n -x -l will do. sage > > On 9 August 2017 at 22:06, Xuehan Xu <xxhdx1985126@xxxxxxxxx> wrote: > > OK, I got it, thank you:-) > > > > On 9 August 2017 at 22:04, Sage Weil <sage@xxxxxxxxxxxx> wrote: > >> On Wed, 9 Aug 2017, Xuehan Xu wrote: > >>> Hi, everyone. > >>> > >>> I'm trying to write a new test case in tier.cc. However, when I try to > >>> test that test case by running "make check", it seems that "make > >>> check" only run ceph_test_object_map, no other "ceph_test_XXX" > >>> runnables are run including "ceph_test_rados_api_tier". Why? And how > >>> to run other ceph_test_XXX runnables? > >> > >> ../src/vstart.sh -d -n -x -l > >> bin/ceph_test_rados_api_tier > >> > >> or probably more like > >> > >> CEPH_ARGS="--log-file c --no-log-to-stderr --debug-ms=1 ..." bin/ceph_test_rados_api_tier > >> > >> It's also run as part of qa/workunits/rados/test.sh by teuthology. You > >> can run that fully battery of tests with > >> > >> PATH=$PATH:bin ../qa/workunits/rados/test.sh > >> > >> sage > >> > > -- To unsubscribe from this list: send the line "unsubscribe ceph-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html