From: Peter Xu <peterx@redhat.com>
To: qemu-devel@nongnu.org, kvm@vger.kernel.org
Cc: "Paolo Bonzini" <pbonzini@redhat.com>,
"Andrew Jones" <drjones@redhat.com>,
"Radim Krčmář" <rkrcmar@redhat.com>
Subject: Re: [kvm-unit-tests PATCH v2 2/2] run_tests: allow run tests in parallel
Date: Tue, 3 Jan 2017 18:17:42 +0800 [thread overview]
Message-ID: <20170103101742.GH22664@pxdev.xzpeter.org> (raw)
In-Reply-To: <1483438205-31110-3-git-send-email-peterx@redhat.com>
On Tue, Jan 03, 2017 at 06:10:05PM +0800, Peter Xu wrote:
[...]
> diff --git a/scripts/global.bash b/scripts/global.bash
> index 77b0b29..52095bd 100644
> --- a/scripts/global.bash
> +++ b/scripts/global.bash
> @@ -1,2 +1,13 @@
> : ${ut_log_dir:=logs}
> : ${ut_log_summary:=${ut_log_dir}/SUMMARY}
> +: ${ut_run_queues:=1}
> +
> +function ut_in_parallel()
> +{
> + [[ $ut_run_queues != 1 ]]
> +}
> +
This function is useless now. Should remove above five lines. Sorry.
-- peterx
WARNING: multiple messages have this Message-ID (diff)
From: Peter Xu <peterx@redhat.com>
To: qemu-devel@nongnu.org, kvm@vger.kernel.org
Cc: "Paolo Bonzini" <pbonzini@redhat.com>,
"Andrew Jones" <drjones@redhat.com>,
"Radim Krčmář" <rkrcmar@redhat.com>
Subject: Re: [Qemu-devel] [kvm-unit-tests PATCH v2 2/2] run_tests: allow run tests in parallel
Date: Tue, 3 Jan 2017 18:17:42 +0800 [thread overview]
Message-ID: <20170103101742.GH22664@pxdev.xzpeter.org> (raw)
In-Reply-To: <1483438205-31110-3-git-send-email-peterx@redhat.com>
On Tue, Jan 03, 2017 at 06:10:05PM +0800, Peter Xu wrote:
[...]
> diff --git a/scripts/global.bash b/scripts/global.bash
> index 77b0b29..52095bd 100644
> --- a/scripts/global.bash
> +++ b/scripts/global.bash
> @@ -1,2 +1,13 @@
> : ${ut_log_dir:=logs}
> : ${ut_log_summary:=${ut_log_dir}/SUMMARY}
> +: ${ut_run_queues:=1}
> +
> +function ut_in_parallel()
> +{
> + [[ $ut_run_queues != 1 ]]
> +}
> +
This function is useless now. Should remove above five lines. Sorry.
-- peterx
next prev parent reply other threads:[~2017-01-03 10:17 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-01-03 10:10 [kvm-unit-tests PATCH v2 0/2] run_tests: support concurrent test execution Peter Xu
2017-01-03 10:10 ` [Qemu-devel] " Peter Xu
2017-01-03 10:10 ` [kvm-unit-tests PATCH v2 1/2] run_tests: put logs into per-test file Peter Xu
2017-01-03 10:10 ` [Qemu-devel] " Peter Xu
2017-01-03 10:10 ` [kvm-unit-tests PATCH v2 2/2] run_tests: allow run tests in parallel Peter Xu
2017-01-03 10:10 ` [Qemu-devel] " Peter Xu
2017-01-03 10:17 ` Peter Xu [this message]
2017-01-03 10:17 ` Peter Xu
2017-01-04 15:09 ` Radim Krčmář
2017-01-04 15:09 ` [Qemu-devel] " Radim Krčmář
2017-01-05 3:07 ` Peter Xu
2017-01-05 3:07 ` [Qemu-devel] " Peter Xu
2017-01-05 19:44 ` Radim Krčmář
2017-01-05 19:44 ` [Qemu-devel] " Radim Krčmář
2017-01-06 3:31 ` Peter Xu
2017-01-06 3:31 ` [Qemu-devel] " Peter Xu
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=20170103101742.GH22664@pxdev.xzpeter.org \
--to=peterx@redhat.com \
--cc=drjones@redhat.com \
--cc=kvm@vger.kernel.org \
--cc=pbonzini@redhat.com \
--cc=qemu-devel@nongnu.org \
--cc=rkrcmar@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.