mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
MDEV-26713 post-fix: don't run charset_client_win_utf8mb4.test in parallel mtr
Some checks failed
Build on Windows ARM64 / build (push) Has been cancelled
Some checks failed
Build on Windows ARM64 / build (push) Has been cancelled
chcp command affects console codepage, console is shared among all mtr processes.
This commit is contained in:
parent
aaccf99fdb
commit
fe10645eb7
1 changed files with 6 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue