#include <iostream>#include <memory>#include <sstream>#include <string>#include "absl/flags/flag.h"#include <grpc/support/log.h>#include <grpcpp/channel.h>#include <grpcpp/client_context.h>#include <grpcpp/create_channel.h>#include "src/proto/grpc/testing/echo.grpc.pb.h"#include "test/cpp/util/test_config.h"
Go to the source code of this file.
Functions | |
| ABSL_FLAG (std::string, address, "", "Address to connect to") | |
| ABSL_FLAG (std::string, mode, "", "Test mode to use") | |
| int | main (int argc, char **argv) |
Definition at line 40 of file server_crash_test_client.cc.