#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 | |
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, bool request_status_early) |
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) |
void | streaming_error_response (grpc_end2end_test_config config) |
void | streaming_error_response_pre_init (void) |
static void * | tag (intptr_t t) |
static void | test (grpc_end2end_test_config config, bool request_status_early, bool recv_message_separately) |
|
static |
Definition at line 35 of file streaming_error_response.cc.
|
static |
Definition at line 57 of file streaming_error_response.cc.
|
static |
Definition at line 82 of file streaming_error_response.cc.
|
static |
Definition at line 53 of file streaming_error_response.cc.
|
static |
Definition at line 49 of file streaming_error_response.cc.
|
static |
Definition at line 76 of file streaming_error_response.cc.
|
static |
Definition at line 64 of file streaming_error_response.cc.
void streaming_error_response | ( | grpc_end2end_test_config | config | ) |
Definition at line 286 of file streaming_error_response.cc.
void streaming_error_response_pre_init | ( | void | ) |
Definition at line 292 of file streaming_error_response.cc.
|
static |
Definition at line 33 of file streaming_error_response.cc.
|
static |
Definition at line 95 of file streaming_error_response.cc.