pull/35634/head
Yash Tibrewal 1 year ago
parent ecc1d89b43
commit a8213cd10a
  1. 5
      test/cpp/interop/xds_interop_server_test.cc

@ -37,8 +37,9 @@ namespace {
void ServerLoop(int port, grpc_core::Mutex* mutex,
grpc_core::CondVar* condition, Server** server) {
RunServer(false, port, /* should not be used */ -1, "127.0.0.1",
"test_server", [&](Server* s) {
RunServer(false, /*enable_csm_observability=*/false, port,
/* should not be used */ -1, "127.0.0.1", "test_server",
[&](Server* s) {
grpc_core::MutexLock lock(mutex);
*server = s;
condition->Signal();

Loading…
Cancel
Save