#include <cinttypes>
#include <memory>
#include <thread>
#include "absl/memory/memory.h"
#include <grpc/grpc.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/time.h>
#include <grpcpp/channel.h>
#include <grpcpp/client_context.h>
#include <grpcpp/create_channel.h>
#include <grpcpp/ext/health_check_service_server_builder_option.h>
#include <grpcpp/server.h>
#include <grpcpp/server_builder.h>
#include <grpcpp/server_context.h>
#include "src/core/ext/filters/client_channel/backup_poller.h"
#include "src/core/lib/gpr/tls.h"
#include "src/core/lib/iomgr/port.h"
#include "src/proto/grpc/health/v1/health.grpc.pb.h"
#include "src/proto/grpc/testing/duplicate/echo_duplicate.grpc.pb.h"
#include "src/proto/grpc/testing/echo.grpc.pb.h"
#include "test/core/util/port.h"
#include "test/core/util/test_config.h"
#include "test/cpp/util/string_ref_helper.h"
#include "test/cpp/util/test_credentials_provider.h"
#include <gtest/gtest.h>
Go to the source code of this file.
◆ main()
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
◆ cq_
std::unique_ptr<ServerCompletionQueue> cq_ |
|
protected |
◆ credentials_type
const std::string credentials_type |
◆ expectations_
◆ health_check_
HealthCheck health_check_ |
|
protected |
◆ health_check_service
bool health_check_service |
◆ inproc
◆ lambda_run_
◆ maybe_expectations_
std::map<void*, MaybeExpect> maybe_expectations_ |
|
private |
◆ message_content
const std::string message_content |
◆ ok
◆ port_
◆ seen
◆ server_
std::unique_ptr<Server> server_ |
|
protected |
◆ server_address_
std::ostringstream server_address_ |
|
protected |
◆ service_
std::unique_ptr<grpc::testing::EchoTestService::AsyncService> service_ |
|
protected |
◆ stub_
std::unique_ptr<grpc::testing::EchoTestService::Stub> stub_ |
|
protected |