Re: [PATCH] tests: avoid sort-spinlock-abuse false positive under heavy load

2011-06-19 Thread Jim Meyering
James Youngman wrote: > On Fri, Jun 17, 2011 at 11:04 AM, Jim Meyering wrote: >> +# This isn't terribly expensive, but it must not be run under heavy load. >> +# Since the "very expensive" are already run only with -j1, adding this > > "very expensive" tests > >> +# test to the list ensures it st

Re: [PATCH] tests: avoid sort-spinlock-abuse false positive under heavy load

2011-06-18 Thread James Youngman
On Fri, Jun 17, 2011 at 11:04 AM, Jim Meyering wrote: > +# This isn't terribly expensive, but it must not be run under heavy load. > +# Since the "very expensive" are already run only with -j1, adding this "very expensive" tests > +# test to the list ensures it still gets _some_ (albeit minimal)

[PATCH] tests: avoid sort-spinlock-abuse false positive under heavy load

2011-06-17 Thread Jim Meyering
92ef2707ea60 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 17 Jun 2011 12:01:10 +0200 Subject: [PATCH] tests: avoid sort-spinlock-abuse false positive under heavy load * tests/misc/sort-spinlock-abuse: Classify as "very expensive" to avoid unwarranted failure once and for all.