Re: [External] Re: [PATCH 5/5] migration: Add integration test for 'qatzip' compression method

2024-02-28 Thread Peter Xu
On Wed, Feb 28, 2024 at 06:55:37PM -0800, Bryan Zhang . wrote: > We can enable software fallback in the live migration path, which will also > enable using software to run the QATzip tests (and will conveniently allow > us to remove the awkward `qzInit` check in the test code). It also might be >

Re: [External] Re: [PATCH 5/5] migration: Add integration test for 'qatzip' compression method

2024-02-28 Thread Bryan Zhang .
On Mon, Jan 29, 2024 at 12:53 AM Peter Xu wrote: > On Sun, Dec 31, 2023 at 08:58:04PM +, Bryan Zhang wrote: > > Adds an integration test for 'qatzip'. > > Please use "tests" as prefix of this patch. It can be "tests/migration:", > "tests/migration-test:", etc. > > Will do. > > > >

Re: [PATCH 5/5] migration: Add integration test for 'qatzip' compression method

2024-01-29 Thread Peter Xu
On Sun, Dec 31, 2023 at 08:58:04PM +, Bryan Zhang wrote: > Adds an integration test for 'qatzip'. Please use "tests" as prefix of this patch. It can be "tests/migration:", "tests/migration-test:", etc. > > Signed-off-by: Bryan Zhang > Signed-off-by: Hao Xiang [...] >

[PATCH 5/5] migration: Add integration test for 'qatzip' compression method

2023-12-31 Thread Bryan Zhang
Adds an integration test for 'qatzip'. Signed-off-by: Bryan Zhang Signed-off-by: Hao Xiang --- tests/qtest/meson.build | 4 tests/qtest/migration-test.c | 37 2 files changed, 41 insertions(+) diff --git a/tests/qtest/meson.build