diff options
author | Thirunarayanan Balathandayuthapani <thiru@mariadb.com> | 2022-08-16 21:10:12 +0530 |
---|---|---|
committer | Thirunarayanan Balathandayuthapani <thiru@mariadb.com> | 2022-08-16 21:10:12 +0530 |
commit | b0dd02032c6502b3ea00d521ad252b12f14e081b (patch) | |
tree | b7aad30ad16f5d576a6faef04eb74eb0e6293c79 | |
parent | 63e3fc0bb76ce8b4b018d1ca1e4be6b7cd55fad1 (diff) | |
download | mariadb-git-st-10.10-thiru.tar.gz |
- Disabling atomic.rename_trigger test case to avoid repeative failingst-10.10-thiru
which blocks the other developmental patches to push.
-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..fa22cc5b4f9 --- /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 |