Re: [Xen-devel] [OSSTEST PATCH 0/7] Apropos of XTF: Improve failed step selection

2016-09-06 Thread Wei Liu
On Tue, Sep 06, 2016 at 10:45:08AM +0100, Ian Jackson wrote: > Wei Liu writes ("Re: [OSSTEST PATCH 0/7] Apropos of XTF: Improve failed step > selection"): > > > On Thu, Aug 11, 2016 at 05:17:56PM +0100, Ian Jackson wrote: > > > -SELECT sum(finished-started) > > > +SELECT su

Re: [Xen-devel] [OSSTEST PATCH 0/7] Apropos of XTF: Improve failed step selection

2016-09-06 Thread Ian Jackson
Wei Liu writes ("Re: [OSSTEST PATCH 0/7] Apropos of XTF: Improve failed step selection"): > > On Thu, Aug 11, 2016 at 05:17:56PM +0100, Ian Jackson wrote: > > -SELECT sum(finished-started) > > +SELECT sum(max(finished)-min(started)) ... > resourcecall DBD::Pg::st execute fa

Re: [Xen-devel] [OSSTEST PATCH 0/7] Apropos of XTF: Improve failed step selection

2016-09-05 Thread Wei Liu
On > On Thu, Aug 11, 2016 at 05:17:56PM +0100, Ian Jackson wrote: > > Running XTF in osstest is likely to produce failures where multiple > > steps fail interestingly. We would like to prefer to report, and > > bisect, earlier steps. > > > > This series does that. > > > > Wei, NB, this has a co

Re: [Xen-devel] [OSSTEST PATCH 0/7] Apropos of XTF: Improve failed step selection

2016-08-30 Thread Andrew Cooper
On 30/08/16 17:00, Wei Liu wrote: > On Thu, Aug 11, 2016 at 05:17:56PM +0100, Ian Jackson wrote: >> Running XTF in osstest is likely to produce failures where multiple >> steps fail interestingly. We would like to prefer to report, and >> bisect, earlier steps. >> >> This series does that. >> >> W

Re: [Xen-devel] [OSSTEST PATCH 0/7] Apropos of XTF: Improve failed step selection

2016-08-30 Thread Ian Jackson
Wei Liu writes ("Re: [OSSTEST PATCH 0/7] Apropos of XTF: Improve failed step selection"): > The rebased patch is as followed, please check. Acked-by: Ian Jackson Thanks, Ian. ___ Xen-devel mailing list Xen-devel@lists.xen.org https://lists.xen.org/xe

Re: [Xen-devel] [OSSTEST PATCH 0/7] Apropos of XTF: Improve failed step selection

2016-08-30 Thread Wei Liu
On Thu, Aug 11, 2016 at 05:17:56PM +0100, Ian Jackson wrote: > Running XTF in osstest is likely to produce failures where multiple > steps fail interestingly. We would like to prefer to report, and > bisect, earlier steps. > > This series does that. > > Wei, NB, this has a conflict with the XTF

Re: [Xen-devel] [OSSTEST PATCH 0/7] Apropos of XTF: Improve failed step selection

2016-08-11 Thread Wei Liu
On Thu, Aug 11, 2016 at 05:17:56PM +0100, Ian Jackson wrote: > Running XTF in osstest is likely to produce failures where multiple > steps fail interestingly. We would like to prefer to report, and > bisect, earlier steps. > > This series does that. > > Wei, NB, this has a conflict with the XTF

[Xen-devel] [OSSTEST PATCH 0/7] Apropos of XTF: Improve failed step selection

2016-08-11 Thread Ian Jackson
Running XTF in osstest is likely to produce failures where multiple steps fail interestingly. We would like to prefer to report, and bisect, earlier steps. This series does that. Wei, NB, this has a conflict with the XTF pre series that you have taken over. The conflict is not trivial, but easy