Skip to content

Commit 78f684e

Browse files
committed
Moved events tests from main to suite/events
This makes it easier to run test on just events.
1 parent ec820a3 commit 78f684e

34 files changed

+14
-2
lines changed

mysql-test/main/disabled.def

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
#
1111
##############################################################################
1212
tablespace : disabled in MariaDB (no TABLESPACE table attribute)
13-
events_time_zone : Test is not predictable as it depends on precise timing.
1413
read_many_rows_innodb : Bug#11748886 2010-11-15 mattiasj report already exists
1514
mysql_embedded : Bug#12561297 2011-05-14 Anitha Dependent on PB2 changes - eventum#41836
1615
#show_explain : Psergey: random timeout in range-checked-for-each record query.

mysql-test/mariadb-test-run.pl

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ END
186186
compat/mssql-
187187
compat/maxdb-
188188
encryption-
189+
events-
189190
federated-
190191
funcs_1-
191192
funcs_2-
@@ -5961,7 +5962,7 @@ ($)
59615962
phases of test execution.
59625963
stress=ARGS Run stress test, providing options to
59635964
mysql-stress-test.pl. Options are separated by comma.
5964-
xml-report=<file> Output jUnit xml file of the results.
5965+
xml-report=<file> Output xml file of the results.
59655966
tail-lines=N Number of lines of the result to include in a failure
59665967
report.
59675968

mysql-test/suite/events/disabled.def

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
##############################################################################
2+
#
3+
# List the test cases that are to be disabled temporarily.
4+
#
5+
# Separate the test case name and the comment with ':'.
6+
#
7+
# <testcasename> : BUG#<xxxx> <date disabled> <disabler> <comment>
8+
#
9+
# Do not use any TAB characters for whitespace.
10+
#
11+
##############################################################################
12+
events_time_zone : Test is not predictable as it depends on precise timing.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)