mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
mysql-test-run.sh:
Check that there is a disabled.def before using it disabled.def: Reenable ndb tests accidently disabled mysql-test/t/disabled.def: Reenable ndb tests accidently disabled mysql-test/mysql-test-run.sh: Check that there is a disabled.def before using it
This commit is contained in:
@ -1541,6 +1541,7 @@ run_testcase ()
|
|||||||
disable_test $tname "$comment"
|
disable_test $tname "$comment"
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
if [ -f "$TESTDIR/disabled.def" ] ; then
|
||||||
comment=`$GREP "^$tname *: *" $TESTDIR/disabled.def`;
|
comment=`$GREP "^$tname *: *" $TESTDIR/disabled.def`;
|
||||||
if [ -n "$comment" ]
|
if [ -n "$comment" ]
|
||||||
then
|
then
|
||||||
@ -1548,6 +1549,7 @@ run_testcase ()
|
|||||||
disable_test $tname "$comment"
|
disable_test $tname "$comment"
|
||||||
return
|
return
|
||||||
fi
|
fi
|
||||||
|
fi
|
||||||
|
|
||||||
if [ "x$USE_EMBEDDED_SERVER" != "x1" ] ; then
|
if [ "x$USE_EMBEDDED_SERVER" != "x1" ] ; then
|
||||||
# Stop all slave threads, so that we don't have useless reconnection
|
# Stop all slave threads, so that we don't have useless reconnection
|
||||||
|
@ -10,11 +10,3 @@
|
|||||||
#
|
#
|
||||||
##############################################################################
|
##############################################################################
|
||||||
|
|
||||||
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
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user