The FreeRADIUS server  $Id: 15bac2a4c627c01d1aa2047687b3418955ac7f00 $
Data Structures | Macros | Functions | Variables
test.c File Reference
#include <freeradius-devel/util/acutest.h>
#include "base.h"
#include "io.h"
#include "pipeline.h"
+ Include dependency graph for test.c:

Go to the source code of this file.

Data Structures

struct  redis_pipeline_stats_t
 

Macros

#define DEBUG_LVL_SET   if (test_verbose_level_ >= 3) fr_debug_lvl = L_DBG_LVL_4 + 1
 

Functions

static void _command_complete (request_t *request, fr_dlist_head_t *completed, void *rctx)
 
static void _command_failed (request_t *request, fr_dlist_head_t *completed, void *rctx)
 
static void test_basic_connection (void)
 

Variables

 TEST_LIST
 

Data Structure Documentation

◆ redis_pipeline_stats_t

struct redis_pipeline_stats_t

Definition at line 12 of file test.c.

+ Collaboration diagram for redis_pipeline_stats_t:
Data Fields
uint64_t enqueued
fr_time_t start

Macro Definition Documentation

◆ DEBUG_LVL_SET

#define DEBUG_LVL_SET   if (test_verbose_level_ >= 3) fr_debug_lvl = L_DBG_LVL_4 + 1

Definition at line 9 of file test.c.

Function Documentation

◆ _command_complete()

static void _command_complete ( request_t request,
fr_dlist_head_t completed,
void *  rctx 
)
static

Definition at line 17 of file test.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ _command_failed()

static void _command_failed ( request_t request,
fr_dlist_head_t completed,
void *  rctx 
)
static

Definition at line 34 of file test.c.

+ Here is the caller graph for this function:

◆ test_basic_connection()

static void test_basic_connection ( void  )
static

Definition at line 39 of file test.c.

+ Here is the call graph for this function:

Variable Documentation

◆ TEST_LIST

TEST_LIST
Initial value:
= {
{ "Basic - Connection", test_basic_connection},
{ NULL }
}
static void test_basic_connection(void)
Definition: test.c:39

Definition at line 84 of file test.c.