2023-01-18 05:44:50

by wangjianjian (C)

[permalink] [raw]
Subject: [PATCH] ext4: Add default commit interval test

Signed-off-by: Wang Jianjian <[email protected]>
---
tests/ext4/053 | 1 +
1 file changed, 1 insertion(+)

diff --git a/tests/ext4/053 b/tests/ext4/053
index 4f20d217..edd8ee0c 100755
--- a/tests/ext4/053
+++ b/tests/ext4/053
@@ -450,6 +450,7 @@ for fstype in ext2 ext3 ext4; do
mnt bh removed
mnt nobh removed
not_ext2 mnt commit=7
+ not_ext2 mnt commit=0 commit=5
mnt min_batch_time=200
mnt max_batch_time=10000
only_ext4 mnt journal_checksum
--
2.32.0


2023-01-18 05:45:38

by wangjianjian (C)

[permalink] [raw]
Subject: Re: [PATCH] ext4: Add default commit interval test

Ignore, sorry for the traffic...

2023-01-18 16:12:27

by Zorro Lang

[permalink] [raw]
Subject: Re: [PATCH] ext4: Add default commit interval test

On Wed, Jan 18, 2023 at 01:27:05PM +0800, wangjianjian (C) wrote:
> Ignore, sorry for the traffic...

Do you mean ignore those redundant patches, or ignore this change itself?

>

2023-01-19 00:43:30

by wangjianjian (C)

[permalink] [raw]
Subject: Re: [PATCH] ext4: Add default commit interval test

Hi,
ignore those redundant patches.
Sorry for that.