Re: [Xen-devel] [OSSTEST PATCH] sg-run-job: Coalesce a couple of repetitions

2015-11-27 Thread Ian Campbell
On Fri, 2015-11-27 at 17:16 +, Ian Jackson wrote: >  > > Maybe you should remove the ts-guest-stop right at the start of this fn > > too? > > It's probably better to swap the order of things in the repeat, and > move the extra start to below the repeat. > > That way if guest-stop fails utterl

Re: [Xen-devel] [OSSTEST PATCH] sg-run-job: Coalesce a couple of repetitions

2015-11-27 Thread Ian Jackson
Ian Campbell writes ("Re: [OSSTEST PATCH] sg-run-job: Coalesce a couple of repetitions"): > On Fri, 2015-11-27 at 16:54 +, Ian Jackson wrote: > > The resulting testid `guest-localmigrate/x10' becomes a bit misleading > > in that it now does 11 repetitions.  But we don't want to change the > >

Re: [Xen-devel] [OSSTEST PATCH] sg-run-job: Coalesce a couple of repetitions

2015-11-27 Thread Ian Campbell
On Fri, 2015-11-27 at 16:54 +, Ian Jackson wrote: > Fold `guest-localmigrate.2' into `guest-localmigrate/x10' and > `guest-start.2' into `guest-start.repeat'.  In each case increase the > iteration count of the 2nd test by one so that the total number of > reps remains constant. > > This will

[Xen-devel] [OSSTEST PATCH] sg-run-job: Coalesce a couple of repetitions

2015-11-27 Thread Ian Jackson
Fold `guest-localmigrate.2' into `guest-localmigrate/x10' and `guest-start.2' into `guest-start.repeat'. In each case increase the iteration count of the 2nd test by one so that the total number of reps remains constant. This will allow the heisenbug compensator to see more of these failures as t