From 59c1e1690e0143e41c52ec70e686d0848733176b Mon Sep 17 00:00:00 2001 From: Michal Berger Date: Wed, 19 Aug 2020 12:35:26 +0200 Subject: [PATCH] test/dd: Lower the number of block size tests These tests take significant amount of time on bare-metal systems causing some random timeouts in the CI pool. Reclaim some time by lowering the number of test iterations. Change-Id: Id70e00230e0e49dc0f2f1ccc4d499420fc84d7dd Signed-off-by: Michal Berger Reviewed-on: https://review.spdk.io/gerrit/c/spdk/spdk/+/3843 Community-CI: Mellanox Build Bot Tested-by: SPDK CI Jenkins Reviewed-by: Ben Walker Reviewed-by: Jim Harris Reviewed-by: Tomasz Zawadzki --- test/dd/basic_rw.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/dd/basic_rw.sh b/test/dd/basic_rw.sh index 66b206195..ff86fd84e 100755 --- a/test/dd/basic_rw.sh +++ b/test/dd/basic_rw.sh @@ -10,7 +10,7 @@ basic_rw() { qds=(1 64) # Generate some bs for tests based on the native_bs - for bs in {0..4}; do + for bs in {0..2}; do bss+=($((native_bs << bs))) done