From patchwork Sat May 19 21:47:19 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Theodore Ts'o X-Patchwork-Id: 10413037 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 AFF5960353 for ; Sat, 19 May 2018 21:47:26 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 92D6E28687 for ; Sat, 19 May 2018 21:47:26 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 84A0D2868D; Sat, 19 May 2018 21:47:26 +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=-7.8 required=2.0 tests=BAYES_00,DKIM_SIGNED, MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI, T_DKIM_INVALID 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 E495128687 for ; Sat, 19 May 2018 21:47:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752553AbeESVrZ (ORCPT ); Sat, 19 May 2018 17:47:25 -0400 Received: from imap.thunk.org ([74.207.234.97]:56268 "EHLO imap.thunk.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752546AbeESVrY (ORCPT ); Sat, 19 May 2018 17:47:24 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=thunk.org; s=ef5046eb; h=Message-Id:Date:Subject:Cc:To:From:Sender:Reply-To: MIME-Version:Content-Type:Content-Transfer-Encoding:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:In-Reply-To:References:List-Id:List-Help:List-Unsubscribe: List-Subscribe:List-Post:List-Owner:List-Archive; bh=0iHgOBh2icTqkEceiVdf8QOfvypFP+2QX3eVY0L71Eg=; b=ccZH/Ko4WQAWkCo62wHCVz4jGz O5TN3ajZLmki23aBIuAWc5Sua9Sf0uikjkcMXP4rMOLc0y7VNgOZ4e3xAedXy1YV8H38hj9huu3Cs A9tmnhAQhlyB3F/UnrIlnwNh50RBigB9ApsXGdv6I9DkylpxrqanFJ9OlwRM0PHyOD14=; Received: from root (helo=callcc.thunk.org) by imap.thunk.org with local-esmtp (Exim 4.89) (envelope-from ) id 1fK9hC-0007VR-SL; Sat, 19 May 2018 21:47:22 +0000 Received: by callcc.thunk.org (Postfix, from userid 15806) id C02717A5C80; Sat, 19 May 2018 17:47:21 -0400 (EDT) From: Theodore Ts'o To: fstests@vger.kernel.org Cc: Theodore Ts'o Subject: [PATCH] generic: add tests 405 and 459 to the group 'thin' Date: Sat, 19 May 2018 17:47:19 -0400 Message-Id: <20180519214719.14821-1-tytso@mit.edu> X-Mailer: git-send-email 2.16.1.72.g5be1f00a9a X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: tytso@thunk.org X-SA-Exim-Scanned: No (on imap.thunk.org); SAEximRunCond expanded to false Sender: fstests-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: fstests@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Currently the only test in group 'thin' is 347. On some recent kernels tests that use dm-thin causing kernel crashes, so it's useful to be able to be exclude all tests that use dm-thin. Signed-off-by: Theodore Ts'o --- tests/generic/group | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/generic/group b/tests/generic/group index 65152cf6..5588a596 100644 --- a/tests/generic/group +++ b/tests/generic/group @@ -407,7 +407,7 @@ 402 auto quick rw 403 auto quick attr 404 auto quick insert -405 auto mkfs +405 auto mkfs thin 406 auto quick 407 auto quick clone metadata 408 auto quick clone dedupe metadata @@ -461,7 +461,7 @@ 456 auto quick metadata 457 auto log replay clone 458 auto quick clone -459 auto +459 auto thin 460 auto quick rw 461 auto shutdown stress 462 auto quick dax