From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from relay.sgi.com (relay1.corp.sgi.com [137.38.102.111]) by oss.sgi.com (Postfix) with ESMTP id 0EF437F6F for ; Fri, 21 Feb 2014 12:47:52 -0600 (CST) Received: from cuda.sgi.com (cuda1.sgi.com [192.48.157.11]) by relay1.corp.sgi.com (Postfix) with ESMTP id CBE598F8052 for ; Fri, 21 Feb 2014 10:47:48 -0800 (PST) Received: from mx1.redhat.com (mx1.redhat.com [209.132.183.28]) by cuda.sgi.com with ESMTP id 3rU7iqEzStvy8diT for ; Fri, 21 Feb 2014 10:47:47 -0800 (PST) Received: from int-mx11.intmail.prod.int.phx2.redhat.com (int-mx11.intmail.prod.int.phx2.redhat.com [10.5.11.24]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s1LIllfV016242 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 21 Feb 2014 13:47:47 -0500 Received: from liberator.sandeen.net (ovpn01.gateway.prod.ext.phx2.redhat.com [10.5.9.1]) by int-mx11.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s1LIljWv016255 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES128-SHA bits=128 verify=NO) for ; Fri, 21 Feb 2014 13:47:46 -0500 Message-ID: <53079F51.2050406@redhat.com> Date: Fri, 21 Feb 2014 12:47:45 -0600 From: Eric Sandeen MIME-Version: 1.0 Subject: [PATCH] xfstests: fix 300.out 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: xfs-oss This test was written before a solution was in place, I think, and so the expected output wasn't well tested. The test does a loop of sparse writes from 6 to 0, but the .out file expects 6 (not 7) extents. Fix it. Signed-off-by: Eric Sandeen --- diff --git a/tests/xfs/300.out b/tests/xfs/300.out index ac03557..29ed771 100644 --- a/tests/xfs/300.out +++ b/tests/xfs/300.out @@ -1,3 +1,3 @@ QA output created by 300 SCRATCH_MNT/300.test -extents before:6 after:1 DONE SCRATCH_MNT/300.test +extents before:7 after:1 DONE SCRATCH_MNT/300.test _______________________________________________ xfs mailing list xfs@oss.sgi.com http://oss.sgi.com/mailman/listinfo/xfs