HCE Project Python language Distributed Tasks Manager Application, Distributed Crawler Application and client API bindings.  2.0.0-chaika
Hierarchical Cluster Engine Python language binding
ftests.ftest_crc32 Namespace Reference

Variables

string _connection_uid = 'AAA'
 
dictionary h = {}
 
 t = time.time()
 
string s1 = socket.gethostname() + "-"
 
string s2 = "-" + uuid.uuid1().hex + "-" + str(_connection_uid)
 
int i = 1
 
int j = 0
 
int maxItr = 10000000
 
 ts = str(t)
 

Variable Documentation

◆ _connection_uid

string ftests.ftest_crc32._connection_uid = 'AAA'
private

Definition at line 22 of file ftest_crc32.py.

◆ h

dictionary ftests.ftest_crc32.h = {}

Definition at line 25 of file ftest_crc32.py.

◆ i

int ftests.ftest_crc32.i = 1

Definition at line 29 of file ftest_crc32.py.

◆ j

int ftests.ftest_crc32.j = 0

Definition at line 30 of file ftest_crc32.py.

◆ maxItr

int ftests.ftest_crc32.maxItr = 10000000

Definition at line 31 of file ftest_crc32.py.

◆ s1

string ftests.ftest_crc32.s1 = socket.gethostname() + "-"

Definition at line 27 of file ftest_crc32.py.

◆ s2

string ftests.ftest_crc32.s2 = "-" + uuid.uuid1().hex + "-" + str(_connection_uid)

Definition at line 28 of file ftest_crc32.py.

◆ t

ftests.ftest_crc32.t = time.time()

Definition at line 26 of file ftest_crc32.py.

◆ ts

ftests.ftest_crc32.ts = str(t)

Definition at line 33 of file ftest_crc32.py.