FS/XFS testing framework
 help / color / mirror / Atom feed
* [PATCH] ext4: Add default commit interval test
@ 2023-01-18  4:51 Wang Jianjian
  0 siblings, 0 replies; 9+ messages in thread
From: Wang Jianjian @ 2023-01-18  4:51 UTC (permalink / raw)
  To: fstests, linux-ext4, lczerner; +Cc: wangjianjian3, zhangzhikang1

Signed-off-by: Wang Jianjian <wangjianjian3@huawei.com>
---
 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


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH] ext4: Add default commit interval test
@ 2023-01-18  5:22 Wang Jianjian
  0 siblings, 0 replies; 9+ messages in thread
From: Wang Jianjian @ 2023-01-18  5:22 UTC (permalink / raw)
  To: fstests, linux-ext4, lczerner; +Cc: wangjianjian3, zhangzhikang1

Signed-off-by: Wang Jianjian <wangjianjian3@huawei.com>
---
 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


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH] ext4: Add default commit interval test
@ 2023-01-18  5:24 Wang Jianjian
  0 siblings, 0 replies; 9+ messages in thread
From: Wang Jianjian @ 2023-01-18  5:24 UTC (permalink / raw)
  To: fstests, linux-ext4, lczerner; +Cc: wangjianjian3, zhangzhikang1

Signed-off-by: Wang Jianjian <wangjianjian3@huawei.com>
---
 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


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH] ext4: Add default commit interval test
@ 2023-01-18  5:25 Wang Jianjian
  2023-01-18  5:27 ` wangjianjian (C)
  0 siblings, 1 reply; 9+ messages in thread
From: Wang Jianjian @ 2023-01-18  5:25 UTC (permalink / raw)
  To: fstests, linux-ext4, lczerner; +Cc: wangjianjian3, zhangzhikang1

Signed-off-by: Wang Jianjian <wangjianjian3@huawei.com>
---
 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


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [PATCH] ext4: Add default commit interval test
@ 2023-01-18  5:25 Wang Jianjian
  2023-02-09  9:02 ` wangjianjian (C)
  0 siblings, 1 reply; 9+ messages in thread
From: Wang Jianjian @ 2023-01-18  5:25 UTC (permalink / raw)
  To: fstests, linux-ext4, lczerner; +Cc: wangjianjian3, zhangzhikang1

Signed-off-by: Wang Jianjian <wangjianjian3@huawei.com>
---
 tests/ext4/053 | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/ext4/053 b/tests/ext4/053
index 4f20d217..f83fe1b1 100755
--- a/tests/ext4/053
+++ b/tests/ext4/053
@@ -450,6 +450,8 @@ for fstype in ext2 ext3 ext4; do
 	mnt bh removed
 	mnt nobh removed
 	not_ext2 mnt commit=7
+	# default commit interval won't show
+	not_ext2 mnt commit=0 ""
 	mnt min_batch_time=200
 	mnt max_batch_time=10000
 	only_ext4 mnt journal_checksum
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* Re: [PATCH] ext4: Add default commit interval test
  2023-01-18  5:25 Wang Jianjian
@ 2023-01-18  5:27 ` wangjianjian (C)
  2023-01-18 16:03   ` Zorro Lang
  0 siblings, 1 reply; 9+ messages in thread
From: wangjianjian (C) @ 2023-01-18  5:27 UTC (permalink / raw)
  To: fstests, linux-ext4, lczerner; +Cc: zhangzhikang1

Ignore, sorry for the traffic...

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] ext4: Add default commit interval test
  2023-01-18  5:27 ` wangjianjian (C)
@ 2023-01-18 16:03   ` Zorro Lang
  2023-01-19  0:38     ` wangjianjian (C)
  0 siblings, 1 reply; 9+ messages in thread
From: Zorro Lang @ 2023-01-18 16:03 UTC (permalink / raw)
  To: wangjianjian (C); +Cc: fstests, linux-ext4

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?

> 


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] ext4: Add default commit interval test
  2023-01-18 16:03   ` Zorro Lang
@ 2023-01-19  0:38     ` wangjianjian (C)
  0 siblings, 0 replies; 9+ messages in thread
From: wangjianjian (C) @ 2023-01-19  0:38 UTC (permalink / raw)
  To: Zorro Lang; +Cc: fstests, linux-ext4

Hi,
ignore those redundant patches.
Sorry for that.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [PATCH] ext4: Add default commit interval test
  2023-01-18  5:25 [PATCH] ext4: Add default commit interval test Wang Jianjian
@ 2023-02-09  9:02 ` wangjianjian (C)
  0 siblings, 0 replies; 9+ messages in thread
From: wangjianjian (C) @ 2023-02-09  9:02 UTC (permalink / raw)
  To: fstests, linux-ext4, lczerner

any comments?

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-02-09  9:02 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-01-18  5:25 [PATCH] ext4: Add default commit interval test Wang Jianjian
2023-02-09  9:02 ` wangjianjian (C)
  -- strict thread matches above, loose matches on Subject: below --
2023-01-18  5:25 Wang Jianjian
2023-01-18  5:27 ` wangjianjian (C)
2023-01-18 16:03   ` Zorro Lang
2023-01-19  0:38     ` wangjianjian (C)
2023-01-18  5:24 Wang Jianjian
2023-01-18  5:22 Wang Jianjian
2023-01-18  4:51 Wang Jianjian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox