Skip to content

Commit

Permalink
test: fix http2_integration_test flake (envoyproxy#12450)
Browse files Browse the repository at this point in the history
Fixes envoyproxy#12442

Signed-off-by: Matt Klein <mklein@lyft.com>
Signed-off-by: Antonio Vicente <avd@google.com>
  • Loading branch information
mattklein123 authored and antoniovicente committed Sep 30, 2020
1 parent 3151090 commit 5dfc47c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/integration/http2_integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -829,6 +829,7 @@ TEST_P(Http2IntegrationTest, GrpcRetry) { testGrpcRetry(); }
// Verify the case where there is an HTTP/2 codec/protocol error with an active stream.
TEST_P(Http2IntegrationTest, CodecErrorAfterStreamStart) {
initialize();
fake_upstreams_[0]->set_allow_unexpected_disconnects(true);
codec_client_ = makeHttpConnection(lookupPort("http"));

// Sends a request.
Expand Down

0 comments on commit 5dfc47c

Please sign in to comment.