Re: [PATCH RESEND 1/2] qtest/migration-test.c: Add test with compress enabled

2023-04-04 Thread Lukas Straub
On Mon, 3 Apr 2023 17:17:52 -0400 Peter Xu wrote: > On Sun, Apr 02, 2023 at 05:47:45PM +, Lukas Straub wrote: > > There has never been a test for migration with compress enabled. > > > > Add a suitable test, testing with compress-wait-thread = false > > too. > > > > iterations = 2 is

Re: [PATCH RESEND 1/2] qtest/migration-test.c: Add test with compress enabled

2023-04-03 Thread Peter Xu
On Sun, Apr 02, 2023 at 05:47:45PM +, Lukas Straub wrote: > There has never been a test for migration with compress enabled. > > Add a suitable test, testing with compress-wait-thread = false > too. > > iterations = 2 is intentional, so it also tests that no invalid > thread state is left

[PATCH RESEND 1/2] qtest/migration-test.c: Add test with compress enabled

2023-04-02 Thread Lukas Straub
There has never been a test for migration with compress enabled. Add a suitable test, testing with compress-wait-thread = false too. iterations = 2 is intentional, so it also tests that no invalid thread state is left over from the previous iteration. Signed-off-by: Lukas Straub ---