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:
@ -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,
|
||||
|
Reference in New Issue
Block a user