From 87767d82d77b75e8b7bc5da11c94f29cb035ed47 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Mon, 6 Mar 2023 09:46:11 -0800 Subject: hs-test: nginx mirroring test improvements - avoid setting LD_PRELOAD for container - save nginx error log to shared volume - reduce test run time to 10s - add vcl and ldp debug env variables to docker file. Default to disabled. Type: test Signed-off-by: Florin Coras Change-Id: I401ac74e7c0ebe87befedb44150b04f773f244ea --- extras/hs-test/script/nginx_ldp.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 extras/hs-test/script/nginx_ldp.sh (limited to 'extras/hs-test/script') diff --git a/extras/hs-test/script/nginx_ldp.sh b/extras/hs-test/script/nginx_ldp.sh new file mode 100755 index 00000000000..90146f61443 --- /dev/null +++ b/extras/hs-test/script/nginx_ldp.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +LD_PRELOAD=$LDP nginx $@ 2>&1 > /proc/1/fd/1 -- cgit 1.2.3-korg