[Ocfs2-test-devel] [PATCH 39/59] backup super test: make test fast

Eric Ren zren at suse.com
Tue Sep 22 21:41:48 PDT 2015


Reviewed-by: Eric Ren <zren at suse.com>

On Mon, Sep 14, 2015 at 10:44:25AM +0800, Junxiao Bi wrote: 
> This test run over 10 hours in my env, remove some tests for special cluster
> size and block size to make the test fast.
> 
> Signed-off-by: Junxiao Bi <junxiao.bi at oracle.com>
> ---
>  programs/backup_super/test_backup_super.sh |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/programs/backup_super/test_backup_super.sh b/programs/backup_super/test_backup_super.sh
> index 5fa8db7..ed7c94b 100755
> --- a/programs/backup_super/test_backup_super.sh
> +++ b/programs/backup_super/test_backup_super.sh
> @@ -376,10 +376,10 @@ function volume_small_test()
>  ##################################
>  function normal_test()
>  {
> -	for blocksize in 512 1024 2048 4096
> +	for blocksize in 512 4096
>  	do
>  		for clustersize in \
> -			4096 8192 16384 32768 65536 131072 262144 524288 1048576
> +			4096 32768 1048576
>  		do
>  
>  			vol_byte_size=$FIRST_BACKUP_OFF
> -- 
> 1.7.9.5
> 
> 
> _______________________________________________
> Ocfs2-test-devel mailing list
> Ocfs2-test-devel at oss.oracle.com
> https://oss.oracle.com/mailman/listinfo/ocfs2-test-devel
> 



More information about the Ocfs2-test-devel mailing list