From eace4398cb163a670ff6bbd657de9aa5c917fcb9 Mon Sep 17 00:00:00 2001 From: Colin Patrick McCabe Date: Fri, 7 Jan 2011 15:01:42 -0800 Subject: [PATCH] test_split.sh: add many_pools test Signed-off-by: Colin McCabe --- src/test/test_split.sh | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/test/test_split.sh b/src/test/test_split.sh index e0d0ed1cd3688..9211feabc08b3 100755 --- a/src/test/test_split.sh +++ b/src/test/test_split.sh @@ -50,6 +50,14 @@ split1() { split1_impl } +many_pools() { + setup 3 + for i in `seq 1 3000`; do + ./rados mkpool "pool${i}" || die "mkpool failed" + done + my_write_objects 1 10 +} + run() { split1 || die "test failed" } -- 2.39.5