[PATCH 1/3] KVM Test: Introduce a helper class to run a test in the background

2010-09-25 Thread Jason Wang
Sometimes, we need to run a test when doing operations on a running VM ( such as migrate the vm during its rebooting ). So this patch introduce a simple warpper BackgroundTest to run a specified test in the background through a dedicated thread, it also records the exception raised in the thead and

[PATCH 1/3] KVM Test: Introduce a helper class to run a test in the background

2010-11-26 Thread Lucas Meneghel Rodrigues
Sometimes, we need to run a test when doing operations on a running VM (such as migrate the vm during its rebooting ). So this patch introduces a simple warpper BackgroundTest to run a specified test in the background through a dedicated thread, it also records the exception raised in the thead and

Re: [PATCH 1/3] KVM Test: Introduce a helper class to run a test in the background

2010-11-26 Thread Lucas Meneghel Rodrigues
On Fri, 2010-11-26 at 21:01 -0200, Lucas Meneghel Rodrigues wrote: > Sometimes, we need to run a test when doing operations on a running VM > (such as migrate the vm during its rebooting ). So this patch introduces > a simple warpper BackgroundTest to run a specified test in the background > throug

Re: [PATCH 1/3] KVM Test: Introduce a helper class to run a test in the background

2010-12-01 Thread Michael Goldish
On 11/27/2010 01:16 AM, Lucas Meneghel Rodrigues wrote: > On Fri, 2010-11-26 at 21:01 -0200, Lucas Meneghel Rodrigues wrote: >> Sometimes, we need to run a test when doing operations on a running VM >> (such as migrate the vm during its rebooting ). So this patch introduces >> a simple warpper Back