Re: [Qemu-devel] [PATCH 05/11] travis: build tests objects in parallel, then run tests sequentially

2017-06-23 Thread Philippe Mathieu-Daudé
On 06/19/2017 08:12 AM, Peter Maydell wrote: What is perhaps a problem is that I'm not sure our tests all support being run in parallel with each other without tripping each other up by using the same temporary file / TCP port / etc at once. To the extent that this doesn't work it's a bug, but w

Re: [Qemu-devel] [PATCH 05/11] travis: build tests objects in parallel, then run tests sequentially

2017-06-19 Thread Peter Maydell
On 19 June 2017 at 11:58, Alex Bennée wrote: > > Philippe Mathieu-Daudé writes: > >> tests are run sequentially to avoid mixed results output. > > I'm not so sure we are worried about mixed results output. I don't think > anyone can compare the entire log and they tend to scroll to the end > wher

Re: [Qemu-devel] [PATCH 05/11] travis: build tests objects in parallel, then run tests sequentially

2017-06-19 Thread Alex Bennée
Philippe Mathieu-Daudé writes: > tests are run sequentially to avoid mixed results output. I'm not so sure we are worried about mixed results output. I don't think anyone can compare the entire log and they tend to scroll to the end where the error will be. > > Signed-off-by: Philippe Mathieu-

[Qemu-devel] [PATCH 05/11] travis: build tests objects in parallel, then run tests sequentially

2017-06-16 Thread Philippe Mathieu-Daudé
tests are run sequentially to avoid mixed results output. Signed-off-by: Philippe Mathieu-Daudé --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c9ac741afc..dbbb11617d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -66,7 +66,7 @@