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
f600690c
Commit
f600690c
authored
Oct 05, 2022
by
Marko Mäkelä
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
MDEV-29710: Skip some more tests on Valgrind
parent
65d0c57c
Changes
17
Hide whitespace changes
Inline
Side-by-side
Showing
17 changed files
with
18 additions
and
0 deletions
+18
-0
mysql-test/main/rowid_filter_innodb_debug.test
mysql-test/main/rowid_filter_innodb_debug.test
+1
-0
mysql-test/suite/federated/federatedx_create_handlers.test
mysql-test/suite/federated/federatedx_create_handlers.test
+1
-0
mysql-test/suite/innodb/t/alter_copy.test
mysql-test/suite/innodb/t/alter_copy.test
+1
-0
mysql-test/suite/innodb/t/autoinc_persist.test
mysql-test/suite/innodb/t/autoinc_persist.test
+1
-0
mysql-test/suite/innodb/t/innodb-stats-initialize-failure.test
...-test/suite/innodb/t/innodb-stats-initialize-failure.test
+1
-0
mysql-test/suite/innodb/t/innodb-stats-sample.test
mysql-test/suite/innodb/t/innodb-stats-sample.test
+1
-0
mysql-test/suite/innodb/t/innodb-trim.test
mysql-test/suite/innodb/t/innodb-trim.test
+1
-0
mysql-test/suite/innodb/t/innodb_bug30423.test
mysql-test/suite/innodb/t/innodb_bug30423.test
+1
-0
mysql-test/suite/innodb/t/log_corruption.test
mysql-test/suite/innodb/t/log_corruption.test
+1
-0
mysql-test/suite/innodb/t/log_file.test
mysql-test/suite/innodb/t/log_file.test
+1
-0
mysql-test/suite/innodb/t/log_file_name.test
mysql-test/suite/innodb/t/log_file_name.test
+1
-0
mysql-test/suite/innodb/t/read_only_recover_committed.test
mysql-test/suite/innodb/t/read_only_recover_committed.test
+1
-0
mysql-test/suite/innodb/t/recovery_shutdown.test
mysql-test/suite/innodb/t/recovery_shutdown.test
+1
-0
mysql-test/suite/innodb/t/undo_truncate.test
mysql-test/suite/innodb/t/undo_truncate.test
+1
-0
mysql-test/suite/innodb_fts/t/innodb_fts_plugin.test
mysql-test/suite/innodb_fts/t/innodb_fts_plugin.test
+1
-0
mysql-test/suite/rpl/t/rpl_semi_sync_shutdown_await_ack.test
mysql-test/suite/rpl/t/rpl_semi_sync_shutdown_await_ack.test
+2
-0
mysql-test/suite/stress/t/ddl_innodb.test
mysql-test/suite/stress/t/ddl_innodb.test
+1
-0
No files found.
mysql-test/main/rowid_filter_innodb_debug.test
View file @
f600690c
--
source
include
/
have_innodb
.
inc
--
source
include
/
no_valgrind_without_big
.
inc
set
default_storage_engine
=
innodb
;
--
source
include
/
rowid_filter_debug_kill
.
inc
...
...
mysql-test/suite/federated/federatedx_create_handlers.test
View file @
f600690c
--
source
have_federatedx
.
inc
--
source
include
/
federated
.
inc
--
source
include
/
no_valgrind_without_big
.
inc
connection
default
;
...
...
mysql-test/suite/innodb/t/alter_copy.test
View file @
f600690c
...
...
@@ -2,6 +2,7 @@
--
source
include
/
have_debug
.
inc
--
source
include
/
have_debug_sync
.
inc
--
source
include
/
not_embedded
.
inc
--
source
include
/
no_valgrind_without_big
.
inc
--
echo
#
--
echo
# MDEV-11415 AVOID INTERMEDIATE COMMIT WHILE DOING
...
...
mysql-test/suite/innodb/t/autoinc_persist.test
View file @
f600690c
--
source
include
/
have_innodb
.
inc
# Restarting is not supported when testing the embedded server.
--
source
include
/
not_embedded
.
inc
--
source
include
/
no_valgrind_without_big
.
inc
--
echo
#
--
echo
# MDEV-6076 Persistent AUTO_INCREMENT for InnoDB
...
...
mysql-test/suite/innodb/t/innodb-stats-initialize-failure.test
View file @
f600690c
# MDEV-6424: Mariadb server crashes with assertion failure in file ha_innodb.cc
--
source
include
/
have_innodb
.
inc
--
source
include
/
no_valgrind_without_big
.
inc
# DEBUG_SYNC must be compiled in.
--
source
include
/
have_debug_sync
.
inc
...
...
mysql-test/suite/innodb/t/innodb-stats-sample.test
View file @
f600690c
--
source
include
/
have_innodb
.
inc
--
source
include
/
no_valgrind_without_big
.
inc
#
# Test that mysqld does not crash when running ANALYZE TABLE with
# different values of the parameter innodb_stats_sample_pages.
...
...
mysql-test/suite/innodb/t/innodb-trim.test
View file @
f600690c
--
source
include
/
have_innodb
.
inc
--
source
include
/
have_innodb_punchhole
.
inc
--
source
include
/
no_valgrind_without_big
.
inc
--
disable_query_log
--
disable_warnings
...
...
mysql-test/suite/innodb/t/innodb_bug30423.test
View file @
f600690c
--
source
include
/
have_innodb
.
inc
--
source
include
/
no_valgrind_without_big
.
inc
# Test for Bug #30423, InnoDBs treatment of NULL in index stats causes
# bad "rows examined" estimates.
# Implemented InnoDB system variable "innodb_stats_method" with
...
...
mysql-test/suite/innodb/t/log_corruption.test
View file @
f600690c
--
source
include
/
have_innodb
.
inc
--
source
include
/
have_innodb_16k
.
inc
--
source
include
/
no_valgrind_without_big
.
inc
--
disable_query_log
call
mtr
.
add_suppression
(
"InnoDB: Upgrade after a crash is not supported"
);
...
...
mysql-test/suite/innodb/t/log_file.test
View file @
f600690c
...
...
@@ -3,6 +3,7 @@
--
echo
# Bug#16418661 - CHANGING NAME IN FOR INNODB_DATA_FILE_PATH SHOULD NOT SUCCEED WITH LOG FILES
--
source
include
/
have_innodb
.
inc
--
source
include
/
no_valgrind_without_big
.
inc
--
disable_query_log
call
mtr
.
add_suppression
(
"InnoDB: Could not create undo tablespace.*undo002"
);
...
...
mysql-test/suite/innodb/t/log_file_name.test
View file @
f600690c
...
...
@@ -2,6 +2,7 @@
# Test the detection of duplicate tablespaces.
--
source
include
/
have_innodb
.
inc
--
source
include
/
no_valgrind_without_big
.
inc
# Embedded server does not support crashing
--
source
include
/
not_embedded
.
inc
...
...
mysql-test/suite/innodb/t/read_only_recover_committed.test
View file @
f600690c
--
source
include
/
have_innodb
.
inc
--
source
include
/
have_debug
.
inc
--
source
include
/
have_debug_sync
.
inc
--
source
include
/
no_valgrind_without_big
.
inc
# need to restart server
--
source
include
/
not_embedded
.
inc
...
...
mysql-test/suite/innodb/t/recovery_shutdown.test
View file @
f600690c
--
source
include
/
have_innodb
.
inc
--
source
include
/
not_embedded
.
inc
--
source
include
/
no_valgrind_without_big
.
inc
# Flush any open myisam tables from previous tests
FLUSH
TABLES
;
...
...
mysql-test/suite/innodb/t/undo_truncate.test
View file @
f600690c
...
...
@@ -3,6 +3,7 @@
--
source
include
/
have_undo_tablespaces
.
inc
--
source
include
/
not_embedded
.
inc
--
source
include
/
have_sequence
.
inc
--
source
include
/
no_valgrind_without_big
.
inc
SET
GLOBAL
innodb_undo_log_truncate
=
0
;
SET
GLOBAL
innodb_purge_rseg_truncate_frequency
=
1
;
...
...
mysql-test/suite/innodb_fts/t/innodb_fts_plugin.test
View file @
f600690c
--
source
include
/
have_innodb
.
inc
--
source
include
/
have_simple_parser
.
inc
--
source
include
/
no_valgrind_without_big
.
inc
# Restart is not supported in embedded
--
source
include
/
not_embedded
.
inc
...
...
mysql-test/suite/rpl/t/rpl_semi_sync_shutdown_await_ack.test
View file @
f600690c
--
source
include
/
no_valgrind_without_big
.
inc
#
# Purpose:
# This test validates that data is consistent between a primary and replica
...
...
mysql-test/suite/stress/t/ddl_innodb.test
View file @
f600690c
--
source
include
/
no_valgrind_without_big
.
inc
######## t/ddl_innodb.test ######
#
# Stress the storage engine InnoDB with CREATE/DROP TABLE/INDEX
...
...
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