diff options
author | Thirunarayanan Balathandayuthapani <thiru@mariadb.com> | 2022-08-16 21:33:45 +0530 |
---|---|---|
committer | Thirunarayanan Balathandayuthapani <thiru@mariadb.com> | 2022-08-16 21:33:45 +0530 |
commit | af552f2903b9764e3bc0634a0037c39d1a837f4f (patch) | |
tree | ad5b2d5b4d84dc0be0548469617c2dec677bae55 | |
parent | 39cafb666b3d5a551dfacb7168c4ad90010327cb (diff) | |
download | mariadb-git-af552f2903b9764e3bc0634a0037c39d1a837f4f.tar.gz |
Disabling atomic.rename_trigger test case because of frequent
failures
-rw-r--r-- | mysql-test/suite/atomic/disabled.def | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/mysql-test/suite/atomic/disabled.def b/mysql-test/suite/atomic/disabled.def new file mode 100644 index 00000000000..6d8defe344a --- /dev/null +++ b/mysql-test/suite/atomic/disabled.def @@ -0,0 +1,13 @@ +############################################################################## +# +# List the test cases that are to be disabled temporarily. +# +# Separate the test case name and the comment with ':'. +# +# <testcasename> : BUG#<xxxx> <date disabled> <disabler> <comment> +# +# Do not use any TAB characters for whitespace. +# +############################################################################## + +rename_trigger : MDEV-29282 atomic.rename_trigger fails occasionly |