[ARVADOS] updated: 1.3.0-2304-g96d7a9fbb

Git user git at public.arvados.org
Thu Feb 27 20:43:45 UTC 2020


Summary of changes:
 sdk/python/tests/run_test_server.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

       via  96d7a9fbb405bb36839bc4f33bf40119794f66b4 (commit)
      from  f917ac6efacd74eb4b074a4326d14b5ca89f68da (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 96d7a9fbb405bb36839bc4f33bf40119794f66b4
Author: Tom Clegg <tom at tomclegg.ca>
Date:   Thu Feb 27 15:30:47 2020 -0500

    15954: Fix api pidfile race.
    
    Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom at tomclegg.ca>

diff --git a/sdk/python/tests/run_test_server.py b/sdk/python/tests/run_test_server.py
index 41334292d..e1ccca3ec 100644
--- a/sdk/python/tests/run_test_server.py
+++ b/sdk/python/tests/run_test_server.py
@@ -346,8 +346,8 @@ def run(leave_running_atexit=False):
 
     # Make sure the server has written its pid file and started
     # listening on its TCP port
-    find_server_pid(pid_file)
     _wait_until_port_listens(port)
+    find_server_pid(pid_file)
 
     reset()
     os.chdir(restore_cwd)

-----------------------------------------------------------------------


hooks/post-receive
-- 




More information about the arvados-commits mailing list