From: Thomas Huth <thuth@redhat.com>
To: Juan Quintela <quintela@redhat.com>,
"Dr. David Alan Gilbert" <dgilbert@redhat.com>,
qemu-devel@nongnu.org
Cc: "Daniel P . Berrangé" <berrange@redhat.com>,
"Peter Xu" <peterx@redhat.com>, "Bin Meng" <bmeng.cn@gmail.com>
Subject: [PATCH 0/4] Speed up migration tests
Date: Fri, 19 Aug 2022 07:37:58 +0200 [thread overview]
Message-ID: <20220819053802.296584-1-thuth@redhat.com> (raw)
We are currently facing the problem that the "gcov-gprof" CI jobs
in the gitlab-CI are running way too long - which happens since
the migration-tests have been enabled there recently.
These patches now speed up the migration tests, so that the
CI job should be fine again.
This is how it looked like before my modifications:
https://gitlab.com/thuth/qemu/-/jobs/2888957948#L46
...
5/243 qemu:qtest+qtest-aarch64 / qtest-aarch64/migration-test OK 1265.22s
8/243 qemu:qtest+qtest-x86_64 / qtest-x86_64/migration-test OK 1138.82s
And this is how it looks like after the patches have been applied:
https://gitlab.com/thuth/qemu/-/jobs/2905108018#L48
...
5/243 qemu:qtest+qtest-aarch64 / qtest-aarch64/migration-test OK 251.14s
8/243 qemu:qtest+qtest-x86_64 / qtest-x86_64/migration-test OK 336.94s
That means the CI job is running ca. 30 minutes faster here now!
Thomas Huth (4):
tests/qtest/migration-test: Only wait for serial output where
migration succeeds
tests/migration/aarch64: Speed up the aarch64 migration test
tests/migration/i386: Speed up the i386 migration test (when using
TCG)
tests/qtest/migration-test: Remove duplicated test_postcopy from the
test plan
tests/migration/aarch64/a-b-kernel.h | 10 +++++-----
tests/migration/i386/a-b-bootblock.h | 12 ++++++------
tests/qtest/migration-test.c | 5 +++--
tests/migration/aarch64/a-b-kernel.S | 3 +--
tests/migration/i386/a-b-bootblock.S | 1 +
5 files changed, 16 insertions(+), 15 deletions(-)
--
2.31.1
next reply other threads:[~2022-08-19 5:44 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-19 5:37 Thomas Huth [this message]
2022-08-19 5:37 ` [PATCH 1/4] tests/qtest/migration-test: Only wait for serial output where migration succeeds Thomas Huth
2022-08-19 5:38 ` [PATCH 2/4] tests/migration/aarch64: Speed up the aarch64 migration test Thomas Huth
2022-08-22 10:57 ` Daniel P. Berrangé
2022-08-19 5:38 ` [PATCH 3/4] tests/migration/i386: Speed up the i386 migration test (when using TCG) Thomas Huth
2022-08-22 10:58 ` Daniel P. Berrangé
2022-08-19 5:38 ` [PATCH 4/4] tests/qtest/migration-test: Remove duplicated test_postcopy from the test plan Thomas Huth
2022-08-22 10:59 ` Daniel P. Berrangé
2022-08-22 15:32 ` Dr. David Alan Gilbert
2022-08-19 16:25 ` [PATCH 0/4] Speed up migration tests Alex Bennée
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220819053802.296584-1-thuth@redhat.com \
--to=thuth@redhat.com \
--cc=berrange@redhat.com \
--cc=bmeng.cn@gmail.com \
--cc=dgilbert@redhat.com \
--cc=peterx@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=quintela@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).