Fix avro and avro_alter
The tests should check whether the nodes are alive.
This commit is contained in:
@ -25,7 +25,6 @@ int main(int argc, char* argv[])
|
|||||||
{
|
{
|
||||||
int exit_code;
|
int exit_code;
|
||||||
TestConnections::skip_maxscale_start(true);
|
TestConnections::skip_maxscale_start(true);
|
||||||
TestConnections::check_nodes(false);
|
|
||||||
TestConnections test(argc, argv);
|
TestConnections test(argc, argv);
|
||||||
test.set_timeout(600);
|
test.set_timeout(600);
|
||||||
test.maxscales->ssh_node(0, (char*) "rm -rf /var/lib/maxscale/avro", true);
|
test.maxscales->ssh_node(0, (char*) "rm -rf /var/lib/maxscale/avro", true);
|
||||||
|
|||||||
@ -11,7 +11,6 @@ int main(int argc, char* argv[])
|
|||||||
{
|
{
|
||||||
int exit_code;
|
int exit_code;
|
||||||
TestConnections::skip_maxscale_start(true);
|
TestConnections::skip_maxscale_start(true);
|
||||||
TestConnections::check_nodes(false);
|
|
||||||
TestConnections test(argc, argv);
|
TestConnections test(argc, argv);
|
||||||
test.set_timeout(600);
|
test.set_timeout(600);
|
||||||
test.maxscales->ssh_node(0, (char*) "rm -rf /var/lib/maxscale/avro", true);
|
test.maxscales->ssh_node(0, (char*) "rm -rf /var/lib/maxscale/avro", true);
|
||||||
|
|||||||
Reference in New Issue
Block a user