Skip to content

Commit

Permalink
Moved events tests from main to suite/events
Browse files Browse the repository at this point in the history
This makes it easier to run test on just events.
  • Loading branch information
montywi committed May 3, 2023
1 parent ec820a3 commit 78f684e
Show file tree
Hide file tree
Showing 34 changed files with 14 additions and 2 deletions.
1 change: 0 additions & 1 deletion mysql-test/main/disabled.def
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#
##############################################################################
tablespace : disabled in MariaDB (no TABLESPACE table attribute)
events_time_zone : Test is not predictable as it depends on precise timing.
read_many_rows_innodb : Bug#11748886 2010-11-15 mattiasj report already exists
mysql_embedded : Bug#12561297 2011-05-14 Anitha Dependent on PB2 changes - eventum#41836
#show_explain : Psergey: random timeout in range-checked-for-each record query.
Expand Down
3 changes: 2 additions & 1 deletion mysql-test/mariadb-test-run.pl
Original file line number Diff line number Diff line change
Expand Up @@ -186,6 +186,7 @@ END
compat/mssql-
compat/maxdb-
encryption-
events-
federated-
funcs_1-
funcs_2-
Expand Down Expand Up @@ -5961,7 +5962,7 @@ ($)
phases of test execution.
stress=ARGS Run stress test, providing options to
mysql-stress-test.pl. Options are separated by comma.
xml-report=<file> Output jUnit xml file of the results.
xml-report=<file> Output xml file of the results.
tail-lines=N Number of lines of the result to include in a failure
report.
Expand Down
12 changes: 12 additions & 0 deletions mysql-test/suite/events/disabled.def
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
##############################################################################
#
# 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.
#
##############################################################################
events_time_zone : Test is not predictable as it depends on precise timing.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 78f684e

Please sign in to comment.