Functions
max_message_length.cc File Reference
#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 "src/core/lib/channel/channel_args.h"
#include "src/core/lib/iomgr/exec_ctx.h"
#include "src/core/lib/slice/slice_internal.h"
#include "src/core/lib/slice/slice_string_helpers.h"
#include "test/core/end2end/cq_verifier.h"
#include "test/core/end2end/end2end_tests.h"
Include dependency graph for max_message_length.cc:

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 grpc_metadata gzip_compression_override ()
 
void max_message_length (grpc_end2end_test_config config)
 
void max_message_length_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 * tag (intptr_t t)
 
static void test_max_message_length_on_request (grpc_end2end_test_config config, bool send_limit, bool use_service_config, bool use_string_json_value)
 
static void test_max_message_length_on_response (grpc_end2end_test_config config, bool send_limit, bool use_service_config, bool use_string_json_value)
 
static void test_max_receive_message_length_on_compressed_request (grpc_end2end_test_config config, bool minimal_stack)
 
static void test_max_receive_message_length_on_compressed_response (grpc_end2end_test_config config, bool minimal_stack)
 

Function Documentation

◆ begin_test()

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

Definition at line 36 of file max_message_length.cc.

◆ drain_cq()

static void drain_cq ( grpc_completion_queue cq)
static

Definition at line 59 of file max_message_length.cc.

◆ end_test()

static void end_test ( grpc_end2end_test_fixture f)
static

Definition at line 83 of file max_message_length.cc.

◆ five_seconds_from_now()

static gpr_timespec five_seconds_from_now ( void  )
static

Definition at line 55 of file max_message_length.cc.

◆ gzip_compression_override()

static grpc_metadata gzip_compression_override ( )
static

Definition at line 473 of file max_message_length.cc.

◆ max_message_length()

void max_message_length ( grpc_end2end_test_config  config)

Definition at line 798 of file max_message_length.cc.

◆ max_message_length_pre_init()

void max_message_length_pre_init ( void  )

Definition at line 834 of file max_message_length.cc.

◆ n_seconds_from_now()

static gpr_timespec n_seconds_from_now ( int  n)
static

Definition at line 51 of file max_message_length.cc.

◆ shutdown_client()

static void shutdown_client ( grpc_end2end_test_fixture f)
static

Definition at line 77 of file max_message_length.cc.

◆ shutdown_server()

static void shutdown_server ( grpc_end2end_test_fixture f)
static

Definition at line 66 of file max_message_length.cc.

◆ tag()

static void* tag ( intptr_t  t)
static

Definition at line 34 of file max_message_length.cc.

◆ test_max_message_length_on_request()

static void test_max_message_length_on_request ( grpc_end2end_test_config  config,
bool  send_limit,
bool  use_service_config,
bool  use_string_json_value 
)
static

Definition at line 95 of file max_message_length.cc.

◆ test_max_message_length_on_response()

static void test_max_message_length_on_response ( grpc_end2end_test_config  config,
bool  send_limit,
bool  use_service_config,
bool  use_string_json_value 
)
static

Definition at line 286 of file max_message_length.cc.

◆ test_max_receive_message_length_on_compressed_request()

static void test_max_receive_message_length_on_compressed_request ( grpc_end2end_test_config  config,
bool  minimal_stack 
)
static

Definition at line 484 of file max_message_length.cc.

◆ test_max_receive_message_length_on_compressed_response()

static void test_max_receive_message_length_on_compressed_response ( grpc_end2end_test_config  config,
bool  minimal_stack 
)
static

Definition at line 642 of file max_message_length.cc.



grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:23