From patchwork Fri Jan 12 12:05:33 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zhang Yi X-Patchwork-Id: 10160365 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 1C3AA602D8 for ; Fri, 12 Jan 2018 11:59:50 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 010AC289A1 for ; Fri, 12 Jan 2018 11:59:50 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EA0B8289A8; Fri, 12 Jan 2018 11:59:49 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.9 required=2.0 tests=BAYES_00,RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 92676289A1 for ; Fri, 12 Jan 2018 11:59:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933334AbeALL7s (ORCPT ); Fri, 12 Jan 2018 06:59:48 -0500 Received: from szxga06-in.huawei.com ([45.249.212.32]:60810 "EHLO huawei.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S933286AbeALL7r (ORCPT ); Fri, 12 Jan 2018 06:59:47 -0500 Received: from DGGEMS412-HUB.china.huawei.com (unknown [172.30.72.59]) by Forcepoint Email with ESMTP id E6233EA80E48A; Fri, 12 Jan 2018 19:59:32 +0800 (CST) Received: from huawei.com (10.175.124.28) by DGGEMS412-HUB.china.huawei.com (10.3.19.212) with Microsoft SMTP Server id 14.3.361.1; Fri, 12 Jan 2018 19:59:24 +0800 From: "zhangyi (F)" To: , CC: , , , , , Subject: [PATCH v3 7/7] overlay/019: fix fs check failure Date: Fri, 12 Jan 2018 20:05:33 +0800 Message-ID: <20180112120533.6099-8-yi.zhang@huawei.com> X-Mailer: git-send-email 2.9.5 In-Reply-To: <20180112120533.6099-1-yi.zhang@huawei.com> References: <20180112120533.6099-1-yi.zhang@huawei.com> MIME-Version: 1.0 X-Originating-IP: [10.175.124.28] X-CFilter-Loop: Reflected Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP This is a stability test, fsstress will create a lot of orphan whiteouts in lowerdir, which will lead to inconsistency of overlay image and fs check failure. No need to check this manual craft file system, so just skip fs check. Signed-off-by: zhangyi (F) --- tests/overlay/019 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/overlay/019 b/tests/overlay/019 index 3e2bc4e..575aaf7 100755 --- a/tests/overlay/019 +++ b/tests/overlay/019 @@ -46,7 +46,7 @@ rm -f $seqres.full # real QA test starts here _supported_fs overlay _supported_os Linux -_require_scratch +_require_scratch_nocheck # Remove all files from previous tests _scratch_mkfs