Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
d0182e61
Commit
d0182e61
authored
Nov 19, 2010
by
Mikael Ronstrom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Disabled a number of tests when using thread pool
parent
6a715190
Changes
7
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
12 additions
and
0 deletions
+12
-0
mysql-test/suite/perfschema/t/no_threads.test
mysql-test/suite/perfschema/t/no_threads.test
+1
-0
mysql-test/suite/perfschema/t/one_thread_per_con.test
mysql-test/suite/perfschema/t/one_thread_per_con.test
+1
-0
mysql-test/suite/sys_vars/t/all_vars.test
mysql-test/suite/sys_vars/t/all_vars.test
+1
-0
mysql-test/t/information_schema.test
mysql-test/t/information_schema.test
+3
-0
mysql-test/t/information_schema_db.test
mysql-test/t/information_schema_db.test
+3
-0
mysql-test/t/mysqlshow.test
mysql-test/t/mysqlshow.test
+2
-0
mysql-test/t/no-threads.test
mysql-test/t/no-threads.test
+1
-0
No files found.
mysql-test/suite/perfschema/t/no_threads.test
View file @
d0182e61
...
@@ -17,6 +17,7 @@
...
@@ -17,6 +17,7 @@
--
source
include
/
not_embedded
.
inc
--
source
include
/
not_embedded
.
inc
--
source
include
/
have_perfschema
.
inc
--
source
include
/
have_perfschema
.
inc
--
source
include
/
not_threadpool
.
inc
# Setup : in this main thread
# Setup : in this main thread
...
...
mysql-test/suite/perfschema/t/one_thread_per_con.test
View file @
d0182e61
...
@@ -17,6 +17,7 @@
...
@@ -17,6 +17,7 @@
--
source
include
/
not_embedded
.
inc
--
source
include
/
not_embedded
.
inc
--
source
include
/
have_perfschema
.
inc
--
source
include
/
have_perfschema
.
inc
--
source
include
/
not_threadpool
.
inc
# Setup
# Setup
...
...
mysql-test/suite/sys_vars/t/all_vars.test
View file @
d0182e61
...
@@ -14,6 +14,7 @@
...
@@ -14,6 +14,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
--
source
include
/
not_embedded
.
inc
--
source
include
/
not_embedded
.
inc
--
source
include
/
not_threadpool
.
inc
# 2010-01-28 OBN Added support to load 'innodb' and 'semisync' if possible.
# 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
# As we need to have there variables loaded if the components exist but do
...
...
mysql-test/t/information_schema.test
View file @
d0182e61
# This test uses grants, which can't get tested for embedded server
# This test uses grants, which can't get tested for embedded server
--
source
include
/
not_embedded
.
inc
--
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
# 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).
# on the presence of the log tables (which are CSV-based).
--
source
include
/
have_csv
.
inc
--
source
include
/
have_csv
.
inc
...
...
mysql-test/t/information_schema_db.test
View file @
d0182e61
...
@@ -2,6 +2,9 @@
...
@@ -2,6 +2,9 @@
# in the embedded server by default). So skip the test in embedded-server mode.
# in the embedded server by default). So skip the test in embedded-server mode.
--
source
include
/
not_embedded
.
inc
--
source
include
/
not_embedded
.
inc
#Don't run this test when thread_pool active
--
source
include
/
not_threadpool
.
inc
--
source
include
/
testdb_only
.
inc
--
source
include
/
testdb_only
.
inc
--
disable_warnings
--
disable_warnings
...
...
mysql-test/t/mysqlshow.test
View file @
d0182e61
...
@@ -2,6 +2,8 @@
...
@@ -2,6 +2,8 @@
--
source
include
/
not_embedded
.
inc
--
source
include
/
not_embedded
.
inc
# Test lists tables in Information_schema, and InnoDB adds some
# Test lists tables in Information_schema, and InnoDB adds some
--
source
include
/
have_innodb
.
inc
--
source
include
/
have_innodb
.
inc
# Don't test when thread_pool active
--
source
include
/
not_threadpool
.
inc
--
disable_warnings
--
disable_warnings
DROP
TABLE
IF
EXISTS
t1
,
t2
,
test1
,
test2
;
DROP
TABLE
IF
EXISTS
t1
,
t2
,
test1
,
test2
;
...
...
mysql-test/t/no-threads.test
View file @
d0182e61
--
source
include
/
not_threadpool
.
inc
#
#
# Test the --thread-handler=no-threads option
# Test the --thread-handler=no-threads option
#
#
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment