From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932468AbdKOQWs (ORCPT ); Wed, 15 Nov 2017 11:22:48 -0500 Received: from mail-pf0-f195.google.com ([209.85.192.195]:53189 "EHLO mail-pf0-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1757693AbdKOQWl (ORCPT ); Wed, 15 Nov 2017 11:22:41 -0500 X-Google-Smtp-Source: AGs4zMYWYl/W+1rFmdVAEElSe4sBUBB7x7BWE9M7kCl4OyDsifEKk3TDwtFgVlMqE7UyDJK+KhDGQw== Date: Wed, 15 Nov 2017 08:22:38 -0800 From: Guenter Roeck To: Greg Kroah-Hartman Cc: Naresh Kamboju , Milosz Wasilewski , Tom Gall , LKML , torvalds@linux-foundation.org, akpm@linux-foundation.org, Shuah Khan , patches@kernelci.org, Ben Hutchings , linux- stable Subject: Re: [PATCH 4.4 00/56] 4.4.98-stable review Message-ID: <20171115162238.GA29282@roeck-us.net> References: <20171113125557.613444087@linuxfoundation.org> <20171115085933.GA25434@kroah.com> <20171115151719.GD13671@kroah.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20171115151719.GD13671@kroah.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Nov 15, 2017 at 04:17:19PM +0100, Greg Kroah-Hartman wrote: > On Wed, Nov 15, 2017 at 05:45:41PM +0530, Naresh Kamboju wrote: ... > > > > Please ignore this LTP readahead02 failure. > > Re-tested and it got pass. > > > > - cd /opt/ltp/testcases/bin/ > > - export TMPDIR=/home > > - ./readahead02 > > > > readahead02 0 TINFO : creating test file of size: 67108864 > > readahead02 0 TINFO : read_testfile(0) > > readahead02 0 TINFO : read_testfile(1) > > readahead02 0 TINFO : readahead calls made: 16384 > > readahead02 1 TPASS : offset is still at 0 as expected > > readahead02 0 TINFO : read_testfile(0) took: 973355 usec > > readahead02 0 TINFO : read_testfile(1) took: 281199 usec > > readahead02 0 TINFO : read_testfile(0) read: 67108864 bytes > > readahead02 0 TINFO : read_testfile(1) read: 0 bytes > > readahead02 2 TPASS : readahead saved some I/O > > readahead02 0 TINFO : cache can hold at least: 364856 kB > > readahead02 0 TINFO : read_testfile(0) used cache: 65252 kB > > readahead02 0 TINFO : read_testfile(1) used cache: 65368 kB > > readahead02 3 TPASS : using cache as expected > > You all need to really fix up your testing systems... :( > Hard lesson to learn. Tests are not as deterministic as we would like them to be. For my part, I tend to re-run qemu tests before I report failures because some failures are sporadic. After a couple of years I know the usual suspects, which helps. Adding an automatic retry mechanism might be useful. Guenter