Print the JSON in avro_alter

The test now prints the output in avro_alter. The replicate_from_master
function also stops maxscale before removing the files.
This commit is contained in:
Markus Mäkelä
2017-07-06 13:31:38 +03:00
parent d0d19f3ded
commit af99ab3b72
2 changed files with 3 additions and 1 deletions

View File

@ -968,8 +968,9 @@ bool TestConnections::replicate_from_master()
mysql_close(conn);
/** Clean up MaxScale directories */
ssh_maxscale(true, "service maxscale stop");
prepare_binlog();
ssh_maxscale(true, "service maxscale restart");
ssh_maxscale(true, "service maxscale start");
char log_file[256] = "";
char log_pos[256] = "4";