From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:44958) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1grOJq-0004w4-3B for qemu-devel@nongnu.org; Wed, 06 Feb 2019 09:36:55 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1grOJp-0004bb-7g for qemu-devel@nongnu.org; Wed, 06 Feb 2019 09:36:54 -0500 Date: Wed, 6 Feb 2019 15:36:39 +0100 From: Cornelia Huck Message-ID: <20190206153639.61a5411c.cohuck@redhat.com> In-Reply-To: <20190202005610.24048-3-crosa@redhat.com> References: <20190202005610.24048-1-crosa@redhat.com> <20190202005610.24048-3-crosa@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [PATCH v2 02/20] Acceptance tests: show avocado test execution by default List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Cleber Rosa Cc: qemu-devel@nongnu.org, Aleksandar Markovic , Caio Carrara , Wainer dos Santos Moschetta , Philippe =?UTF-8?B?TWF0aGlldS1EYXVkw6k=?= , Eduardo Habkost , Alex =?UTF-8?B?QmVubsOpZQ==?= , Aleksandar Rikalo , Aurelien Jarno , Fam Zheng , qemu-s390x@nongnu.org, Stefan Markovic On Fri, 1 Feb 2019 19:55:52 -0500 Cleber Rosa wrote: > The current version of the "check-acceptance" target will only show > one line for execution of all tests. That's probably OK if the tests > to be run are quick enough and they're always the same. >=20 > But, there's already one test alone that takes on average ~5 seconds > to run, we intend to adapt the list of tests to match the user's build > environment (among other choices). Btw: What are our expectations regarding execution time for tests? Especially if we continue adding tests, and architecture-specific tests are bound to be slower if run on a foreign architecture via tcg. Would a make check-acceptance-quick command make sense? ("I only want to verify quickly that I didn't break too much, so run the quicker tests only, probably only for my host architecture") >=20 > Because of that, let's present the default Avocado UI by default. > Users can always choose a different output by setting the AVOCADO_SHOW > variable. >=20 > Reviewed-by: Caio Carrara > Reviewed-by: Philippe Mathieu-Daud=C3=A9 > Reviewed-by: Alex Benn=C3=A9e > Signed-off-by: Cleber Rosa > --- > .travis.yml | 2 +- > tests/Makefile.include | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-)