Avoid nginx startup race in test suite.
authorTom Clegg <tclegg@veritasgenetics.com>
Thu, 26 Sep 2019 19:27:17 +0000 (15:27 -0400)
committerTom Clegg <tclegg@veritasgenetics.com>
Thu, 26 Sep 2019 19:27:17 +0000 (15:27 -0400)
commit7c0257925a75185937c4a84dfd077458a24c53f9
tree60374568828a0aa6b5d1d1a96ef31eb7cbd6fbb1
parent0bb53c1cbcbcb8b3be50e6ecf3fdf0bb7cbd96b5
Avoid nginx startup race in test suite.

If run_test_server.py doesn't wait for nginx to start up before
returning, run-tests.sh might check the pidfile, conclude nginx has
died, and abort.

No issue #

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tclegg@veritasgenetics.com>
sdk/python/tests/run_test_server.py