From cd0c13bbf0860193f0fb6ad7e1919517e404841b Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Mon, 7 Dec 2015 14:41:12 -0800 Subject: [PATCH] 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 --- qa/workunits/cephtool/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3