[Ocfs2-test-devel] [PATCH 57/59] discontig: remove some block/cluster test

Junxiao Bi junxiao.bi at oracle.com
Sun Sep 13 19:44:43 PDT 2015


For large cluster size, consume all extents in extent_alloc:000X needs too
much disk space, that makes impossible for a disk with smaller space enable
discontig extent block group. Also remove some other block/cluster test to
improve test speed.

Signed-off-by: Junxiao Bi <junxiao.bi at oracle.com>
---
 programs/discontig_bg_test/discontig_runner.sh |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/programs/discontig_bg_test/discontig_runner.sh b/programs/discontig_bg_test/discontig_runner.sh
index 0e4d4c2..38637d2 100755
--- a/programs/discontig_bg_test/discontig_runner.sh
+++ b/programs/discontig_bg_test/discontig_runner.sh
@@ -1260,8 +1260,8 @@ f_LogRunMsg ${RUN_LOG_FILE} "=====================Discontiguous block group test
 f_LogMsg ${LOG_FILE} "=====================Discontiguous block groups tests start:  `date`\
 ====================="
 
-for BLOCKSIZE in 512 1024 2048 4096;do
-	for CLUSTERSIZE in 4096 8192 32768 1048576;do
+for BLOCKSIZE in 512 4096;do
+	for CLUSTERSIZE in 4096 8192;do
 		f_LogRunMsg ${RUN_LOG_FILE} "<- Running test with ${BLOCKSIZE} \
 bs and ${CLUSTERSIZE} cs ->\n"
 		f_LogMsg ${LOG_FILE} "<- Running test with ${BLOCKSIZE} bs \
-- 
1.7.9.5




More information about the Ocfs2-test-devel mailing list