[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Xen-devel] [OSSTEST PATCH 18/22] Osstest/Testsupport.pm: change target's default kernkind to 'pvops'
On Tue, 2015-11-10 at 19:53 +0000, Ian Jackson wrote: > This is safe only if no existing flights would be affected.ÂÂ(That is, > the meaning of no existing sets of runvars would be changed.) > > To check whether this would make any difference I did some database > searches.ÂÂSince any time target_kernkind_check is called it sets a > corresponding `console' runvar, I can search for `console' without a > corresponding `kernkind'.ÂÂI ran this query: > > Â select * from (select *, (select name from runvars r2 where > Â r2.flight=r1.flight and r2.job=r1.job and r2.name= > Â replace(r1.name,'console','kernkind')) kk from runvars r1 where > Â r1.name like '%console') iq where kk is null order by flight desc; > > and it found nothing since flight 7682.ÂÂSo I think we can change the > default. > > Signed-off-by:Â Ian Jackson <ian.jackson@xxxxxxxxxxxxx> > Signed-off-by:Â Robert Ho <robert.hu@xxxxxxxxx> > Tested-by:Â Robert Ho <robert.hu@xxxxxxxxx> Acked-by: Ian Campbell <ian.campbell@xxxxxxxxxx> _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |