mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
MDEV-22933 - remove ---source include/not_threadpool.inc from tests
This commit is contained in:
@ -1,9 +1,6 @@
|
||||
# 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,9 +2,6 @@
|
||||
# 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
|
||||
|
||||
set local sql_mode="";
|
||||
|
@ -8,7 +8,6 @@
|
||||
#
|
||||
|
||||
-- source include/not_embedded.inc
|
||||
-- source include/not_threadpool.inc
|
||||
|
||||
--echo #
|
||||
--echo # MDEV-6896 kill user command cause MariaDB crash!
|
||||
|
@ -9,7 +9,6 @@
|
||||
|
||||
-- source include/not_embedded.inc
|
||||
-- source include/have_debug_sync.inc
|
||||
-- source include/not_threadpool.inc
|
||||
set local sql_mode="";
|
||||
set global sql_mode="";
|
||||
|
||||
|
@ -1,7 +1,5 @@
|
||||
# Can't run test of external client with embedded server
|
||||
-- source include/not_embedded.inc
|
||||
# Don't test when thread_pool active
|
||||
--source include/not_threadpool.inc
|
||||
|
||||
--disable_warnings
|
||||
DROP TABLE IF EXISTS t1,t2,test1,test2;
|
||||
|
@ -5,9 +5,6 @@
|
||||
# Named pipe does not support the non-blocking API.
|
||||
--disable_non_blocking_api
|
||||
|
||||
# thread pool causes different results
|
||||
-- source include/not_threadpool.inc
|
||||
|
||||
# Only run this test if named pipe is avaliable
|
||||
let $nmp= query_get_value("SHOW VARIABLES LIKE 'named_pipe'", Value, 1);
|
||||
if ($nmp != ON){
|
||||
|
@ -4,9 +4,6 @@
|
||||
# embedded server causes different stat
|
||||
-- source include/not_embedded.inc
|
||||
|
||||
# thread pool causes different results
|
||||
-- source include/not_threadpool.inc
|
||||
|
||||
# Save the initial number of concurrent sessions
|
||||
--source include/count_sessions.inc
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
--source include/not_embedded.inc
|
||||
--source include/have_perfschema.inc
|
||||
--source include/not_threadpool.inc
|
||||
|
||||
|
||||
# Setup : in this main thread
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
--source include/not_embedded.inc
|
||||
--source include/have_perfschema.inc
|
||||
--source include/not_threadpool.inc
|
||||
|
||||
# Setup
|
||||
|
||||
|
@ -2,7 +2,6 @@
|
||||
|
||||
--source include/not_embedded.inc
|
||||
--source include/have_perfschema.inc
|
||||
--source include/not_threadpool.inc
|
||||
|
||||
#
|
||||
# Important note:
|
||||
|
@ -1,5 +1,4 @@
|
||||
--source include/not_embedded.inc
|
||||
--source include/not_threadpool.inc
|
||||
|
||||
#
|
||||
# load everything we want to include in the testing
|
||||
|
@ -22,7 +22,6 @@
|
||||
###############################################################################
|
||||
|
||||
--source include/not_embedded.inc
|
||||
--source include/not_threadpool.inc
|
||||
|
||||
SET @start_value= @@global.wait_timeout;
|
||||
|
||||
|
@ -1,6 +1,5 @@
|
||||
--source include/have_rocksdb.inc
|
||||
--source include/not_embedded.inc
|
||||
--source include/not_threadpool.inc
|
||||
|
||||
# This test verifies that *all* MyRocks system variables are tested by the
|
||||
# rocksdb_sys_vars suite. For every MyRocks system variable there must be a
|
||||
|
Reference in New Issue
Block a user