Skip to content

Commit c9d4581

Browse files
philip-galeraNirbhay Choubey
authored andcommitted
Galera MTR Tests: remove variable output from galera_gra_log.test
1 parent 2316a4e commit c9d4581

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

mysql-test/suite/galera/r/galera_gra_log.result

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ Jfk=
2020
# at 120
2121
<ISO TIMESTAMP> server id 1 end_log_pos 91 Query thread_id=7 exec_time=0 error_code=0
2222
use `test`/*!*/;
23-
SET TIMESTAMP=<TIMESTAMKP>/*!*/;
24-
SET @@session.pseudo_thread_id=7/*!*/;
23+
SET TIMESTAMP=<TIMESTAMP>/*!*/;
24+
SET @@session.pseudo_thread_id=<PSEUDO_THREAD_ID>/*!*/;
2525
SET @@session.foreign_key_checks=1, @@session.sql_auto_is_null=0, @@session.unique_checks=1, @@session.autocommit=1/*!*/;
2626
SET @@session.sql_mode=1073741824/*!*/;
2727
SET @@session.auto_increment_increment=1, @@session.auto_increment_offset=1/*!*/;

mysql-test/suite/galera/t/galera_gra_log.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ SELECT COUNT(*) = 0 FROM t1;
2828
--exec cat $MYSQLTEST_VARDIR/mysqld.2/data/GRA_*.log >> $gra_binlog_file
2929

3030
# Make sure the binlog thus produced is readable and contains the failure
31-
--replace_regex /SET TIMESTAMP=[0-9]+/SET TIMESTAMP=<TIMESTAMKP>/ /#[0-9]+ [0-9]+:[0-9]+:[0-9]+/<ISO TIMESTAMP>/
31+
--replace_regex /SET TIMESTAMP=[0-9]+/SET TIMESTAMP=<TIMESTAMP>/ /#[0-9]+ +[0-9]+:[0-9]+:[0-9]+/<ISO TIMESTAMP>/ /pseudo_thread_id=[0-9]+/pseudo_thread_id=<PSEUDO_THREAD_ID>/
3232
--exec $MYSQL_BINLOG $gra_binlog_file
3333

3434
SET SESSION wsrep_on=ON;

0 commit comments

Comments
 (0)