Skip to content

Commit 2c02ca5

Browse files
committed
Bug #29824087 FIX SKIP_GRANT_PROTOCOLS_WINDOWS TEST FAILURE IN MYSQL-TRUNK-STAGE BRANCH
Fixed the test failure on certain PB2 branches. Skip executing the tests that runs with ps protocol. Approved by: Erlend Dahl <[email protected]>
1 parent d6e4105 commit 2c02ca5

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

mysql-test/suite/auth_sec/t/skip_grant_protocols_windows.test

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# This test is added to verify the Bug#27400095 fix.
22

3-
# The file with expected results fits only to a run without as
4-
# select query from P_S.thread doesn't return any result
5-
if (`SELECT $PS_PROTOCOL + $SP_PROTOCOL
6-
+ $CURSOR_PROTOCOL + $VIEW_PROTOCOL > 0`)
7-
{
8-
--skip Test requires: ps-protocol/sp-protocol/cursor-protocol/view-protocol disabled
9-
}
3+
# with ps_protocol ON, The select query from P_S.thread doesn't return any result
4+
# that cuases test to fail due to result content mismatch error.
5+
--source include/no_ps_protocol.inc
106

117
# Windows does not have SOCKET, but will try to create a PIPE as well as MEMORY
128
--source include/windows.inc

0 commit comments

Comments
 (0)