summaryrefslogtreecommitdiff
path: root/mysql-test/include/long_test.inc
diff options
context:
space:
mode:
Diffstat (limited to 'mysql-test/include/long_test.inc')
-rw-r--r--mysql-test/include/long_test.inc4
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/include/long_test.inc b/mysql-test/include/long_test.inc
new file mode 100644
index 00000000000..d9a3b338229
--- /dev/null
+++ b/mysql-test/include/long_test.inc
@@ -0,0 +1,4 @@
+# We use this --source include to mark a test as taking long to run.
+# We can use this to schedule such test early (to not be left with
+# only one or two long tests running, and rests of works idle), or to
+# run a quick test skipping long-running test cases.