From: Cleber Rosa <crosa@redhat.com>
To: Eduardo Habkost <ehabkost@redhat.com>
Cc: "Aleksandar Rikalo" <arikalo@wavecomp.com>,
"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
"Wainer dos Santos Moschetta" <wainersm@redhat.com>,
qemu-devel@nongnu.org,
"Aleksandar Markovic" <aleksandar.m.mail@gmail.com>,
"Aleksandar Markovic" <amarkovic@wavecomp.com>,
"Aurelien Jarno" <aurelien@aurel32.net>
Subject: Re: [Qemu-devel] [PATCH 0/4] mips: Add more Avocado tests
Date: Wed, 22 May 2019 17:46:06 -0400 (EDT) [thread overview]
Message-ID: <1711852617.24204010.1558561566547.JavaMail.zimbra@redhat.com> (raw)
In-Reply-To: <20190522211230.GA10764@habkost.net>
----- Original Message -----
> From: "Eduardo Habkost" <ehabkost@redhat.com>
> To: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
> Cc: qemu-devel@nongnu.org, "Aleksandar Rikalo" <arikalo@wavecomp.com>, "Aleksandar Markovic"
> <aleksandar.m.mail@gmail.com>, "Aleksandar Markovic" <amarkovic@wavecomp.com>, "Cleber Rosa" <crosa@redhat.com>,
> "Aurelien Jarno" <aurelien@aurel32.net>, "Wainer dos Santos Moschetta" <wainersm@redhat.com>
> Sent: Wednesday, May 22, 2019 5:12:30 PM
> Subject: Re: [Qemu-devel] [PATCH 0/4] mips: Add more Avocado tests
>
> On Tue, May 21, 2019 at 01:19:06AM +0200, Philippe Mathieu-Daudé wrote:
> > Hi,
> >
> > It was a rainy week-end here, so I invested it to automatize some
> > of my MIPS tests.
> >
> > The BootLinuxSshTest is not Global warming friendly, it is not
> > meant to run on a CI system but rather on a workstation previous
> > to post a pull request.
> > It can surely be improved, but it is a good starting point.
>
> Until we actually have a mechanism to exclude the test case on
> travis-ci, I will remove patch 4/4 from the queue. Aleksandar,
> please don't merge patch 4/4 yet or it will break travis-ci.
>
> Cleber, Wainer, is it already possible to make "avocado run" skip
> tests tagged with "slow"?
>
The mechanism exists, but we haven't tagged any test so far as slow.
Should we define/document a criteria for a test to be slow? Given
that this is highly subjective, we have to think of:
* Will we consider the average or maximum run time (the timeout
definition)?
* For a single test, what is "slow"? Some rough numbers from Travis
CI[1] to help us with guidelines:
- boot_linux_console.py:BootLinuxConsole.test_x86_64_pc: PASS (6.04 s)
- boot_linux_console.py:BootLinuxConsole.test_arm_virt: PASS (2.91 s)
- linux_initrd.py:LinuxInitrd.test_with_2gib_file_should_work_with_linux_v4_16: PASS (18.14 s)
- boot_linux.py:BootLinuxAarch64.test_virt: PASS (396.88 s)
* Do we want to set a maximum job timeout? This way we can skip
tests after a given amount of time has passed. Currently we interrupt
the test running when the job timeout is reached, but it's possible
to add a option so that no new tests will be started, but currently
running ones will be waited on.
Regards,
- Cleber.
[1] - https://travis-ci.org/clebergnu/qemu/jobs/535967210#L3518
> --
> Eduardo
>
next prev parent reply other threads:[~2019-05-22 21:47 UTC|newest]
Thread overview: 35+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-20 23:19 [Qemu-devel] [PATCH 0/4] mips: Add more Avocado tests Philippe Mathieu-Daudé
2019-05-20 23:19 ` [Qemu-devel] [PATCH 1/4] BootLinuxConsoleTest: Let extract_from_deb handle various compressions Philippe Mathieu-Daudé
2019-05-20 23:19 ` [Qemu-devel] [PATCH 2/4] BootLinuxConsoleTest: Test nanoMIPS kernels on the I7200 CPU Philippe Mathieu-Daudé
2019-05-21 8:37 ` Aleksandar Markovic
2019-06-05 18:15 ` Cleber Rosa
2019-05-20 23:19 ` [Qemu-devel] [PATCH 3/4] BootLinuxConsoleTest: Run kerneltests BusyBox on Malta Philippe Mathieu-Daudé
2019-05-21 8:38 ` Aleksandar Markovic
2019-06-05 21:24 ` Cleber Rosa
2019-05-20 23:19 ` [Qemu-devel] [PATCH 4/4] BootLinuxSshTest: Test some userspace commands " Philippe Mathieu-Daudé
2019-05-21 8:18 ` Aleksandar Markovic
2019-05-21 9:26 ` Aleksandar Markovic
2019-05-21 14:44 ` Philippe Mathieu-Daudé
2019-06-03 13:41 ` Aleksandar Markovic
2019-06-03 14:06 ` Philippe Mathieu-Daudé
2019-05-21 20:10 ` Eduardo Habkost
2019-05-22 20:55 ` Eduardo Habkost
2019-05-22 21:12 ` [Qemu-devel] [PATCH 0/4] mips: Add more Avocado tests Eduardo Habkost
2019-05-22 21:46 ` Cleber Rosa [this message]
2019-05-22 21:57 ` Aleksandar Markovic
2019-05-22 22:43 ` Aleksandar Markovic
2019-05-23 13:45 ` Cleber Rosa
2019-05-23 17:11 ` Aleksandar Markovic
2019-05-23 17:27 ` Philippe Mathieu-Daudé
2019-05-23 17:42 ` Aleksandar Markovic
2019-05-24 19:39 ` Eduardo Habkost
2019-05-24 20:32 ` Aleksandar Markovic
2019-05-24 21:19 ` Eduardo Habkost
2019-05-22 23:07 ` Eduardo Habkost
2019-05-23 1:04 ` Cleber Rosa
2019-05-23 1:51 ` Eduardo Habkost
2019-05-23 9:38 ` Philippe Mathieu-Daudé
2019-05-23 13:28 ` Cleber Rosa
2019-05-23 21:30 ` Eduardo Habkost
2019-05-24 13:45 ` Aleksandar Markovic
2019-05-24 19:47 ` Eduardo Habkost
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=1711852617.24204010.1558561566547.JavaMail.zimbra@redhat.com \
--to=crosa@redhat.com \
--cc=aleksandar.m.mail@gmail.com \
--cc=amarkovic@wavecomp.com \
--cc=arikalo@wavecomp.com \
--cc=aurelien@aurel32.net \
--cc=ehabkost@redhat.com \
--cc=f4bug@amsat.org \
--cc=qemu-devel@nongnu.org \
--cc=wainersm@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).