Skip to content

Commit

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

// Make sure worker threads are established (#32237).
sendRequestAndWaitForResponse(default_request_headers_, 0, default_response_headers_, 0);

// 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 36f855a

Please sign in to comment.