#include <stdio.h>
#include <string.h>
#include <grpc/byte_buffer.h>
#include <grpc/support/alloc.h>
#include <grpc/support/log.h>
#include <grpc/support/time.h>
#include "test/core/end2end/cq_verifier.h"
#include "test/core/end2end/end2end_tests.h"
Go to the source code of this file.
Functions | |
void | disappearing_server (grpc_end2end_test_config config) |
void | disappearing_server_pre_init (void) |
static void | disappearing_server_test (grpc_end2end_test_config config) |
static void | do_request_and_shutdown_server (grpc_end2end_test_config, grpc_end2end_test_fixture *f, cq_verifier *cqv) |
static void | drain_cq (grpc_completion_queue *cq) |
static void | end_test (grpc_end2end_test_fixture *f) |
static gpr_timespec | five_seconds_from_now (void) |
static gpr_timespec | n_seconds_from_now (int n) |
static void | shutdown_client (grpc_end2end_test_fixture *f) |
static void | shutdown_server (grpc_end2end_test_fixture *f) |
static void * | tag (intptr_t t) |
void disappearing_server | ( | grpc_end2end_test_config | config | ) |
Definition at line 208 of file disappearing_server.cc.
void disappearing_server_pre_init | ( | void | ) |
Definition at line 215 of file disappearing_server.cc.
|
static |
Definition at line 185 of file disappearing_server.cc.
|
static |
Definition at line 68 of file disappearing_server.cc.
|
static |
Definition at line 40 of file disappearing_server.cc.
|
static |
Definition at line 59 of file disappearing_server.cc.
|
static |
Definition at line 36 of file disappearing_server.cc.
|
static |
Definition at line 32 of file disappearing_server.cc.
|
static |
Definition at line 53 of file disappearing_server.cc.
|
static |
Definition at line 47 of file disappearing_server.cc.
|
static |
Definition at line 30 of file disappearing_server.cc.