Skip to content

Commit

Permalink
test: hopefully deflaking tag extraction test (envoyproxy#32280)
Browse files Browse the repository at this point in the history
Signed-off-by: Alyssa Wilk <[email protected]>
  • Loading branch information
alyssawilk authored Feb 8, 2024
1 parent 5eaa5f9 commit 87949aa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/integration/xfcc_integration_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,11 @@ TEST_P(XfccIntegrationTest, TagExtractedNameGenerationTest) {
});
initialize();

// Make sure worker threads are established (#32237).
BufferingStreamDecoderPtr response = IntegrationUtil::makeSingleRequest(
test_server_->adminAddress(), "GET", "/config_dump", "", Http::CodecType::HTTP1);
EXPECT_TRUE(response->complete());

// Commented sample code to regenerate the map literals used below in the test log if necessary:

// std::cout << "tag_extracted_counter_map = {";
Expand Down

0 comments on commit 87949aa

Please sign in to comment.