Merge pull request #21999 from yashykt/xdsinteropclangtidy

Clang tidy xds interop client
pull/21967/head
Yash Tibrewal 5 years ago committed by GitHub
commit a77d7c0f5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      test/cpp/interop/xds_interop_client.cc

@ -227,6 +227,7 @@ int main(int argc, char** argv) {
std::vector<std::thread> test_threads;
test_threads.reserve(FLAGS_num_channels);
for (int i = 0; i < FLAGS_num_channels; i++) {
test_threads.emplace_back(
std::thread(&RunTestLoop, FLAGS_server, duration_per_query));

Loading…
Cancel
Save