Skip to content

Commit

Permalink
Disabled galera_ist_progress at it always fails in 10.2
Browse files Browse the repository at this point in the history
  • Loading branch information
montywi committed Feb 7, 2018
1 parent 5a7b6db commit 5c057b3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 4 additions & 1 deletion mysql-test/include/assert_grep.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
3 changes: 2 additions & 1 deletion mysql-test/suite/galera/disabled.def
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5c057b3

Please sign in to comment.