
MXS-2236 Add own long test and possibility to run tests under Valgrind Long test executes INSERT queries, transactions, prepared statements in parallel to create weird load on Maxscale to catch crashes and leaks Test is not included into ctest scope. Test should be executed manually. For BuildBot (and also for run_test.sh) 'test_set' should be set 'NAME# ./long_test' Time to run test is defined by 'long_test_time' variable (in seconds) Possibility to run Maxscale under Valgrind is also added. To run Maxscale under Vaslgrind 'use_valgrind=yes' variable have to be defined
67 lines
1.5 KiB
Plaintext
67 lines
1.5 KiB
Plaintext
{
|
|
"node_000" :
|
|
{
|
|
"hostname" : "node000",
|
|
"box" : "${backend_box}",
|
|
"memory_size" : "${vm_memory}",
|
|
"product" : {
|
|
"name": "${product}",
|
|
"version": "${version}",
|
|
"cnf_template" : "server1.cnf",
|
|
"cnf_template_path": "${cnf_path}"
|
|
}
|
|
|
|
},
|
|
|
|
"node_001" :
|
|
{
|
|
"hostname" : "node001",
|
|
"box" : "${backend_box}",
|
|
"memory_size" : "${vm_memory}",
|
|
"product" : {
|
|
"name": "${product}",
|
|
"version": "${version}",
|
|
"cnf_template" : "server2.cnf",
|
|
"cnf_template_path": "${cnf_path}"
|
|
}
|
|
},
|
|
|
|
"node_002" :
|
|
{
|
|
"hostname" : "node002",
|
|
"box" : "${backend_box}",
|
|
"memory_size" : "${vm_memory}",
|
|
"product" : {
|
|
"name": "${product}",
|
|
"version": "${version}",
|
|
"cnf_template" : "server3.cnf",
|
|
"cnf_template_path": "${cnf_path}"
|
|
}
|
|
},
|
|
|
|
"node_003" :
|
|
{
|
|
"hostname" : "node003",
|
|
"box" : "${backend_box}",
|
|
"memory_size" : "${vm_memory}",
|
|
"product" : {
|
|
"name": "${product}",
|
|
"version": "${version}",
|
|
"cnf_template" : "server4.cnf",
|
|
"cnf_template_path": "${cnf_path}"
|
|
}
|
|
},
|
|
|
|
"maxscale_000" :
|
|
{
|
|
"hostname" : "maxscale1",
|
|
"box" : "${box}",
|
|
"memory_size" : "${vm_memory}",
|
|
"product" : {
|
|
"name" : "maxscale_ci",
|
|
"version" : "${target}"
|
|
}
|
|
|
|
}
|
|
}
|