summaryrefslogtreecommitdiff
path: root/mysql-test/t/disabled.def
diff options
context:
space:
mode:
authorunknown <kent@mysql.com>2005-03-15 19:48:42 +0100
committerunknown <kent@mysql.com>2005-03-15 19:48:42 +0100
commit6272f6f2159bf9bcdef9a384774c1e88144f01e6 (patch)
tree83448ca98ef0abdbf7be19d512bd27f5f99e5e44 /mysql-test/t/disabled.def
parentfc9e2b42d93269b5f98d80e935f31877c87c7567 (diff)
downloadmariadb-git-6272f6f2159bf9bcdef9a384774c1e88144f01e6.tar.gz
mysql-test-run.sh:
Added feature to disable tests from a list in a file "disabled.def" Moved down the code that disables, so that --do-test and --start-from don't list the disabled tests not in range. disabled.def: List of test cases to temporarely disable mysql-test/t/disabled.def: List of test cases to temporarely disable mysql-test/mysql-test-run.sh: Added feature to disable tests from a list in a file "disabled.def" Moved down the code that disables, so that --do-test and --start-from don't list the disabled tests not in range.
Diffstat (limited to 'mysql-test/t/disabled.def')
-rw-r--r--mysql-test/t/disabled.def20
1 files changed, 20 insertions, 0 deletions
diff --git a/mysql-test/t/disabled.def b/mysql-test/t/disabled.def
new file mode 100644
index 00000000000..d2ab8158c51
--- /dev/null
+++ b/mysql-test/t/disabled.def
@@ -0,0 +1,20 @@
+##############################################################################
+#
+# List the test cases that are to be disabled temporarely.
+#
+# Separate the test case name and the comment with ':'.
+#
+# <testcasename> : Comment test
+#
+# Don't use any TAB characters for whitespace.
+#
+##############################################################################
+
+ndb_alter_table : NDB team needs to fix
+ndb_autodiscover : NDB team needs to fix
+ndb_autodiscover2 : NDB team needs to fix
+ndb_cache_multi : NDB team needs to fix
+ndb_cache_multi2 : NDB team needs to fix
+ndb_multi : NDB team needs to fix
+ndb_restore : NDB team needs to fix
+