All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/10] Repeat rump kernel xenstorels test
@ 2015-02-06 19:17 Ian Jackson
  2015-02-06 19:17 ` [OSSTEST PATCH 01/10] TestSupport: Provide target_editfile_cancel Ian Jackson
                   ` (10 more replies)
  0 siblings, 11 replies; 24+ messages in thread
From: Ian Jackson @ 2015-02-06 19:17 UTC (permalink / raw)
  To: xen-devel; +Cc: Ian Campbell

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;

^ permalink raw reply	[flat|nested] 24+ messages in thread

end of thread, other threads:[~2015-02-12  4:21 UTC | newest]

Thread overview: 24+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-06 19:17 [PATCH 00/10] Repeat rump kernel xenstorels test Ian Jackson
2015-02-06 19:17 ` [OSSTEST PATCH 01/10] TestSupport: Provide target_editfile_cancel Ian Jackson
2015-02-09 13:49   ` Ian Campbell
2015-02-09 18:09     ` Ian Jackson
2015-02-06 19:17 ` [OSSTEST PATCH 02/10] TestSupport: Introduce next_unique_name Ian Jackson
2015-02-09 13:49   ` Ian Campbell
2015-02-06 19:17 ` [OSSTEST PATCH 03/10] TestSupport: Make next_unique_name count in decimal, not unary Ian Jackson
2015-02-09 13:50   ` Ian Campbell
2015-02-06 19:17 ` [OSSTEST PATCH 04/10] tcl/osstestlib.tcl: Provide lshift Ian Jackson
2015-02-09 13:51   ` Ian Campbell
2015-02-09 18:13     ` Ian Jackson
2015-02-06 19:17 ` [OSSTEST PATCH 05/10] sg-run-job: testid generation: Move spawn-step-begin Ian Jackson
2015-02-09 13:58   ` Ian Campbell
2015-02-09 18:14     ` Ian Jackson
2015-02-06 19:17 ` [OSSTEST PATCH 06/10] sg-run-job: testid generation: Introduce $testid_args Ian Jackson
2015-02-06 19:17 ` [OSSTEST PATCH 07/10] sg-run-job: testid generation: Process ts more like rest of args Ian Jackson
2015-02-06 19:17 ` [OSSTEST PATCH 08/10] sg-run-job, etc.: Infrastructure for test script repetition Ian Jackson
2015-02-06 19:17 ` [OSSTEST PATCH 09/10] rump kernel tests: Cancel unneeded edits of guest config Ian Jackson
2015-02-09 13:59   ` Ian Campbell
2015-02-06 19:17 ` [OSSTEST PATCH 10/10] rump kernel tests: Repeat the xenstorels test 50 times Ian Jackson
2015-02-09 14:00   ` Ian Campbell
2015-02-11 14:37     ` [OSSTEST PATCH v2 " Ian Jackson
2015-02-12  4:21       ` Ian Campbell
2015-02-06 19:27 ` [PATCH 00/10] Repeat rump kernel xenstorels test Ian Jackson

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.