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/mirroring_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extras/hs-test/mirroring_test.go') diff --git a/extras/hs-test/mirroring_test.go b/extras/hs-test/mirroring_test.go index 97c6c8dbf45..6c42fe8f126 100644 --- a/extras/hs-test/mirroring_test.go +++ b/extras/hs-test/mirroring_test.go @@ -9,7 +9,7 @@ func (s *NginxSuite) TestMirroring() { path := "/64B.json" - testCommand := "wrk -c 20 -t 10 -d 40 http://" + proxyAddress + ":80" + path + testCommand := "wrk -c 20 -t 10 -d 10 http://" + proxyAddress + ":80" + path s.log(testCommand) o, _ := exechelper.Output(testCommand) s.log(string(o)) -- cgit 1.2.3-korg