You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by sh...@apache.org on 2020/05/12 15:36:15 UTC

[trafficserver] branch master updated: Make chunked_encoding test more reliable by killing nc process (#6762)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 6153118  Make chunked_encoding test more reliable by killing nc process (#6762)
6153118 is described below

commit 6153118241227abea9d3c1f98121d9d3905c4225
Author: Susan Hinrichs <sh...@yahoo-inc.com>
AuthorDate: Tue May 12 10:36:07 2020 -0500

    Make chunked_encoding test more reliable by killing nc process (#6762)
    
    Co-authored-by: Susan Hinrichs <sh...@verizonmedia.com>
---
 tests/gold_tests/chunked_encoding/case4.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/gold_tests/chunked_encoding/case4.sh b/tests/gold_tests/chunked_encoding/case4.sh
index e9b25da..582b806 100644
--- a/tests/gold_tests/chunked_encoding/case4.sh
+++ b/tests/gold_tests/chunked_encoding/case4.sh
@@ -17,3 +17,4 @@
 nc -l 8888 -o outserver4 -c "sh ./server4.sh" &
 sleep 1
 ./smuggle-client 127.0.0.1 ${1}
+kill %1