Re: [PATCH for-8.0 v2 1/2] qtest/migration-test.c: Add tests with compress enabled

2023-04-28 Thread Juan Quintela
Lukas Straub wrote: > There has never been tests for migration with compress enabled. > > Add suitable tests, testing with compress-wait-thread = false > too. > > Signed-off-by: Lukas Straub Reviewed-by: Juan Quintela queued.

Re: [PATCH for-8.0 v2 1/2] qtest/migration-test.c: Add tests with compress enabled

2023-04-04 Thread Peter Xu
On Tue, Apr 04, 2023 at 02:35:27PM +, Lukas Straub wrote: > There has never been tests for migration with compress enabled. > > Add suitable tests, testing with compress-wait-thread = false > too. > > Signed-off-by: Lukas Straub Acked-by: Peter Xu -- Peter Xu

[PATCH for-8.0 v2 1/2] qtest/migration-test.c: Add tests with compress enabled

2023-04-04 Thread Lukas Straub
There has never been tests for migration with compress enabled. Add suitable tests, testing with compress-wait-thread = false too. Signed-off-by: Lukas Straub --- v2: - Split into 2 tests, one with compress-wait-thread = true and faster compress options. And one with compress-wait-thread = f