Commit ed946a7e authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

fix test

parent c216c9f0
...@@ -2,13 +2,13 @@ ...@@ -2,13 +2,13 @@
[mysqld.1] [mysqld.1]
loose-thread-handling= pool-of-threads loose-thread-handling= pool-of-threads
loose-thread_pool_size= 1 loose-thread_pool_size= 2
loose-thread_pool_max_threads= 2 loose-thread_pool_max_threads= 2
extra-port= @ENV.MASTER_EXTRA_PORT extra-port= @ENV.MASTER_EXTRA_PORT
extra-max-connections=1 extra-max-connections=1
[client] [client]
connect-timeout= 2 connect-timeout= 2
[ENV] [ENV]
MASTER_EXTRA_PORT= @OPT.port MASTER_EXTRA_PORT= @OPT.port
...@@ -16,11 +16,12 @@ ...@@ -16,11 +16,12 @@
# on normal port fails due to--thread-pool-max_threads=2 # on normal port fails due to--thread-pool-max_threads=2
connection default; connection default;
send SELECT sleep(5); send SELECT sleep(5);
--sleep 1
connect(con2,localhost,root,,); connect(con2,localhost,root,,);
connection con2; connection con2;
send SELECT sleep(5); send SELECT sleep(5);
--sleep 1 --sleep 0.5
--disable_abort_on_error --disable_abort_on_error
--disable_result_log --disable_result_log
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment