From patchwork Sat Oct 27 08:48:38 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Filipe Manana X-Patchwork-Id: 10658291 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 48A9614BD for ; Sat, 27 Oct 2018 08:48:46 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 2FA6B2BD16 for ; Sat, 27 Oct 2018 08:48:46 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 237582BD21; Sat, 27 Oct 2018 08:48:46 +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=-8.0 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,MAILING_LIST_MULTI,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 427C32BD21 for ; Sat, 27 Oct 2018 08:48:44 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728281AbeJ0R24 (ORCPT ); Sat, 27 Oct 2018 13:28:56 -0400 Received: from mail.kernel.org ([198.145.29.99]:44638 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726610AbeJ0R24 (ORCPT ); Sat, 27 Oct 2018 13:28:56 -0400 Received: from localhost.localdomain (bl8-197-74.dsl.telepac.pt [85.241.197.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 2D2B32075D for ; Sat, 27 Oct 2018 08:48:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1540630122; bh=EwVij9jUoLSEGeBb6BZfGRXBLolds6HKwXgy7mcPGH0=; h=From:To:Subject:Date:From; b=m8SpKITWzL8F2bQjCQowUQMS2saVsbXQT3jUspXagMbSLQtdOfuH45jrUtZE+xbHf M1CQXouqNd5CGDHdrXT5BM1WrZP4adxI1XO4YAJmqXWwwRTRnC13sXb28vWHKelvxg hmjNfjWF/p/FqaBtMHFYbKYxx4tQphTlQtXAVN2E= From: fdmanana@kernel.org To: fstests@vger.kernel.org Subject: [PATCH 1/2] btrfs: fix classification of a couple btrfs tests Date: Sat, 27 Oct 2018 09:48:38 +0100 Message-Id: <20181027084838.1903-1-fdmanana@kernel.org> X-Mailer: git-send-email 2.11.0 Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Filipe Manana Test btrfs/108 does not test collapse, in fact btrfs does not even support the fallocate collapse operation, so remove it. Test btrfs/159 does not test collapse either, it tests hole punching, so replace the collapse group with the punch group. Signed-off-by: Filipe Manana --- tests/btrfs/group | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/btrfs/group b/tests/btrfs/group index 45782565..3ea84b1c 100644 --- a/tests/btrfs/group +++ b/tests/btrfs/group @@ -110,7 +110,7 @@ 105 auto quick send 106 auto quick clone compress 107 auto quick prealloc -108 auto quick send clone punch collapse +108 auto quick send clone punch 109 auto quick send clone compress 110 auto quick send 111 auto quick send @@ -161,7 +161,7 @@ 156 auto quick trim 157 auto quick raid 158 auto quick raid scrub -159 auto quick collapse +159 auto quick punch 160 auto quick 161 auto quick volume 162 auto quick volume