Skip to content

Commit bbef745

Browse files
committed
tests: sys_vars.sysvars_wsrep
Rather than bumping the version again, * d036cc9, and again * 5a4ec8e, and again * 7f19330; Just accept version numbers change. Also accept that people may want to test this against more than one version.
1 parent d59b94e commit bbef745

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

mysql-test/suite/sys_vars/r/sysvars_wsrep.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ READ_ONLY NO
367367
COMMAND_LINE_ARGUMENT OPTIONAL
368368
VARIABLE_NAME WSREP_PATCH_VERSION
369369
SESSION_VALUE NULL
370-
GLOBAL_VALUEwsrep_25.19
370+
GLOBAL_VALUEwsrep_MAJVER.MINVER
371371
GLOBAL_VALUE_ORIGIN COMPILE-TIME
372372
DEFAULT_VALUE NULL
373373
VARIABLE_SCOPE GLOBAL

mysql-test/suite/sys_vars/t/sysvars_wsrep.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
--replace_result $datadir DATADIR
77
--let $hostname_regex=/^$hostname\$/HOSTNAME/
8-
--replace_regex $hostname_regex
8+
--replace_regex $hostname_regex /wsrep_[0-9]{2}\.[0-9]{1,2}/wsrep_MAJVER.MINVER/
99
--vertical_results
1010
select * from information_schema.system_variables
1111
where variable_name like 'wsrep%'

0 commit comments

Comments
 (0)