From 1c8cccb4aacafef43922cd244cb9aaf93f13422a Mon Sep 17 00:00:00 2001 From: Chris Solidum Date: Thu, 3 Mar 2022 19:24:05 -0800 Subject: [PATCH] Update testdata files --- testdata/http_test_config.json | 3 ++- testdata/http_test_config.yaml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/testdata/http_test_config.json b/testdata/http_test_config.json index d90bc1624..f3dcf2cc9 100644 --- a/testdata/http_test_config.json +++ b/testdata/http_test_config.json @@ -30,6 +30,7 @@ }, "FlushFile": "", "FlushMaxPerBody": 0, + "FlushOnShutdown": false, "FlushWatchdogMissedFlushes": 0, "ForwardAddress": "", "ForwardUseGrpc": false, @@ -143,4 +144,4 @@ "XrayAddress": "", "XrayAnnotationTags": null, "XraySamplePercentage": 0 -} \ No newline at end of file +} diff --git a/testdata/http_test_config.yaml b/testdata/http_test_config.yaml index 53b9e52ef..01bb7c39b 100644 --- a/testdata/http_test_config.yaml +++ b/testdata/http_test_config.yaml @@ -27,6 +27,7 @@ features: migrate_span_sinks: false flush_file: "" flush_max_per_body: 0 +flush_on_shutdown: false flush_watchdog_missed_flushes: 0 forward_address: "" forward_use_grpc: false