Mxs 2226 long test (#186)

* add possibility to run named test

* remove sysbench_dir

* remove unsupported in 1.0 sysbench options

* exculed ReadConnRouter sysbench test

* fix sysbench table name
This commit is contained in:
Timofey Turenko
2018-12-31 17:27:04 +02:00
committed by GitHub
parent 0b67a22add
commit 038f4d63e1
9 changed files with 85 additions and 104 deletions

View File

@ -431,12 +431,6 @@ void TestConnections::read_env()
//env = getenv("get_logs_command"); if (env != NULL) {sprintf(get_logs_command, "%s", env);}
env = getenv("sysbench_dir");
if (env != NULL)
{
sprintf(sysbench_dir, "%s", env);
}
//env = getenv("test_dir"); if (env != NULL) {sprintf(test_dir, "%s", env);}
ssl = false;