Stop timeout before finishing test
This helps distinguish actual timeouts that happen during the test and timeouts that happen during the test shutdown.
This commit is contained in:
@ -64,5 +64,7 @@ int main(int argc, char* argv[])
|
|||||||
test.expect(mysql_query(test.maxscales->conn_rwsplit[0], "SELECT 1") == 0, "Normal queries should work");
|
test.expect(mysql_query(test.maxscales->conn_rwsplit[0], "SELECT 1") == 0, "Normal queries should work");
|
||||||
test.maxscales->disconnect();
|
test.maxscales->disconnect();
|
||||||
|
|
||||||
|
test.stop_timeout();
|
||||||
|
|
||||||
return test.global_result;
|
return test.global_result;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user