[ovs-git] [openvswitch/ovs] 1436db: tests: Allow only 1 job at once during recheck (RE...

GitHub noreply at github.com
Wed Apr 4 17:40:28 UTC 2018


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: 1436dbec35869a4f99f2e6c32ad60cf22d1d1ea5
      https://github.com/openvswitch/ovs/commit/1436dbec35869a4f99f2e6c32ad60cf22d1d1ea5
  Author: Timothy Redaelli <tredaelli at redhat.com>
  Date:   2018-04-04 (Wed, 04 Apr 2018)

  Changed paths:
    M tests/automake.mk

  Log Message:
  -----------
  tests: Allow only 1 job at once during recheck (RECHECK=yes)

Currently some tests fail frequently if run with multiple jobs at once, so
this commit disables parallel jobs during the recheck phase.

Some tests fails often than other tests (when run in multiple jobs), so
rarely (on a big machine, with 32 cores and by using -j32) a test
fails twice and so make check RECHECK=yes fails.

This patch only avoid this rare failure that can be annoying if you are
releasing a new package (on Fedora or RHEL for example) since you need
to re-build all the architectures only for a false positive on a
single architecture.

Signed-off-by: Timothy Redaelli <tredaelli at redhat.com>
Signed-off-by: Ben Pfaff <blp at ovn.org>




More information about the git mailing list