Shorten mxs812_1
Three iterations should be adequate for most cases.
This commit is contained in:
@ -60,7 +60,7 @@ int main(int argc, char *argv[])
|
|||||||
{
|
{
|
||||||
TestConnections * Test = new TestConnections(argc, argv);
|
TestConnections * Test = new TestConnections(argc, argv);
|
||||||
Test->set_timeout(300);
|
Test->set_timeout(300);
|
||||||
int iter = 10;
|
int iter = 3;
|
||||||
|
|
||||||
Test->repl->execute_query_all_nodes( (char *) "set global max_allowed_packet=10000000");
|
Test->repl->execute_query_all_nodes( (char *) "set global max_allowed_packet=10000000");
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user