summaryrefslogtreecommitdiff
path: root/mysql-test/suite/galera/t/galera_var_reject_queries.test
Commit message (Collapse)AuthorAgeFilesLines
* MDEV-21182: Galera test failure on MW-284Jan Lindström2019-11-301-2/+4
| | | | | galera_2nodes.cnf did not contain wsrep_on=1 on correct places. Fixed restart options to use correct configuration.
* MDEV-17801: Galera test failure on galera_var_reject_queriesJan Lindström2018-11-221-2/+5
| | | | | | | | | | | | | | | | Problem was that controlling connection i.e. connection that executed the query SET GLOBAL wsrep_reject_queries = ALL_KILL; was also killed but server would try to send result from that query to controlling connection resulting a assertion mysqld: /home/jan/mysql/10.2-sst/include/mysql/psi/mysql_socket.h:738: inline_mysql_socket_send: Assertion `mysql_socket.fd != -1' failed. as socket was closed when controlling connection was closed. wsrep_close_client_connections() Do not close controlling connection and instead of wsrep_close_thread() we do now soft kill by THD::awake wsrep_reject_queries_update() Call wsrep_close_client_connections using current thd.
* Fix test failure on galera_var_reject_queries.Jan Lindström2018-03-211-1/+1
|
* Refs: MW-245 - Adjust tests to account for the new behavior.Philip Stoev2018-03-201-1/+1
|
* refs MW-245: Galera MTR Tests: additional tests for wsrep_reject_queries, ↵Philip Stoev2018-03-201-0/+44
wsrep_dirty_reads