Disabled a number of tests when using thread pool
This commit is contained in:
parent
2c40c11c83
commit
7311054d15
@ -17,6 +17,7 @@
|
||||
|
||||
--source include/not_embedded.inc
|
||||
--source include/have_perfschema.inc
|
||||
--source include/not_threadpool.inc
|
||||
|
||||
|
||||
# Setup : in this main thread
|
||||
|
@ -17,6 +17,7 @@
|
||||
|
||||
--source include/not_embedded.inc
|
||||
--source include/have_perfschema.inc
|
||||
--source include/not_threadpool.inc
|
||||
|
||||
# Setup
|
||||
|
||||
|
@ -14,6 +14,7 @@
|
||||
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
|
||||
|
||||
--source include/not_embedded.inc
|
||||
--source include/not_threadpool.inc
|
||||
|
||||
# 2010-01-28 OBN Added support to load 'innodb' and 'semisync' if possible.
|
||||
# As we need to have there variables loaded if the components exist but do
|
||||
|
@ -1,6 +1,9 @@
|
||||
# This test uses grants, which can't get tested for embedded server
|
||||
-- source include/not_embedded.inc
|
||||
|
||||
#Don't run this test when thread_pool active
|
||||
--source include/not_threadpool.inc
|
||||
|
||||
# check that CSV engine was compiled in, as the result of the test depends
|
||||
# on the presence of the log tables (which are CSV-based).
|
||||
--source include/have_csv.inc
|
||||
|
@ -2,6 +2,9 @@
|
||||
# in the embedded server by default). So skip the test in embedded-server mode.
|
||||
-- source include/not_embedded.inc
|
||||
|
||||
#Don't run this test when thread_pool active
|
||||
--source include/not_threadpool.inc
|
||||
|
||||
-- source include/testdb_only.inc
|
||||
|
||||
--disable_warnings
|
||||
|
@ -2,6 +2,8 @@
|
||||
-- source include/not_embedded.inc
|
||||
# Test lists tables in Information_schema, and InnoDB adds some
|
||||
-- source include/have_innodb.inc
|
||||
# Don't test when thread_pool active
|
||||
--source include/not_threadpool.inc
|
||||
|
||||
--disable_warnings
|
||||
DROP TABLE IF EXISTS t1,t2,test1,test2;
|
||||
|
@ -1,3 +1,4 @@
|
||||
--source include/not_threadpool.inc
|
||||
#
|
||||
# Test the --thread-handler=no-threads option
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user