Fix avro and avro_alter

The tests should check whether the nodes are alive.
This commit is contained in:
Markus Mäkelä
2019-11-04 11:06:40 +02:00
parent 3bb87d3dc3
commit ca52d1cdce
2 changed files with 0 additions and 2 deletions

View File

@ -25,7 +25,6 @@ int main(int argc, char* argv[])
{
int exit_code;
TestConnections::skip_maxscale_start(true);
TestConnections::check_nodes(false);
TestConnections test(argc, argv);
test.set_timeout(600);
test.maxscales->ssh_node(0, (char*) "rm -rf /var/lib/maxscale/avro", true);

View File

@ -11,7 +11,6 @@ int main(int argc, char* argv[])
{
int exit_code;
TestConnections::skip_maxscale_start(true);
TestConnections::check_nodes(false);
TestConnections test(argc, argv);
test.set_timeout(600);
test.maxscales->ssh_node(0, (char*) "rm -rf /var/lib/maxscale/avro", true);