diff options
author | Monty <monty@mariadb.org> | 2020-11-16 13:23:39 +0200 |
---|---|---|
committer | Monty <monty@mariadb.org> | 2020-11-16 13:23:39 +0200 |
commit | eae9311fa2b15eb8a0698444a27af5b70acfb4b2 (patch) | |
tree | cfde0209561d59f07373457d112bed892516683b | |
parent | a00e21c03d76cdc4978c6d2d0a7d483a92b5370e (diff) | |
download | mariadb-git-eae9311fa2b15eb8a0698444a27af5b70acfb4b2.tar.gz |
Do not run maria.repair with --embedded as memory usage is different
-rw-r--r-- | mysql-test/suite/maria/repair.test | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mysql-test/suite/maria/repair.test b/mysql-test/suite/maria/repair.test index 9603a949f9b..13165269b76 100644 --- a/mysql-test/suite/maria/repair.test +++ b/mysql-test/suite/maria/repair.test @@ -1,3 +1,9 @@ +# We should not run this test with embedded as we are using +# max_session_mem_used, which causes things to fail/not fail randomly +# as memory usage is different compared to normal server. + +--source include/not_embedded.inc + # # MDEV-11539 test_if_reopen: Assertion `strcmp(share->unique_file_name,filename) || share->last_version' failed upon select from I_S # |