From f35d2110f41596037b13d7d9abda199f291a98f9 Mon Sep 17 00:00:00 2001 From: yanavlasov Date: Fri, 2 Aug 2019 16:56:12 -0400 Subject: [PATCH] Disable outbound flood mitigation through runtime config (#22) Signed-off-by: Yan Avlasov --- test/common/http/http2/codec_impl_test.cc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/common/http/http2/codec_impl_test.cc b/test/common/http/http2/codec_impl_test.cc index 7592ec0985d0..c619bde6b152 100644 --- a/test/common/http/http2/codec_impl_test.cc +++ b/test/common/http/http2/codec_impl_test.cc @@ -11,7 +11,11 @@ #include "test/common/http/common.h" #include "test/common/http/http2/http2_frame.h" #include "test/mocks/http/mocks.h" +#include "test/mocks/init/mocks.h" +#include "test/mocks/local_info/mocks.h" #include "test/mocks/network/mocks.h" +#include "test/mocks/protobuf/mocks.h" +#include "test/mocks/thread_local/mocks.h" #include "test/test_common/printers.h" #include "test/test_common/test_runtime.h" #include "test/test_common/utility.h"