[ARVADOS] updated: 1.3.0-1655-g7c0257925
Git user
git at public.curoverse.com
Thu Sep 26 19:29:46 UTC 2019
Summary of changes:
sdk/python/tests/run_test_server.py | 1 +
1 file changed, 1 insertion(+)
via 7c0257925a75185937c4a84dfd077458a24c53f9 (commit)
from 0bb53c1cbcbcb8b3be50e6ecf3fdf0bb7cbd96b5 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 7c0257925a75185937c4a84dfd077458a24c53f9
Author: Tom Clegg <tclegg at veritasgenetics.com>
Date: Thu Sep 26 15:27:17 2019 -0400
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 at veritasgenetics.com>
diff --git a/sdk/python/tests/run_test_server.py b/sdk/python/tests/run_test_server.py
index ccfa1c482..48aabbbe4 100644
--- a/sdk/python/tests/run_test_server.py
+++ b/sdk/python/tests/run_test_server.py
@@ -640,6 +640,7 @@ def run_nginx():
'-g', 'pid '+_pidfile('nginx')+';',
'-c', conffile],
env=env, stdin=open('/dev/null'), stdout=sys.stderr)
+ _wait_until_port_listens(nginxconf['CONTROLLERSSLPORT'])
def setup_config():
rails_api_port = find_available_port()
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list