X-Spam-Checker-Version: SpamAssassin 3.3.0-rupdated (updated) on oss.sgi.com X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=unavailable version=3.3.0-rupdated Received: from cuda.sgi.com (cuda3.sgi.com [192.48.176.15]) by oss.sgi.com (8.12.11.20060308/8.12.11/SuSE Linux 0.7) with ESMTP id mBTEIKlX016836 for ; Mon, 29 Dec 2008 08:18:20 -0600 X-ASG-Debug-ID: 1230560298-043e006c0000-NocioJ X-Barracuda-URL: http://cuda.sgi.com:80/cgi-bin/mark.cgi Received: from mail.sandeen.net (localhost [127.0.0.1]) by cuda.sgi.com (Spam Firewall) with ESMTP id 7B3051BF6CF1 for ; Mon, 29 Dec 2008 06:18:19 -0800 (PST) Received: from mail.sandeen.net (sandeen.net [209.173.210.139]) by cuda.sgi.com with ESMTP id zeMi39OoQepCiWfy for ; Mon, 29 Dec 2008 06:18:19 -0800 (PST) Received: from liberator.sandeen.net (liberator.sandeen.net [10.0.0.4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sandeen.net (Postfix) with ESMTP id 84E6AAC358C; Mon, 29 Dec 2008 08:18:18 -0600 (CST) Message-ID: <4958DC2B.2060104@sandeen.net> Date: Mon, 29 Dec 2008 08:18:19 -0600 From: Eric Sandeen User-Agent: Thunderbird 2.0.0.18 (Macintosh/20081105) MIME-Version: 1.0 To: Christoph Hellwig CC: xfs mailing list X-ASG-Orig-Subj: Re: [PATCH] xfstests: test 194, test tricky mapping/conversion around holes Subject: Re: [PATCH] xfstests: test 194, test tricky mapping/conversion around holes References: <4942C6E2.4040506@sandeen.net> <20081229113706.GA10891@infradead.org> In-Reply-To: <20081229113706.GA10891@infradead.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Barracuda-Connect: sandeen.net[209.173.210.139] X-Barracuda-Start-Time: 1230560299 X-Barracuda-Bayes: INNOCENT GLOBAL 0.0000 1.0000 -2.0210 X-Barracuda-Virus-Scanned: by cuda.sgi.com at sgi.com X-Barracuda-Spam-Score: -2.02 X-Barracuda-Spam-Status: No, SCORE=-2.02 using per-user scores of TAG_LEVEL=2.0 QUARANTINE_LEVEL=1000.0 KILL_LEVEL=2.1 tests= X-Barracuda-Spam-Report: Code version 3.2, rules version 3.2.1.13908 Rule breakdown below pts rule name description ---- ---------------------- -------------------------------------------------- X-Virus-Scanned: ClamAV 0.91.2/8808/Mon Dec 29 01:46:26 2008 on oss.sgi.com X-Virus-Status: Clean Christoph Hellwig wrote: > On Fri, Dec 12, 2008 at 02:17:38PM -0600, Eric Sandeen wrote: >> Related to >> http://oss.sgi.com/bugzilla/show_bug.cgi?id=801 >> >> Latest patch posted on that bug makes this testcase pass... >> >> (are we at 194 now?) >> >> first 2 tests are simple buffred writ tests making sure stale >> data isn't exposed, and hole-blocks aren't mapped. >> >> 2nd 2 tests are more related to the above bug, tricky testcase >> uncovered by fsx on ppc64 which actually re-maps a block >> which should be a hole, bringing stale data back into existence. > > The testcase requires awk --asign, which my debian lenny testbox > (mawk 1.3.3-11.1) doesn't have. Any chance you could rework it > to work with the posix awk features? > grumble grumble debian grumble :) Ok, I'll see what I can do. -Eric