Skip to content

Commit 788525c

Browse files
committed
Follow up to BUG#23575086 - fix for failing test x.connection_skip_networking_win
1 parent 84d0d25 commit 788525c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rapid/plugin/x/tests/mtr/r/connection_skip_networking_win.result

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ create user nonblank@localhost identified by 'nonblank';
55
Test starts here
66
Following commands should fail
77
try login using mysqlx protocol when server started with skip-networking options and mysqlx loaded with non super user
8-
call mtr.add_suppression("Plugin mysqlx reported: .All IO interfaces are disabled, X Protocol won't be accessible");
8+
call mtr.add_suppression("Plugin mysqlx reported: .All I/O interfaces are disabled, X Protocol won't be accessible");
99
drop user nonblank@localhost;
1010
UNINSTALL PLUGIN mysqlx;

rapid/plugin/x/tests/mtr/t/connection_skip_networking_win.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ let $restart_parameters_restore = --enable-named-pipe;
3535
--error 1
3636
--exec $MYSQLXTEST -u nonblank --password='nonblank' --file=$MYSQL_TMP_DIR/mysqlx-connection_current_user.tmp 2>&1
3737

38-
call mtr.add_suppression("Plugin mysqlx reported: .All IO interfaces are disabled, X Protocol won't be accessible");
38+
call mtr.add_suppression("Plugin mysqlx reported: .All I/O interfaces are disabled, X Protocol won't be accessible");
3939

4040
--disable_query_log
4141
let $restart_parameters = restart: $restart_parameters_restore;

0 commit comments

Comments
 (0)