[ARVADOS] updated: 1.3.0-1370-ga1a1a8756
Git user
git at public.curoverse.com
Thu Jul 18 18:02:05 UTC 2019
Summary of changes:
sdk/python/tests/run_test_server.py | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via a1a1a8756149d5d05526503fd1e85115ea083fac (commit)
from 05c87aaf4572a6420a61e16495420e99ece2cef6 (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 a1a1a8756149d5d05526503fd1e85115ea083fac
Author: Eric Biagiotti <ebiagiotti at veritasgenetics.com>
Date: Wed Jul 17 16:29:13 2019 -0400
14965: Fixes resource warning when resetting run_test_server
Arvados-DCO-1.1-Signed-off-by: Eric Biagiotti <ebiagiotti at veritasgenetics.com>
diff --git a/sdk/python/tests/run_test_server.py b/sdk/python/tests/run_test_server.py
index 3063ea647..0b86aea13 100644
--- a/sdk/python/tests/run_test_server.py
+++ b/sdk/python/tests/run_test_server.py
@@ -371,7 +371,8 @@ def reset():
httpclient.request(
'https://{}/database/reset'.format(existing_api_host),
'POST',
- headers={'Authorization': 'OAuth2 {}'.format(token)})
+ headers={'Authorization': 'OAuth2 {}'.format(token), 'Connection':'close'})
+
os.environ['ARVADOS_API_HOST_INSECURE'] = 'true'
os.environ['ARVADOS_API_TOKEN'] = token
if _wait_until_port_listens(_getport('controller-ssl'), timeout=0.5, warn=False):
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list