Skip to content

Commit fe10645

Browse files
committed
MDEV-26713 post-fix: don't run charset_client_win_utf8mb4.test in parallel mtr
chcp command affects console codepage, console is shared among all mtr processes.
1 parent aaccf99 commit fe10645

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mysql-test/main/charset_client_win_utf8mb4.test

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
--source include/windows.inc
22
--source include/check_utf8_cli.inc
3+
4+
if(!`select $MTR_PARALLEL = 1`)
5+
{
6+
skip race condition with parallel tests;
7+
}
8+
39
--exec $MYSQL --default-character-set=auto -e "select @@character_set_client"
410

511
# Test that a user with old, non-UTF8 password can still connect

0 commit comments

Comments
 (0)