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:
parent
aaccf99fdb
commit
fe10645eb7
@ -1,5 +1,11 @@
|
|||||||
--source include/windows.inc
|
--source include/windows.inc
|
||||||
--source include/check_utf8_cli.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"
|
--exec $MYSQL --default-character-set=auto -e "select @@character_set_client"
|
||||||
|
|
||||||
# Test that a user with old, non-UTF8 password can still connect
|
# Test that a user with old, non-UTF8 password can still connect
|
||||||
|
Loading…
x
Reference in New Issue
Block a user