mariadb/mysql-test/suite/galera_3nodes
Alexey Yurchenko e238246872 MDEV-37494 Diagnostics_area does not always contain apply error info
It appears that some error conditions don't store error information in the
Diagnostics_area. For example when table_def::compatible_with() check fails
error message is stored in Relay_log_info instead.
This results in optimistically identical votes and zero error buffer size
breaks wsrep-lib logic as it relies on error buffer size to decide whether
voting took place.
To account for this, first try to obtain error info from Diagnostics_area,
then fallback to Relay_log_info. If that fails use some "random" data to
distinguish this condition from success in production.
2025-09-15 16:48:10 +02:00
..
include galera mtr tests: correction of inaccuracies in warnings suppressions 2024-07-08 23:36:21 +02:00
r MDEV-37494 Diagnostics_area does not always contain apply error info 2025-09-15 16:48:10 +02:00
t MDEV-37494 Diagnostics_area does not always contain apply error info 2025-09-15 16:48:10 +02:00
disabled.def MDEV-32631 : galera_2_cluster: before_rollback(): Assertion `0' failed 2025-02-18 04:51:16 +01:00
galera_2x3nodes.cnf galera mtr tests: unification of wsrep provider settings 2025-02-12 13:37:03 +01:00
galera_3nodes.cnf galera mtr tests: unification of wsrep provider settings 2025-02-12 13:37:03 +01:00
my.cnf Merge branch '10.0-galera' into 10.1 2015-07-14 16:05:29 -04:00
suite.pm galera mtr tests: synchronization between versions 2025-02-26 18:19:28 +01:00