Skip to content

Commit

Permalink
Correct assert_grep.inc params in galera gcache tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sciascid authored and Jan Lindström committed Jan 20, 2023
1 parent a68b9dd commit c4f5128
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions mysql-test/suite/galera/t/galera_gcache_recover.test
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ CALL mtr.add_suppression("Skipped GCache ring buffer recovery");
--let $assert_select = async IST sender starting to serve
--let $assert_count = 1
--let $assert_file = $MYSQLTEST_VARDIR/log/mysqld.1.err
--let $assert_only_after = starting as process
--let $assert_only_after = Starting MariaDB
--source include/assert_grep.inc

--connection node_2
Expand All @@ -71,7 +71,7 @@ CALL mtr.add_suppression("Skipped GCache ring buffer recovery");
--let $assert_select = Recovering GCache ring buffer: found gapless sequence
--let $assert_count = 1
--let $assert_file = $MYSQLTEST_VARDIR/log/mysqld.2.err
--let $assert_only_after = starting as process
--let $assert_only_after = Starting MariaDB
--source include/assert_grep.inc

DROP TABLE t1;
4 changes: 2 additions & 2 deletions mysql-test/suite/galera/t/galera_gcache_recover_manytrx.test
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ CALL mtr.add_suppression("Skipped GCache ring buffer recovery");
--let $assert_select = async IST sender starting to serve
--let $assert_count = 1
--let $assert_file = $MYSQLTEST_VARDIR/log/mysqld.1.err
--let $assert_only_after = starting as process
--let $assert_only_after = Starting MariaDB
--source include/assert_grep.inc

--connection node_2
Expand All @@ -224,5 +224,5 @@ CALL mtr.add_suppression("Skipped GCache ring buffer recovery");
--let $assert_select = Recovering GCache ring buffer: found gapless sequence
--let $assert_count = 1
--let $assert_file = $MYSQLTEST_VARDIR/log/mysqld.2.err
--let $assert_only_after = starting as process
--let $assert_only_after = Starting MariaDB
--source include/assert_grep.inc

0 comments on commit c4f5128

Please sign in to comment.