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
71ed8c13
Commit
71ed8c13
authored
Jul 19, 2021
by
Vicențiu Ciorbaru
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Test cases require debug_sync enabled
parent
fcbb2a1d
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
0 deletions
+5
-0
mysql-test/main/flush_read_lock_kill.test
mysql-test/main/flush_read_lock_kill.test
+1
-0
mysql-test/main/partition_sync.test
mysql-test/main/partition_sync.test
+1
-0
mysql-test/main/show_explain.test
mysql-test/main/show_explain.test
+1
-0
mysql-test/main/show_explain_non_select.test
mysql-test/main/show_explain_non_select.test
+1
-0
mysql-test/main/view_debug.test
mysql-test/main/view_debug.test
+1
-0
No files found.
mysql-test/main/flush_read_lock_kill.test
View file @
71ed8c13
...
@@ -7,6 +7,7 @@
...
@@ -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.
...
...
mysql-test/main/partition_sync.test
View file @
71ed8c13
--
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
...
...
mysql-test/main/show_explain.test
View file @
71ed8c13
...
@@ -2,6 +2,7 @@
...
@@ -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
...
...
mysql-test/main/show_explain_non_select.test
View file @
71ed8c13
...
@@ -2,6 +2,7 @@
...
@@ -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
...
...
mysql-test/main/view_debug.test
View file @
71ed8c13
--
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
...
...
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