mirror of
https://github.com/MariaDB/server.git
synced 2026-05-15 03:17:20 +02:00
fix test
This commit is contained in:
parent
c216c9f0f0
commit
ed946a7e89
2 changed files with 5 additions and 4 deletions
|
|
@ -2,13 +2,13 @@
|
|||
|
||||
[mysqld.1]
|
||||
loose-thread-handling= pool-of-threads
|
||||
loose-thread_pool_size= 1
|
||||
loose-thread_pool_max_threads= 2
|
||||
loose-thread_pool_size= 2
|
||||
loose-thread_pool_max_threads= 2
|
||||
extra-port= @ENV.MASTER_EXTRA_PORT
|
||||
extra-max-connections=1
|
||||
|
||||
[client]
|
||||
connect-timeout= 2
|
||||
connect-timeout= 2
|
||||
|
||||
[ENV]
|
||||
MASTER_EXTRA_PORT= @OPT.port
|
||||
|
|
|
|||
|
|
@ -16,11 +16,12 @@
|
|||
# on normal port fails due to--thread-pool-max_threads=2
|
||||
connection default;
|
||||
send SELECT sleep(5);
|
||||
--sleep 1
|
||||
|
||||
connect(con2,localhost,root,,);
|
||||
connection con2;
|
||||
send SELECT sleep(5);
|
||||
--sleep 1
|
||||
--sleep 0.5
|
||||
|
||||
--disable_abort_on_error
|
||||
--disable_result_log
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue