Skip to content

Commit

Permalink
test: fixing some flakes (#19464)
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Wilk <[email protected]>
  • Loading branch information
alyssawilk authored Jan 11, 2022
1 parent 63c1028 commit 0f4acda
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ TEST_P(StartTlsIntegrationTest, SwitchToTlsFromClient) {

FakeRawConnectionPtr fake_upstream_connection;
ASSERT_TRUE(fake_upstreams_[0]->waitForRawConnection(fake_upstream_connection));
ASSERT_THAT(test_server_->server().listenerManager().numConnections(), 1);

// Send a message to fake_upstream via Envoy.
ASSERT_TRUE(tcp_client->write("hello"));
Expand Down
1 change: 1 addition & 0 deletions test/integration/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,7 @@ envoy_cc_test(
srcs = [
"buffer_accounting_integration_test.cc",
],
shard_count = 2,
deps = [
":base_overload_integration_test_lib",
":http_integration_lib",
Expand Down

0 comments on commit 0f4acda

Please sign in to comment.