polardbxengine/mysql-test/suite/ndb/t/test_mgmd.test

18 lines
609 B
Plaintext

--source include/have_ndb.inc
# The testMgmd binary is not built on Windows
--source include/not_windows.inc
# This test does not start ndb_mgmd as its not required. So, mysqld started by mtr.pl fails
# to connect to NDB and gives below warnings.
# Hide the warnings
--disable_query_log
call mtr.add_suppression("NDB: Tables not available after [0-9]* seconds. Consider increasing --ndb-wait-setup value");
call mtr.add_suppression("Could not acquire global schema lock");
--enable_query_log
let NDBAPITEST_NAME=testMgmd;
let NDBAPITEST_ARGS=--stop-on-error;
--source suite/ndb/include/run_ndbapitest.inc