Fix bug649
The `Test` is a pointer.
This commit is contained in:
parent
895d950da0
commit
5b0b1666cc
@ -82,7 +82,7 @@ int main(int argc, char *argv[])
|
||||
|
||||
Test->set_timeout(30);
|
||||
Test->tprintf("Trying query to RWSplit, expecting failure, but not a crash\n");
|
||||
test.try_query(Test->conn_rwsplit, "show processlist;");
|
||||
Test->add_result(execute_query(Test->conn_rwsplit, "show processlist;") == 0, "Query should fail");
|
||||
Test->tprintf("Setup firewall back to allow mysql\n");
|
||||
Test->repl->unblock_node(0);
|
||||
fflush(stdout);
|
||||
|
Loading…
x
Reference in New Issue
Block a user