Kinetica   C#   API  Version 7.2.3.0
Test.Test Class Reference

Runs some tests on multihead ingestion. More...

Static Public Member Functions

static void ProcessArgs (string []args, out Kinetica.Options? options, out string? jdbcDriverPath)
 
static void TestJdbc (string serverUrl, Kinetica.Options serverOptions, string? jdbcDriverPath)
 
static string GenerateDate (Random rng)
 Generate a random date. More...
 
static string GenerateDateTime (Random rng)
 Generate a random datetime. More...
 
static string GenerateDecimal (Random rng)
 Generate a random decimal value (up to 15 digits of precision and up to four digits of scale). More...
 
static string GenerateIpv4 (Random rng)
 Generate a random IPv4 address. More...
 
static string GenerateTime (Random rng)
 Generate a random time of the format HH:MM:SS[.mmm]. More...
 

Detailed Description

Runs some tests on multihead ingestion.

In order to run them, use the Visual Studio solution named 'gpudb-api-cs-with-tests'. Do NOT push either that soultion or this file to github!!!!!!!

Definition at line 36 of file Test.cs.

Member Function Documentation

◆ GenerateDate()

static string Test.Test.GenerateDate ( Random  rng)
inlinestatic

Generate a random date.

Parameters
rngThe random number generator to use.
Returns
A string containing a valid random date.

Definition at line 981 of file Test.cs.

◆ GenerateDateTime()

static string Test.Test.GenerateDateTime ( Random  rng)
inlinestatic

Generate a random datetime.

Parameters
rngThe random number generator to use.
Returns
A string containing a valid random date.

Definition at line 997 of file Test.cs.

◆ GenerateDecimal()

static string Test.Test.GenerateDecimal ( Random  rng)
inlinestatic

Generate a random decimal value (up to 15 digits of precision and up to four digits of scale).

Parameters
rngThe random number generator to use.
Returns
A string containing a random decimal value.

Definition at line 1040 of file Test.cs.

◆ GenerateIpv4()

static string Test.Test.GenerateIpv4 ( Random  rng)
inlinestatic

Generate a random IPv4 address.

Parameters
rngThe random number generator to use.
Returns
A string containing a random IPv4 address.

Definition at line 1057 of file Test.cs.

◆ GenerateTime()

static string Test.Test.GenerateTime ( Random  rng)
inlinestatic

Generate a random time of the format HH:MM:SS[.mmm].

Parameters
rngThe random number generator to use.
Returns
A string containing a valid random time.

Definition at line 1074 of file Test.cs.

◆ ProcessArgs()

static void Test.Test.ProcessArgs ( string []  args,
out Kinetica.Options options,
out string?  jdbcDriverPath 
)
inlinestatic

Definition at line 97 of file Test.cs.

◆ TestJdbc()

static void Test.Test.TestJdbc ( string  serverUrl,
Kinetica.Options  serverOptions,
string?  jdbcDriverPath 
)
inlinestatic

Definition at line 946 of file Test.cs.


The documentation for this class was generated from the following file: