mirror of
https://github.com/MariaDB/server.git
synced 2025-08-01 03:47:19 +03:00
Mark test that includes "ndb_master-slave.inc" as ndb_test
This commit is contained in:
@ -820,7 +820,7 @@ sub collect_one_test_case {
|
|||||||
if ( $tinfo->{'ndb_test'} )
|
if ( $tinfo->{'ndb_test'} )
|
||||||
{
|
{
|
||||||
# This is a NDB test
|
# This is a NDB test
|
||||||
if ( ! $::glob_ndbcluster_supported )
|
if ( $::opt_skip_ndbcluster == 2 )
|
||||||
{
|
{
|
||||||
# Ndb is not supported, skip it
|
# Ndb is not supported, skip it
|
||||||
$tinfo->{'skip'}= 1;
|
$tinfo->{'skip'}= 1;
|
||||||
@ -969,6 +969,7 @@ my @tags=
|
|||||||
["include/have_ndb_extra.inc", "ndb_extra", 1],
|
["include/have_ndb_extra.inc", "ndb_extra", 1],
|
||||||
["include/master-slave.inc", "rpl_test", 1],
|
["include/master-slave.inc", "rpl_test", 1],
|
||||||
["include/ndb_master-slave.inc", "rpl_test", 1],
|
["include/ndb_master-slave.inc", "rpl_test", 1],
|
||||||
|
["include/ndb_master-slave.inc", "ndb_test", 1],
|
||||||
["include/federated.inc", "federated_test", 1],
|
["include/federated.inc", "federated_test", 1],
|
||||||
["include/not_embedded.inc", "not_embedded", 1],
|
["include/not_embedded.inc", "not_embedded", 1],
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user