20 lines
887 B
Plaintext
20 lines
887 B
Plaintext
# The include statement below is a temp one for tests that are yet to
|
|
#be ported to run with InnoDB,
|
|
#but needs to be kept for tests that would need MyISAM in future.
|
|
--source include/force_myisam_default.inc
|
|
|
|
# Requires many restarts of the embedded library to test regression
|
|
--source include/big_test.inc
|
|
|
|
#Want to skip this test from daily Valgrind execution
|
|
--source include/no_valgrind_without_big.inc
|
|
|
|
--source include/is_embedded.inc
|
|
|
|
--echo # Run the start/stop test 17 times (* 64 = 1088 restarts)
|
|
--echo # --silent to avoid printing out server version etc.
|
|
--exec $MYSQL_CLIENT_TEST --silent --count=17 test_embedded_start_stop > $MYSQLTEST_VARDIR/log/test_embedded_start_stop.log 2>&1
|
|
# TODO: Test all other tests once.
|
|
# (Currently not done, since many fail with embedded server).
|
|
#--exec $MYSQL_CLIENT_TEST > $MYSQLTEST_VARDIR/log/mysql_client_test_embedded.log 2>&1
|