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.
This commit is contained in:
Vladislav Vaintroub 2025-05-27 10:20:31 +02:00
parent aaccf99fdb
commit fe10645eb7

View File

@ -1,5 +1,11 @@
--source include/windows.inc
--source include/check_utf8_cli.inc
if(!`select $MTR_PARALLEL = 1`)
{
skip race condition with parallel tests;
}
--exec $MYSQL --default-character-set=auto -e "select @@character_set_client"
# Test that a user with old, non-UTF8 password can still connect