Merge branch '2.2' into develop
This commit is contained in:
@ -122,8 +122,7 @@ void test2(TestConnections& test)
|
||||
test.add_result(strcmp(buffer1, buffer2) == 0, "Expected results to differ");
|
||||
test.add_result(strcmp(buffer2, server_id) != 0,
|
||||
"Expected prepare 2 to go to the master (%s) but it's %s",
|
||||
server_id[0],
|
||||
buffer2);
|
||||
server_id, buffer2);
|
||||
}
|
||||
|
||||
void test3(TestConnections& test)
|
||||
@ -177,8 +176,7 @@ void test3(TestConnections& test)
|
||||
sprintf(server_id, "%d", test.repl->get_server_id(0));
|
||||
test.add_result(strcmp(buffer, server_id) != 0,
|
||||
"Expected the execute inside a transaction to go to the master (%s) but it's %s",
|
||||
server_id[0],
|
||||
buffer);
|
||||
server_id, buffer);
|
||||
}
|
||||
|
||||
int main(int argc, char** argv)
|
||||
|
||||
Reference in New Issue
Block a user