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:
parent
36f2af810a
commit
454e9aca14
@ -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.maxscales->disconnect();
|
||||
|
||||
test.stop_timeout();
|
||||
|
||||
return test.global_result;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user