Skip to content

Commit

Permalink
Merge pull request #5262 from oleksandr-kachan/PS-9146-8.0
Browse files Browse the repository at this point in the history
PS-9146: Exclude some tests from ASAN tests run
  • Loading branch information
oleksandr-kachan authored Mar 18, 2024
2 parents b5dfcb2 + 19afd78 commit 5cc737f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@
###############################################################################

# Bug #34847851
--source include/not_windows.inc
--source include/not_windows.inc
--source include/not_asan.inc
--source include/big_test.inc
--source include/have_binlog_format_row.inc

Expand Down
1 change: 1 addition & 0 deletions mysql-test/t/buffered_error_log.test
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
call mtr.add_suppression("Attempting backtrace. You can use the following information to");

--source include/not_asan.inc
--source include/have_debug.inc
--source include/have_debug_sync.inc

Expand Down
1 change: 1 addition & 0 deletions mysql-test/t/percona_processlist_tid.test
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
--source include/not_asan.inc
--source include/linux.inc

--source include/count_sessions.inc
Expand Down

0 comments on commit 5cc737f

Please sign in to comment.