1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fixed failures for privilege_table_io and wsrep_cluster_address_basic

- Sometimes privilege_table_io printed double rows of roles_mapping
  - Fixed by forcing restart of server when running test
- Wsrep_cluster_address_basic failed in some combinations because
  wsrep_cluster_address was set to NULL
  - Fixed by ensuring it's never set to NULL, only empty string
This commit is contained in:
Monty
2016-08-29 20:33:25 +03:00
parent 1c91569274
commit bbfb5d7c74
3 changed files with 11 additions and 8 deletions

View File

@ -1,7 +1,10 @@
# Tests for PERFORMANCE_SCHEMA table io
# This test makes a restart because without it, events_waits_history_long
# sometimes contains duplicated entries of roles_mapping.
--source include/not_embedded.inc
--source include/have_perfschema.inc
--source include/restart_mysqld.inc
--source ../include/table_io_setup_helper.inc
# Remove "deleted" records from mysql.db that may come from previous tests,