This is an automated email from the ASF dual-hosted git repository.

jhg03a pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 0b538c6  fixed an issue where TO integration tests hang (#3938)
0b538c6 is described below

commit 0b538c68f35f044e06a0a3f23bace535c1d43890
Author: ocket8888 <[email protected]>
AuthorDate: Sun Sep 29 16:56:24 2019 -0600

    fixed an issue where TO integration tests hang (#3938)
---
 infrastructure/cdn-in-a-box/traffic_ops_integration_test/run.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/infrastructure/cdn-in-a-box/traffic_ops_integration_test/run.sh 
b/infrastructure/cdn-in-a-box/traffic_ops_integration_test/run.sh
index 5b44953..9b942b1 100755
--- a/infrastructure/cdn-in-a-box/traffic_ops_integration_test/run.sh
+++ b/infrastructure/cdn-in-a-box/traffic_ops_integration_test/run.sh
@@ -45,4 +45,3 @@ to-get api/1.4/dbdump > dbdump.api
 diff dbdump.api dbdump.manual && rm -f dbdump.api dbdump.manual
 
 ./traffic_ops_integration_test -test.v -cfg=traffic-ops-test.conf 2>&1 | 
./go-junit-report --package-name=golang.test.toapi --set-exit-code > 
/junit/golang.test.toapi.xml && find /junit -type 'f' | xargs chmod 664 && cat 
/junit/golang.test.toapi.xml
-sleep 8000

Reply via email to