From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [OSSTEST PATCH] make-flight: reorganize scheduling related test jobs Date: Thu, 15 Jan 2015 11:15:25 +0000 Message-ID: <1421320525.19103.339.camel@citrix.com> References: <20150108174702.12031.23149.stgit@Abyss.station> <21683.64481.485332.543728@mariner.uk.xensource.com> <1421158549.26034.191.camel@Abyss.station> <21686.40877.290697.536197@mariner.uk.xensource.com> <1421314295.19103.300.camel@citrix.com> <21687.41020.703240.722857@mariner.uk.xensource.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <21687.41020.703240.722857@mariner.uk.xensource.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Ian Jackson Cc: Dario Faggioli , Wei Liu , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Thu, 2015-01-15 at 11:10 +0000, Ian Jackson wrote: > Ian Campbell writes ("Re: [OSSTEST PATCH] make-flight: reorganize scheduling related test jobs"): > > On Wed, 2015-01-14 at 16:56 +0000, Ian Jackson wrote: > > > That's what I meant, exactly. But looking at it shows that it would > > > benefit from being the output of > > > ./mg-show-flight-runvars standalone | sort > > > > FWIW I've often thought that mg-show-flight-runvars sorts on the wrong > > column, at least for the majority of my use cases. > > It's more useful for it to sort on a non-initial column. If you > wanted it sorted on the initial column, you can use sort(1). Whereas > after your patch, if I want to see all the values of a particular > variable in all the jobs, I have to do something complicated. Like grep ;-) > So if you're going to change this please add an option to make it sort > the other way. When I last considered this I thought it more effort > than it was worth... Yeah, I think I just need to learn to remember to sort. My finger macros will figure it out eventually. Ian.