#include <stdio.h>
#include <string.h>
#include <string>
#include "absl/strings/str_cat.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) |
void | high_initial_seqno (grpc_end2end_test_config config) |
void | high_initial_seqno_pre_init (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 | simple_request_body (grpc_end2end_test_config, grpc_end2end_test_fixture f) |
static void * | tag (intptr_t t) |
static void | test_invoke_10_simple_requests (grpc_end2end_test_config config, int initial_sequence_number) |
|
static |
Definition at line 38 of file high_initial_seqno.cc.
|
static |
Definition at line 58 of file high_initial_seqno.cc.
|
static |
Definition at line 83 of file high_initial_seqno.cc.
|
static |
Definition at line 54 of file high_initial_seqno.cc.
void high_initial_seqno | ( | grpc_end2end_test_config | config | ) |
Definition at line 229 of file high_initial_seqno.cc.
void high_initial_seqno_pre_init | ( | void | ) |
Definition at line 236 of file high_initial_seqno.cc.
|
static |
Definition at line 50 of file high_initial_seqno.cc.
|
static |
Definition at line 77 of file high_initial_seqno.cc.
|
static |
Definition at line 65 of file high_initial_seqno.cc.
|
static |
Definition at line 92 of file high_initial_seqno.cc.
|
static |
Definition at line 36 of file high_initial_seqno.cc.
|
static |
Definition at line 204 of file high_initial_seqno.cc.