Skip to content

Commit

Permalink
qa/workunits/cephtool/test.sh: false positive fail on /tmp/obj1.
Browse files Browse the repository at this point in the history
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 <robin.johnson@dreamhost.com>
  • Loading branch information
Robin H. Johnson committed Dec 7, 2015
1 parent 0a883a4 commit b23a19e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qa/workunits/cephtool/test.sh
Expand Up @@ -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 $TMPFILE
# wait for the promoted object to be evicted again
evicted=false
for i in 1 2 4 8 16 32 64 128 256 ; do
Expand Down

0 comments on commit b23a19e

Please sign in to comment.