From patchwork Wed Jan 18 05:25:49 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: "wangjianjian (C)" X-Patchwork-Id: 1727954 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@legolas.ozlabs.org Authentication-Results: legolas.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=ozlabs.org (client-ip=150.107.74.76; helo=gandalf.ozlabs.org; envelope-from=srs0=7g4q=5p=vger.kernel.org=linux-ext4-owner@ozlabs.org; receiver=) Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-384)) (No client certificate requested) by legolas.ozlabs.org (Postfix) with ESMTPS id 4NxZ4m6Y1fz23gM for ; Wed, 18 Jan 2023 16:26:48 +1100 (AEDT) Received: from gandalf.ozlabs.org (gandalf.ozlabs.org [150.107.74.76]) by gandalf.ozlabs.org (Postfix) with ESMTP id 4NxZ4m64dgz4xG5 for ; Wed, 18 Jan 2023 16:26:48 +1100 (AEDT) Received: by gandalf.ozlabs.org (Postfix) id 4NxZ4m62hwz4xwl; Wed, 18 Jan 2023 16:26:48 +1100 (AEDT) Delivered-To: patchwork-incoming@ozlabs.org Authentication-Results: gandalf.ozlabs.org; dmarc=fail (p=quarantine dis=none) header.from=huawei.com Authentication-Results: gandalf.ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=vger.kernel.org (client-ip=2620:137:e000::1:20; helo=out1.vger.email; envelope-from=linux-ext4-owner@vger.kernel.org; receiver=) Received: from out1.vger.email (out1.vger.email [IPv6:2620:137:e000::1:20]) by gandalf.ozlabs.org (Postfix) with ESMTP id 4NxZ4m5ybFz4xG5 for ; Wed, 18 Jan 2023 16:26:48 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229681AbjARF0q (ORCPT ); Wed, 18 Jan 2023 00:26:46 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40838 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229684AbjARF0F (ORCPT ); Wed, 18 Jan 2023 00:26:05 -0500 Received: from szxga08-in.huawei.com (szxga08-in.huawei.com [45.249.212.255]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B4D5254B21; Tue, 17 Jan 2023 21:25:52 -0800 (PST) Received: from canpemm500009.china.huawei.com (unknown [172.30.72.57]) by szxga08-in.huawei.com (SkyGuard) with ESMTP id 4NxZ1f5H3dz16Mpf; Wed, 18 Jan 2023 13:24:06 +0800 (CST) Received: from huawei.com (10.113.189.238) by canpemm500009.china.huawei.com (7.192.105.203) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.2375.34; Wed, 18 Jan 2023 13:25:49 +0800 From: Wang Jianjian To: , , CC: , Subject: [PATCH] ext4: Add default commit interval test Date: Wed, 18 Jan 2023 13:25:49 +0800 Message-ID: <20230118052549.4068332-1-wangjianjian3@huawei.com> X-Mailer: git-send-email 2.32.0 MIME-Version: 1.0 X-Originating-IP: [10.113.189.238] X-ClientProxiedBy: dggems701-chm.china.huawei.com (10.3.19.178) To canpemm500009.china.huawei.com (7.192.105.203) X-CFilter-Loop: Reflected X-Spam-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED, SPF_HELO_NONE,SPF_PASS autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on lindbergh.monkeyblade.net Precedence: bulk List-ID: X-Mailing-List: linux-ext4@vger.kernel.org Signed-off-by: Wang Jianjian --- 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