mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
Disabled galera_ist_progress at it always fails in 10.2
This commit is contained in:
parent
5a7b6db671
commit
5c057b3fef
2 changed files with 6 additions and 2 deletions
|
@ -130,7 +130,10 @@ EOF
|
|||
--let $_ag_outcome= `SELECT LOAD_FILE('$_AG_OUT')`
|
||||
if ($_ag_outcome != 'assert_grep.inc ok')
|
||||
{
|
||||
--source include/show_rpl_debug_info.inc
|
||||
if ($rpl_server_count != '')
|
||||
{
|
||||
--source include/show_rpl_debug_info.inc
|
||||
}
|
||||
--echo include/assert_grep.inc failed!
|
||||
--echo assert_text: '$assert_text'
|
||||
--echo assert_file: '$assert_file'
|
||||
|
|
|
@ -59,4 +59,5 @@ MW-328C: MDEV-13549 Galera test failures 10.1
|
|||
MW-328A: MDEV-13549 Galera test failures 10.1
|
||||
MW-328B: MDEV-13549 Galera test failures 10.1
|
||||
MW-328: MDEV-13549 Galera test failures 10.1
|
||||
galera_suspend_slave: MDEV-13549 Galera test failures 10.1
|
||||
galera_suspend_slave: MDEV-13549 Galera test failures 10.1
|
||||
galera_ist_progress: MDEV-15236 galera_ist_progress fails when trying to read transfer status
|
||||
|
|
Loading…
Reference in a new issue