From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from sandeen.net ([63.231.237.45]:51755 "EHLO sandeen.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755381AbbAWUZU (ORCPT ); Fri, 23 Jan 2015 15:25:20 -0500 Message-ID: <54C2AE2E.2040906@sandeen.net> Date: Fri, 23 Jan 2015 14:25:18 -0600 From: Eric Sandeen MIME-Version: 1.0 Subject: Re: xfstest generic/299 References: <54C1DDA8.5040103@sandeen.net> In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: fstests-owner@vger.kernel.org To: Steve French Cc: fstests@vger.kernel.org, "linux-nfs@vger.kernel.org" List-ID: On 1/23/15 2:09 PM, Steve French wrote: > On Thu, Jan 22, 2015 at 11:35 PM, Eric Sandeen wrote: >> On 1/22/15 11:23 PM, Steve French wrote: >>> Noticed test generic/299 failing over NFS (v4.1 dialect) with the error >>> >>> "[not run] /usr/bin/fio too old" >>> >>> fio-2.1.11 version (which is what is installed on current Ubuntu) is >>> presumably not too old >> >> Well, 2.1.11 was released 16-Jul-2014 >> >> fio is up to 2.2.5 now, so it sure could be. > > I updated to 2.2.5-3 (cloning and building from the repository on > git.kernel.org) which did not seem to change the results. > >> The test sets up a config file, and tries to run fio against it; >> if it fails, it's deemed "too old" >> >> And _require_fio dumps to $seqres.full, >> >> $FIO_PROG --warnings-fatal --showcmd $job >> $seqres.full 2>&1 >> [ $? -eq 0 ] || _notrun "$FIO_PROG too old, see $seqres.full" >> >> so what does 299.full look like? so it's telling you: > min value out of range: 0 (1 min) > fio: failed parsing filesize=0 ^^^^^^^^^^ and if we read the test: BLK_DEV_SIZE=`blockdev --getsz $SCRATCH_DEV` FILE_SIZE=$((BLK_DEV_SIZE * 512)) cat >$fio_config <