From patchwork Tue Mar 21 09:18:03 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Zorro Lang X-Patchwork-Id: 9636293 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 E8023601E9 for ; Tue, 21 Mar 2017 09:18:11 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 033132623D for ; Tue, 21 Mar 2017 09:18:12 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id EC48227D5D; Tue, 21 Mar 2017 09:18:11 +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 981152623D for ; Tue, 21 Mar 2017 09:18:11 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757077AbdCUJSL (ORCPT ); Tue, 21 Mar 2017 05:18:11 -0400 Received: from mx1.redhat.com ([209.132.183.28]:58566 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756536AbdCUJSL (ORCPT ); Tue, 21 Mar 2017 05:18:11 -0400 Received: from smtp.corp.redhat.com (int-mx03.intmail.prod.int.phx2.redhat.com [10.5.11.13]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id C661B3B731 for ; Tue, 21 Mar 2017 09:18:10 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mx1.redhat.com C661B3B731 Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; dmarc=none (p=none dis=none) header.from=redhat.com Authentication-Results: ext-mx06.extmail.prod.ext.phx2.redhat.com; spf=pass smtp.mailfrom=zlang@redhat.com DKIM-Filter: OpenDKIM Filter v2.11.0 mx1.redhat.com C661B3B731 Received: from dhcp-12-168.nay.redhat.com (unknown [10.66.12.168]) by smtp.corp.redhat.com (Postfix) with ESMTP id 16A9A77BE6 for ; Tue, 21 Mar 2017 09:18:09 +0000 (UTC) From: Zorro Lang To: fstests@vger.kernel.org Subject: [PATCH v5 2/2] xfs/068: skip new fsstress operations mwrite and mread Date: Tue, 21 Mar 2017 17:18:03 +0800 Message-Id: <1490087883-24453-2-git-send-email-zlang@redhat.com> In-Reply-To: <1490087883-24453-1-git-send-email-zlang@redhat.com> References: <1490087883-24453-1-git-send-email-zlang@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.5.11.13 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.30]); Tue, 21 Mar 2017 09:18:10 +0000 (UTC) Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The output of x/068 will be perturbed by new fsstress operations. For keep away breaking x/068's golden image, skip mread and mwrite which are brought in by a new fsstress patch. Reported-by: Eryu Guan Signed-off-by: Zorro Lang --- tests/xfs/068 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/xfs/068 b/tests/xfs/068 index 4dac95e..568ba60 100755 --- a/tests/xfs/068 +++ b/tests/xfs/068 @@ -44,7 +44,7 @@ _supported_fs xfs _supported_os Linux # need to ensure new fsstress operations don't perturb expected output -FSSTRESS_AVOID="-f insert=0 $FSSTRESS_AVOID" +FSSTRESS_AVOID="-f insert=0 -f mwrite=0 -f mread=0 $FSSTRESS_AVOID" _create_dumpdir_stress_num 4096 _do_dump_restore