From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay3.corp.sgi.com [198.149.34.15]) by oss.sgi.com (Postfix) with ESMTP id 12ABD29DF8 for ; Sun, 12 Jan 2014 21:26:57 -0600 (CST) Received: from cuda.sgi.com (cuda1.sgi.com [192.48.157.11]) by relay3.corp.sgi.com (Postfix) with ESMTP id 9468AAC001 for ; Sun, 12 Jan 2014 19:26:56 -0800 (PST) Received: from ipmail05.adl6.internode.on.net (ipmail05.adl6.internode.on.net [150.101.137.143]) by cuda.sgi.com with ESMTP id ucosnXGJ6rVWBHb3 for ; Sun, 12 Jan 2014 19:26:54 -0800 (PST) Date: Mon, 13 Jan 2014 14:26:50 +1100 From: Dave Chinner Subject: Re: [PATCH] xfstests: Add pairing mount options test Message-ID: <20140113032650.GH3469@dastard> References: <1389162648-19309-1-git-send-email-quwenruo@cn.fujitsu.com> <52D01CA9.4040107@sandeen.net> <52D33F92.2000609@cn.fujitsu.com> <52D342F0.5020402@sandeen.net> <20140113015239.GD3469@dastard> <52D34EBD.4020508@cn.fujitsu.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <52D34EBD.4020508@cn.fujitsu.com> List-Id: XFS Filesystem from SGI List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: xfs-bounces@oss.sgi.com Sender: xfs-bounces@oss.sgi.com To: Qu Wenruo Cc: Eric Sandeen , Eric Sandeen , linux-btrfs , xfs@oss.sgi.com On Mon, Jan 13, 2014 at 10:26:05AM +0800, Qu Wenruo wrote: > On mon, 13 Jan 2014 12:52:39 +1100, Dave Chinner wrote: > >On Sun, Jan 12, 2014 at 07:35:44PM -0600, Eric Sandeen wrote: > >>I won't say no to this, but it seems to be of somewhat limited use. > >What happens to the test when mount options are deprecated/removed? > >How are we going to handle the matrix of testable/untestable mount > >options across kernels with different mount option support? > In my opinion,there may be two ways to deal it: > 1) Introduce up_limit_kver and down_limit_kver to *every* mount option. > If needed also add deprecated flags. Both of which are messy, and kernel version number checks don't work with vendor kernels that have stuff back ported to them. > This method will introduce more effort tomaintain the test case, but > due to the small codes and > relativly less changes in mount options, I consider it as an > acceptable method. What you are saying is that such a test will require constant maintenance from upstream developers to keep working across all the kernels that btrfs supports. When combined with Eric's comments that it doesn't test the functionality and so has relatively little benefit in terms of improving code coverage, it doesn't paint a pretty picture. So from that point of view, I'd say no to such a test. > It would be quite nice if any one can provide any better idea. Write a test for each individual feature that exercises and validates that feature in some way. Part of a functional test would be to test that the mount options for that function do what they are intended to do. Eric suggested the same thing (though in a different way). Cheers, Dave. -- Dave Chinner david@fromorbit.com _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs