]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
tests: CEPH_CLI_TEST_DUP_COMMAND=1 for qa/workunits/cephtool/test.sh 4738/head
authorLoic Dachary <ldachary@redhat.com>
Thu, 21 May 2015 14:45:07 +0000 (16:45 +0200)
committerLoic Dachary <ldachary@redhat.com>
Fri, 22 May 2015 08:16:37 +0000 (10:16 +0200)
commitab8e9e39c8f1e235eeae547787ae5984165476e5
tree993fd3a2c75262e7286a7864f685ab71b7342cd5
parent5c69f5e15fec2bbf65ab5680bc912ad436d5923a
tests: CEPH_CLI_TEST_DUP_COMMAND=1 for qa/workunits/cephtool/test.sh

Run cephtool-test-{mon,osd,mds}.sh with CEPH_CLI_TEST_DUP_COMMAND=1 to
detect idempotency related problems during make check. This is how
ceph-qa-suite/tasks/workunit.py will run
suites/rados/singleton/all/cephtool.yaml and it's easier to fix when
make check fails rather than later on when a fully populated rados suite
has one failed job.

http://tracker.ceph.com/issues/11618 Refs: #11618

Signed-off-by: Loic Dachary <ldachary@redhat.com>
src/test/cephtool-test-mds.sh
src/test/cephtool-test-mon.sh
src/test/cephtool-test-osd.sh