Commit 98333883 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

MDEV-22933 - remove ---source include/not_threadpool.inc from tests

parent b2feb030
# 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="";
......
# 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:
......
--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;
......
--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
......
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