Log end of bug601 verbosely
The test appears to fail to connect to MaxScale due to unavailability of connections. Theoretically, the improvement in accept speed due to SO_REUSEPORT additions could explain the faster exhaustion of available sockets.
This commit is contained in:
@ -120,7 +120,10 @@ int main(int argc, char* argv[])
|
||||
|
||||
Test->tprintf("Dropping user", Test->maxscales->user_name);
|
||||
Test->try_query(Test->maxscales->conn_rwsplit[0], (char*) "DROP USER user@'%%';");
|
||||
|
||||
Test->maxscales->verbose = true;
|
||||
Test->check_maxscale_alive(0);
|
||||
Test->maxscales->verbose = false;
|
||||
|
||||
int rval = Test->global_result;
|
||||
delete Test;
|
||||
|
||||
Reference in New Issue
Block a user