test: do not start tests in parallel
authorDavid Marchand <david.marchand@redhat.com>
Sat, 15 Jun 2019 06:42:29 +0000 (08:42 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Thu, 27 Jun 2019 20:34:46 +0000 (22:34 +0200)
commitce33e2eaff61ca89c64d04e1775cc8b29f11c2e6
tree50b6e6241549a9785c767c538946846ae744ab08
parent57739f65d09ac072466d0e51b9372992781e78d6
test: do not start tests in parallel

Running the tests in parallel has two drawbacks:
- the tests are racing on the hugepages allocations,
- the tests are sharing the cores to run their checks which results in
  undeterministic execution time,

This results in random failures.
For better reproducibility in CI, start them all in a serialised way.

Signed-off-by: David Marchand <david.marchand@redhat.com>
app/test/meson.build