Fix backend SSL tests

Due to incorrect SSL certs copying to backend and wrong setting in
maxscale.cnf it was not possible to active backend SSL.
Additionally, one more maxscale restart added to 'sql_queries' test
to reproduce SSL bug in 2.4.1.
Also ssl.cnf tuned in order to reproduce SSL bug
This commit is contained in:
Timofey Turenko
2019-08-29 17:21:49 +03:00
parent 5a7c68e3c9
commit a67bfd4cb9
8 changed files with 15 additions and 8 deletions

View File

@ -111,6 +111,9 @@ int main(int argc, char* argv[])
Test->check_maxscale_alive(0);
Test->maxscales->restart_maxscale(0);
Test->check_maxscale_alive(0);
int rval = Test->global_result;
delete Test;
return rval;