mariadb/mysql-test/suite/wsrep
Sergei Golubchik ba01c2aaf0 Merge branch '11.4' into 11.7
* rpl.rpl_system_versioning_partitions updated for MDEV-32188
* innodb.row_size_error_log_warnings_3 changed error for MDEV-33658
  (checks are done in a different order)
2025-02-06 16:46:36 +01:00
..
include fix check_galera_version.inc to work 2023-09-27 10:00:39 +02:00
r Merge branch '11.4' into 11.7 2025-02-06 16:46:36 +01:00
t Merge branch '10.11 into 11.4 2025-01-30 12:01:11 +01:00
common.pm MDEV-30275: mariadb names rather than mysql names should be used 2023-01-03 11:25:10 +11:00
disabled.def wsrep mtr tests: fix for MDEV-23081 failure 2025-01-27 19:05:26 +01:00
my.cnf test.cnf files should !include default_my.cnf 2024-02-03 11:22:20 +01:00
README Minor modifications 2014-10-04 13:53:33 -04:00
suite.pm MDEV-18565 Galera mtr-suite fails if galera library is not installed 2020-04-27 09:22:36 +02:00

* 'wsrep' suite is designated for tests which do not require a multi-node
  galera cluster.

* As these tests are specific to wsrep-related functionalities, they must skip
  on server built without wsrep patch (vanilla). (-DWITH_WSREP=OFF)
  See : include/have_wsrep.inc, include/have_wsrep_enabled.inc, not_wsrep.inc