Skip to content

Commit

Permalink
fix asan?
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Wilk <alyssar@chromium.org>
  • Loading branch information
alyssawilk committed Apr 28, 2021
1 parent e0aeb76 commit 6525ecf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/protocol_integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1621,6 +1621,8 @@ TEST_P(DownstreamProtocolIntegrationTest, ManyRequestTrailersRejected) {
auto encoder_decoder = codec_client_->startRequest(default_request_headers_);
request_encoder_ = &encoder_decoder.first;
auto response = std::move(encoder_decoder.second);
ASSERT_TRUE(fake_upstreams_[0]->waitForHttpConnection(*dispatcher_, fake_upstream_connection_));
EXPECT_TRUE(fake_upstream_connection_->waitForNewStream(*dispatcher_, upstream_request_));
codec_client_->sendData(*request_encoder_, 1, false);
codec_client_->sendTrailers(*request_encoder_, request_trailers);

Expand Down

0 comments on commit 6525ecf

Please sign in to comment.