codership / mysql-wsrep

wsrep API patch for MySQL server
Other
65 stars 34 forks source link

Unstable mtr tests disabled in branch 5.6-v25 #331

Closed vasild closed 6 years ago

vasild commented 6 years ago

The following mtr tests are failing sporadically in branch 5.6-v25 and need to be investigated and fixed:

binlog.binlog_drop_if_exists
galera.galera_defaults
galera.galera_gcache_recover_full_gcache
galera.galera_gcache_recover_manytrx
galera.galera_var_innodb_disallow_writes
galera.lp1376747-4
galera_3nodes.galera_evs_suspect_timeout
innodb.innodb_bug-13628249
innodb.monitor
parts.partition_debug
rpl.rpl_sporadic_master
rpl.rpl_sync

Nevertheless, having sporadic test failures makes it very difficult to spot new failures and prevent regressions. So, in order to avoid this problem getting worse we have disabled the unstable tests. From this point on, new failures should only happen due to new regressions and will not be tolerated, including reversal of the offending commit if necessary.

vasild commented 6 years ago

Closing in favor of https://github.com/codership/mysql-wsrep/issues/330