[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [PATCH 00/10] Repeat rump kernel xenstorels test
This 10-patch series(!) arranges to repeat the xenstorels test 50 times. In my ad-hoc tests this takes about 3 minutes so is clearly fine from a resource POV. This is in aid of debugging the problem seen in 33690 and 33416 (which we think is the same). However, in my ad-hoc tests it hasn't failed even once (with the bits from flight 33866 which is after we think the bug appeared). I think it would be valuable to introduce this new repeat test in any case. The series is in four parts: - 01..03 Minor improvements in TestSupport.pm - 04..07 Changes to testid generation to give better control of the testid for tests done with the ts-repeat-test script from patch 08. - 08..10 Actually do the repetition 04..07 need a thorough full-flight test which I have not yet done. But this sql rune suggests that nothing is horribly broken at least for the rump test job: select * from (select testid,flight,stepno,step,status,started,finished from steps where flight=33866 and job='test-amd64-i386-rumpuserxen-i386') a full outer join (select * from steps where flight=34273 and job='test-amd64-i386-rumpuserxen-i386') b using (testid) order by b.stepno, a.stepno; _______________________________________________ Xen-devel mailing list Xen-devel@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |