Fix test failures

Replaced sleep in bug676 with wait_for_monitor, removed unsupported
commands from maxinfo_sql.
This commit is contained in:
Markus Mäkelä
2018-06-12 21:56:46 +03:00
parent 61cc709519
commit 17535acfc3
2 changed files with 1 additions and 3 deletions

View File

@ -14,8 +14,6 @@ int main(int argc, char** argv)
{
vector<string> commands(
{
"SET SERVER server1 master",
"CLEAR SERVER server1 master",
"FLUSH LOGS",
"SHOW VARIABLES",
"SHOW VARIABLES LIKE '%version%'",