#include <inttypes.h>#include <stdio.h>#include <string.h>#include <grpc/byte_buffer.h>#include <grpc/grpc.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 | |
| static grpc_end2end_test_fixture | begin_test (grpc_end2end_test_config config, const char *test_name, grpc_channel_args *client_args, grpc_channel_args *server_args) |
| 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) |
| void | negative_deadline (grpc_end2end_test_config config) |
| void | negative_deadline_pre_init (void) |
| static void | shutdown_client (grpc_end2end_test_fixture *f) |
| static void | shutdown_server (grpc_end2end_test_fixture *f) |
| static void | simple_request_body (grpc_end2end_test_config, grpc_end2end_test_fixture f, size_t num_ops) |
| static void * | tag (intptr_t t) |
| static void | test_invoke_simple_request (grpc_end2end_test_config config, size_t num_ops) |
|
static |
Definition at line 35 of file negative_deadline.cc.
|
static |
Definition at line 55 of file negative_deadline.cc.
|
static |
Definition at line 80 of file negative_deadline.cc.
|
static |
Definition at line 51 of file negative_deadline.cc.
|
static |
Definition at line 47 of file negative_deadline.cc.
| void negative_deadline | ( | grpc_end2end_test_config | config | ) |
Definition at line 163 of file negative_deadline.cc.
| void negative_deadline_pre_init | ( | void | ) |
Definition at line 170 of file negative_deadline.cc.
|
static |
Definition at line 74 of file negative_deadline.cc.
|
static |
Definition at line 62 of file negative_deadline.cc.
|
static |
Definition at line 89 of file negative_deadline.cc.
|
static |
Definition at line 33 of file negative_deadline.cc.
|
static |
Definition at line 153 of file negative_deadline.cc.