mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Test cases require debug_sync enabled
This commit is contained in:
@ -7,6 +7,7 @@
|
|||||||
--source include/not_embedded.inc
|
--source include/not_embedded.inc
|
||||||
|
|
||||||
--source include/have_debug.inc
|
--source include/have_debug.inc
|
||||||
|
--source include/have_debug_sync.inc
|
||||||
|
|
||||||
# This test needs transactional engine as otherwise COMMIT
|
# This test needs transactional engine as otherwise COMMIT
|
||||||
# won't block FLUSH TABLES WITH GLOBAL READ LOCK.
|
# won't block FLUSH TABLES WITH GLOBAL READ LOCK.
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
--source include/have_partition.inc
|
--source include/have_partition.inc
|
||||||
--source include/have_debug.inc
|
--source include/have_debug.inc
|
||||||
|
--source include/have_debug_sync.inc
|
||||||
# Save the initial number of concurrent sessions.
|
# Save the initial number of concurrent sessions.
|
||||||
--source include/count_sessions.inc
|
--source include/count_sessions.inc
|
||||||
|
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
# Tests for SHOW EXPLAIN FOR functionality
|
# Tests for SHOW EXPLAIN FOR functionality
|
||||||
#
|
#
|
||||||
--source include/have_debug.inc
|
--source include/have_debug.inc
|
||||||
|
--source include/have_debug_sync.inc
|
||||||
--source include/have_innodb.inc
|
--source include/have_innodb.inc
|
||||||
# Using valgrind can cause 'reap' to fail. See comment below
|
# Using valgrind can cause 'reap' to fail. See comment below
|
||||||
--source include/not_valgrind.inc
|
--source include/not_valgrind.inc
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
# SHOW EXPLAIN tests for non-select subqueries
|
# SHOW EXPLAIN tests for non-select subqueries
|
||||||
#
|
#
|
||||||
--source include/have_debug.inc
|
--source include/have_debug.inc
|
||||||
|
--source include/have_debug_sync.inc
|
||||||
--source include/have_innodb.inc
|
--source include/have_innodb.inc
|
||||||
--source include/not_embedded.inc
|
--source include/not_embedded.inc
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
|
|
||||||
--source include/have_debug.inc
|
--source include/have_debug.inc
|
||||||
|
--source include/have_debug_sync.inc
|
||||||
|
|
||||||
--echo #
|
--echo #
|
||||||
--echo #MDEV-8087:Server crashed in Time_and_counter_tracker::incr_loops
|
--echo #MDEV-8087:Server crashed in Time_and_counter_tracker::incr_loops
|
||||||
|
Reference in New Issue
Block a user