From: Robin H. Johnson Date: Mon, 7 Dec 2015 22:41:12 +0000 (-0800) Subject: qa/workunits/cephtool/test.sh: false positive fail on /tmp/obj1. X-Git-Tag: v10.0.2~81^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F6837%2Fhead;p=ceph.git qa/workunits/cephtool/test.sh: false positive fail on /tmp/obj1. If /tmp/obj1 happened to exist already, and was not writable by the testing user, then this test failed! Signed-off-by: Robin H. Johnson --- diff --git a/qa/workunits/cephtool/test.sh b/qa/workunits/cephtool/test.sh index 4929bb65266f..5b6fbf25c7f8 100755 --- a/qa/workunits/cephtool/test.sh +++ b/qa/workunits/cephtool/test.sh @@ -247,7 +247,7 @@ function test_tiering_agent() done $evicted # assert # the object is proxy read and promoted to the cache - rados -p $slow get obj1 /tmp/obj1 + rados -p $slow get obj1 - >/dev/null # wait for the promoted object to be evicted again evicted=false for i in 1 2 4 8 16 32 64 128 256 ; do