Skip to content

Commit

Permalink
test: fix streaming shadow flake (#26605)
Browse files Browse the repository at this point in the history
fix streaming shadow test flake

Signed-off-by: Paul Gallagher <[email protected]>
  • Loading branch information
paul-r-gall authored Apr 10, 2023
1 parent 3afe112 commit 4b730e4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/integration/shadow_policy_integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,8 @@ TEST_P(ShadowPolicyIntegrationTest, RequestMirrorPolicyWithShadowOnlyTimeout) {
// Clean up.
ASSERT_TRUE(fake_upstream_connection_main->close());
ASSERT_TRUE(fake_upstream_connection_main->waitForDisconnect());
ASSERT_TRUE(fake_upstream_connection_shadow->close());
ASSERT_TRUE(fake_upstream_connection_shadow->waitForDisconnect());

cleanupUpstreamAndDownstream();

Expand Down

0 comments on commit 4b730e4

Please sign in to comment.