mirror of
https://github.com/MariaDB/server.git
synced 2025-01-18 04:53:01 +01:00
Tests not supporting thread pool marked
This commit is contained in:
parent
965d0953c1
commit
cba04a4645
2 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,9 @@
|
|||
# other platforms
|
||||
--source include/windows.inc
|
||||
|
||||
# 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){
|
||||
|
|
|
@ -2,6 +2,9 @@
|
|||
# to optimize things we skip this test on all other platforms
|
||||
--source include/windows.inc
|
||||
|
||||
# thread pool causes different results
|
||||
-- source include/not_threadpool.inc
|
||||
|
||||
# Only run this test if shared memory is avaliable
|
||||
let $shm= query_get_value("SHOW VARIABLES LIKE 'shared_memory'", Value, 1);
|
||||
if ($shm != ON){
|
||||
|
|
Loading…
Reference in a new issue