#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/string_util.h>
#include <grpc/support/time.h>
#include "src/core/ext/filters/client_channel/lb_policy_registry.h"
#include "src/core/lib/channel/channel_args.h"
#include "src/core/lib/gpr/useful.h"
#include "src/core/lib/iomgr/exec_ctx.h"
#include "test/core/end2end/cq_verifier.h"
#include "test/core/end2end/end2end_tests.h"
#include "test/core/end2end/tests/cancel_test_helpers.h"
#include "test/core/util/test_lb_policies.h"
Go to the source code of this file.
Namespaces | |
grpc_core | |
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 | retry_lb_drop (grpc_end2end_test_config config) |
void | retry_lb_drop_pre_init (void) |
static void | shutdown_client (grpc_end2end_test_fixture *f) |
static void | shutdown_server (grpc_end2end_test_fixture *f) |
static void * | tag (intptr_t t) |
static void | test_retry_lb_drop (grpc_end2end_test_config config) |
|
static |
Definition at line 104 of file retry_lb_drop.cc.
|
static |
Definition at line 124 of file retry_lb_drop.cc.
|
static |
Definition at line 149 of file retry_lb_drop.cc.
|
static |
Definition at line 120 of file retry_lb_drop.cc.
|
static |
Definition at line 116 of file retry_lb_drop.cc.
void retry_lb_drop | ( | grpc_end2end_test_config | config | ) |
Definition at line 267 of file retry_lb_drop.cc.
void retry_lb_drop_pre_init | ( | void | ) |
Definition at line 272 of file retry_lb_drop.cc.
|
static |
Definition at line 143 of file retry_lb_drop.cc.
|
static |
Definition at line 131 of file retry_lb_drop.cc.
|
static |
Definition at line 102 of file retry_lb_drop.cc.
|
static |
Definition at line 162 of file retry_lb_drop.cc.