Skip to content

Commit eae9311

Browse files
committed
Do not run maria.repair with --embedded as memory usage is different
1 parent a00e21c commit eae9311

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

mysql-test/suite/maria/repair.test

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# We should not run this test with embedded as we are using
2+
# max_session_mem_used, which causes things to fail/not fail randomly
3+
# as memory usage is different compared to normal server.
4+
5+
--source include/not_embedded.inc
6+
17
#
28
# MDEV-11539 test_if_reopen: Assertion `strcmp(share->unique_file_name,filename) || share->last_version' failed upon select from I_S
39
#

0 commit comments

Comments
 (0)