[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH RESEND 7/7] tests/qtest: Re-enable multifd cancel test
From: |
Fabiano Rosas |
Subject: |
[PATCH RESEND 7/7] tests/qtest: Re-enable multifd cancel test |
Date: |
Wed, 11 Oct 2023 15:46:04 -0300 |
We've found the source of flakiness in this test, so re-enable it.
Reviewed-by: Juan Quintela <quintela@redhat.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
---
tests/qtest/migration-test.c | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/tests/qtest/migration-test.c b/tests/qtest/migration-test.c
index 2dc6ac2f87..049463ee5e 100644
--- a/tests/qtest/migration-test.c
+++ b/tests/qtest/migration-test.c
@@ -3068,14 +3068,8 @@ int main(int argc, char **argv)
}
qtest_add_func("/migration/multifd/tcp/plain/none",
test_multifd_tcp_none);
- /*
- * This test is flaky and sometimes fails in CI and otherwise:
- * don't run unless user opts in via environment variable.
- */
- if (getenv("QEMU_TEST_FLAKY_TESTS")) {
- qtest_add_func("/migration/multifd/tcp/plain/cancel",
- test_multifd_tcp_cancel);
- }
+ qtest_add_func("/migration/multifd/tcp/plain/cancel",
+ test_multifd_tcp_cancel);
qtest_add_func("/migration/multifd/tcp/plain/zlib",
test_multifd_tcp_zlib);
#ifdef CONFIG_ZSTD
--
2.35.3
- [PATCH RESEND 0/7] migration pending patches, Fabiano Rosas, 2023/10/11
- [PATCH RESEND 3/7] migration/ram: Remove RAMState from xbzrle_cache_zero_page, Fabiano Rosas, 2023/10/11
- [PATCH RESEND 4/7] migration/ram: Stop passing QEMUFile around in save_zero_page, Fabiano Rosas, 2023/10/11
- [PATCH RESEND 1/7] tests/qtest: migration-test: Add tests for file-based migration, Fabiano Rosas, 2023/10/11
- [PATCH RESEND 6/7] migration/ram: Merge save_zero_page functions, Fabiano Rosas, 2023/10/11
- [PATCH RESEND 5/7] migration/ram: Move xbzrle zero page handling into save_zero_page, Fabiano Rosas, 2023/10/11
- [PATCH RESEND 7/7] tests/qtest: Re-enable multifd cancel test,
Fabiano Rosas <=
- [PATCH RESEND 2/7] migration/ram: Refactor precopy ram loading code, Fabiano Rosas, 2023/10/11