Skip to content

Commit 9833388

Browse files
committed
MDEV-22933 - remove ---source include/not_threadpool.inc from tests
1 parent b2feb03 commit 9833388

File tree

13 files changed

+0
-22
lines changed

13 files changed

+0
-22
lines changed

mysql-test/main/information_schema.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# This test uses grants, which can't get tested for embedded server
22
-- source include/not_embedded.inc
33

4-
#Don't run this test when thread_pool active
5-
--source include/not_threadpool.inc
6-
74
# check that CSV engine was compiled in, as the result of the test depends
85
# on the presence of the log tables (which are CSV-based).
96
--source include/have_csv.inc

mysql-test/main/information_schema_db.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@
22
# in the embedded server by default). So skip the test in embedded-server mode.
33
-- source include/not_embedded.inc
44

5-
#Don't run this test when thread_pool active
6-
--source include/not_threadpool.inc
7-
85
-- source include/testdb_only.inc
96

107
set local sql_mode="";

mysql-test/main/kill-2.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#
99

1010
-- source include/not_embedded.inc
11-
-- source include/not_threadpool.inc
1211

1312
--echo #
1413
--echo # MDEV-6896 kill user command cause MariaDB crash!

mysql-test/main/kill.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99

1010
-- source include/not_embedded.inc
1111
-- source include/have_debug_sync.inc
12-
-- source include/not_threadpool.inc
1312
set local sql_mode="";
1413
set global sql_mode="";
1514

mysql-test/main/mysqlshow.test

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Can't run test of external client with embedded server
22
-- source include/not_embedded.inc
3-
# Don't test when thread_pool active
4-
--source include/not_threadpool.inc
53

64
--disable_warnings
75
DROP TABLE IF EXISTS t1,t2,test1,test2;

mysql-test/main/named_pipe.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
# Named pipe does not support the non-blocking API.
66
--disable_non_blocking_api
77

8-
# thread pool causes different results
9-
-- source include/not_threadpool.inc
10-
118
# Only run this test if named pipe is avaliable
129
let $nmp= query_get_value("SHOW VARIABLES LIKE 'named_pipe'", Value, 1);
1310
if ($nmp != ON){

mysql-test/main/status_bug17954.test

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@
44
# embedded server causes different stat
55
-- source include/not_embedded.inc
66

7-
# thread pool causes different results
8-
-- source include/not_threadpool.inc
9-
107
# Save the initial number of concurrent sessions
118
--source include/count_sessions.inc
129

mysql-test/suite/perfschema/t/no_threads.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
--source include/not_embedded.inc
44
--source include/have_perfschema.inc
5-
--source include/not_threadpool.inc
65

76

87
# Setup : in this main thread

mysql-test/suite/perfschema/t/one_thread_per_con.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
--source include/not_embedded.inc
44
--source include/have_perfschema.inc
5-
--source include/not_threadpool.inc
65

76
# Setup
87

mysql-test/suite/perfschema/t/thread_cache.test

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
--source include/not_embedded.inc
44
--source include/have_perfschema.inc
5-
--source include/not_threadpool.inc
65

76
#
87
# Important note:

0 commit comments

Comments
 (0)