]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
test/test_rados_tool.sh: force rados bench rand and seq
authorPiotr Dałek <piotr.dalek@ts.fujitsu.com>
Thu, 3 Mar 2016 13:40:44 +0000 (14:40 +0100)
committerPiotr Dałek <piotr.dalek@ts.fujitsu.com>
Thu, 3 Mar 2016 16:47:18 +0000 (17:47 +0100)
This forces rados bench rand and seq to execute, so if there's
a regression in any of above, it won't go unnoticed.

Fixes: #14974
Signed-off-by: Piotr Dałek <piotr.dalek@ts.fujitsu.com>
src/test/test_rados_tool.sh

index afd5f91a938d3b693943aa590f4e431f1dd08bb6..17996fb7ac96c044afa8dd6c75d1326e8abb447a 100755 (executable)
@@ -261,6 +261,8 @@ run_expect_fail "$RADOS_TOOL" mkpool delete_me_mkpool_test3 0 0k
 
 run_expect_succ "$RADOS_TOOL" --pool "$POOL" bench 1 write
 run_expect_fail "$RADOS_TOOL" --pool "$POOL" bench 1k write
+run_expect_succ "$RADOS_TOOL" --pool "$POOL" bench 1 rand
+run_expect_succ "$RADOS_TOOL" --pool "$POOL" bench 1 seq
 
 
 echo "SUCCESS!"