Browse Source

moving these tests to suite ndb_team

mysql-test/suite/ndb_team/t/ndb_autodiscover2-master.opt:
  Rename: mysql-test/suite/ndb/t/ndb_autodiscover2-master.opt -> mysql-test/suite/ndb_team/t/ndb_autodiscover2-master.opt
mysql-test/suite/ndb_team/t/ndb_autodiscover2.test:
  Rename: mysql-test/suite/ndb/t/ndb_autodiscover2.test -> mysql-test/suite/ndb_team/t/ndb_autodiscover2.test
mysql-test/suite/ndb_team/t/ndb_autodiscover.test:
  Rename: mysql-test/suite/ndb/t/ndb_autodiscover.test -> mysql-test/suite/ndb_team/t/ndb_autodiscover.test
mysql-test/suite/ndb_team/t/ndb_autodiscover3.test:
  Rename: mysql-test/suite/ndb/t/ndb_autodiscover3.test -> mysql-test/suite/ndb_team/t/ndb_autodiscover3.test
mysql-test/suite/ndb_team/r/ndb_autodiscover.result:
  Rename: mysql-test/suite/ndb/r/ndb_autodiscover.result -> mysql-test/suite/ndb_team/r/ndb_autodiscover.result
mysql-test/suite/ndb_team/r/ndb_autodiscover2.result:
  Rename: mysql-test/suite/ndb/r/ndb_autodiscover2.result -> mysql-test/suite/ndb_team/r/ndb_autodiscover2.result
mysql-test/suite/ndb_team/r/ndb_autodiscover3.result:
  Rename: mysql-test/suite/ndb/r/ndb_autodiscover3.result -> mysql-test/suite/ndb_team/r/ndb_autodiscover3.result
mysql-test/suite/ndb_team/t/disabled.def:
  BitKeeper file /home/tomas/mysql-5.1-new-ndb/mysql-test/suite/ndb_team/t/disabled.def
pull/374/head
unknown 18 years ago
parent
commit
91f14cdb2b
  1. 4
      mysql-test/suite/ndb/t/disabled.def
  2. 0
      mysql-test/suite/ndb_team/r/ndb_autodiscover.result
  3. 0
      mysql-test/suite/ndb_team/r/ndb_autodiscover2.result
  4. 0
      mysql-test/suite/ndb_team/r/ndb_autodiscover3.result
  5. 17
      mysql-test/suite/ndb_team/t/disabled.def
  6. 0
      mysql-test/suite/ndb_team/t/ndb_autodiscover.test
  7. 0
      mysql-test/suite/ndb_team/t/ndb_autodiscover2-master.opt
  8. 0
      mysql-test/suite/ndb_team/t/ndb_autodiscover2.test
  9. 0
      mysql-test/suite/ndb_team/t/ndb_autodiscover3.test

4
mysql-test/suite/ndb/t/disabled.def

@ -9,8 +9,6 @@
# Do not use any TAB characters for whitespace.
#
##############################################################################
ndb_autodiscover : BUG#18952 2006-02-16 jmiller Needs to be fixed w.r.t binlog
ndb_autodiscover2 : BUG#18952 2006-02-16 jmiller Needs to be fixed w.r.t binlog
ndb_dd_sql_features : Bug#29102 ndb_dd_sql_features fails in pushbuild
ndb_load : BUG#17233 2006-05-04 tomas failed load data from infile causes mysqld dbug_assert, binlog not flushed
@ -21,5 +19,3 @@ ndb_partition_error2 : HF is not sure if the test can work as internded on all
# the below testcase have been reworked to avoid the bug, test contains comment, keep bug open
#ndb_binlog_ddl_multi : BUG#18976 2006-04-10 kent CRBR: multiple binlog, second binlog may miss schema log events
#ndb_binlog_discover : bug#21806 2006-08-24
#ndb_autodiscover3 : bug#21806
#ndb_autodiscover3 : Bug#20872 2007-07-15 ingo master*.err: miscellaneous error messages

0
mysql-test/suite/ndb/r/ndb_autodiscover.result → mysql-test/suite/ndb_team/r/ndb_autodiscover.result

0
mysql-test/suite/ndb/r/ndb_autodiscover2.result → mysql-test/suite/ndb_team/r/ndb_autodiscover2.result

0
mysql-test/suite/ndb/r/ndb_autodiscover3.result → mysql-test/suite/ndb_team/r/ndb_autodiscover3.result

17
mysql-test/suite/ndb_team/t/disabled.def

@ -0,0 +1,17 @@
##############################################################################
#
# 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.
#
##############################################################################
ndb_autodiscover : BUG#18952 2006-02-16 jmiller Needs to be fixed w.r.t binlog
ndb_autodiscover2 : BUG#18952 2006-02-16 jmiller Needs to be fixed w.r.t binlog
# the below testcase have been reworked to avoid the bug, test contains comment, keep bug open
#ndb_autodiscover3 : bug#21806
#ndb_autodiscover3 : Bug#20872 2007-07-15 ingo master*.err: miscellaneous error messages

0
mysql-test/suite/ndb/t/ndb_autodiscover.test → mysql-test/suite/ndb_team/t/ndb_autodiscover.test

0
mysql-test/suite/ndb/t/ndb_autodiscover2-master.opt → mysql-test/suite/ndb_team/t/ndb_autodiscover2-master.opt

0
mysql-test/suite/ndb/t/ndb_autodiscover2.test → mysql-test/suite/ndb_team/t/ndb_autodiscover2.test

0
mysql-test/suite/ndb/t/ndb_autodiscover3.test → mysql-test/suite/ndb_team/t/ndb_autodiscover3.test

Loading…
Cancel
Save