diff --git a/test/integration/connect/envoy/run-tests.sh b/test/integration/connect/envoy/run-tests.sh index b50b57869..fc5c1861a 100755 --- a/test/integration/connect/envoy/run-tests.sh +++ b/test/integration/connect/envoy/run-tests.sh @@ -587,8 +587,6 @@ function run_container_jaeger { function run_container_test-sds-server { docker run -d --name $(container_name) \ $WORKDIR_SNIPPET \ - -v "$PWD/test-sds-server/certs:/usr/sds/certs" \ - -w /usr/sds \ $(network_snippet primary) \ "test-sds-server" } diff --git a/test/integration/connect/envoy/test-sds-server/sds.go b/test/integration/connect/envoy/test-sds-server/sds.go index 171558547..1657e31a1 100644 --- a/test/integration/connect/envoy/test-sds-server/sds.go +++ b/test/integration/connect/envoy/test-sds-server/sds.go @@ -140,7 +140,7 @@ func makeLoggerCallbacks(log hclog.Logger) *xds.CallbackFuncs { return nil }, StreamResponseFunc: func(id int64, req *discovery.DiscoveryRequest, resp *discovery.DiscoveryResponse) { - log.Trace("gRPC stream request", "id", id, + log.Trace("gRPC stream response", "id", id, "resp.typeURL", resp.TypeUrl, "resp.version", resp.VersionInfo, )