Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
tests/qtest: Fix typo in multifd cancel test
This wasn't noticed because the test is currently disabled.

Fixes: 02f56e3de ("tests/qtest: massively speed up migration-test")
Signed-off-by: Fabiano Rosas <farosas@suse.de>
Message-Id: <20230711212131.2370-1-farosas@suse.de>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
  • Loading branch information
Fabiano Rosas authored and huth committed Jul 18, 2023
1 parent 7f114a5 commit 94aaf6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/qtest/migration-test.c
Expand Up @@ -2481,7 +2481,7 @@ static void test_multifd_tcp_cancel(void)

migrate_qmp(from, uri, "{}");

migrate_wait_for_dirty_mem(from, to);
migrate_wait_for_dirty_mem(from, to2);

migrate_ensure_converge(from);

Expand Down

0 comments on commit 94aaf6d

Please sign in to comment.