MINI MINI MANI MO
## Ping
--source ../include/xplugin_preamble.inc
SET GLOBAL Mysqlx_min_worker_threads=50;
SET GLOBAL Mysqlx_max_connections = 200;
SET GLOBAL Mysqlx_idle_worker_thread_timeout=2;
--write_file $MYSQL_TMP_DIR/worker_threads.tmp
-->repeat 100 %I%
-->newsession con %I% root
-->endrepeat
-->abort
EOF
--error 2
--exec $MYSQLXTEST -uroot --password='' --file=$MYSQL_TMP_DIR/worker_threads.tmp 2>&1
let $wait_condition=
SELECT VARIABLE_VALUE <51 FROM performance_schema.global_status gs where VARIABLE_NAME = 'mysqlx_worker_threads';
--source include/wait_condition.inc
SHOW STATUS like 'mysqlx_worker_threads';
--remove_file $MYSQL_TMP_DIR/worker_threads.tmp
## Postamble
uninstall plugin mysqlx;
OHA YOOOO