From ff9a1bd22540fbe3e8a6b5fcccd3a42dc948d352 Mon Sep 17 00:00:00 2001 From: unknown Date: Tue, 29 Mar 2005 15:50:16 -0800 Subject: Shift skipping of some tests with embedded server from within mysql-test-run to the tests themselves. mysql-test/t/bdb-deadlock.test: Don't run this test with embedded server mysql-test/mysql-test-run.sh: Remove tests from being skipped with embedded server mysql-test/t/connect.test: Skip test under embedded server mysql-test/t/flush_block_commit.test: Skip test under embedded server mysql-test/t/grant.test: Skip test under embedded server mysql-test/t/grant2.test: Skip test under embedded server mysql-test/t/grant_cache.test: Skip test under embedded server --- mysql-test/t/flush_block_commit.test | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'mysql-test/t/flush_block_commit.test') diff --git a/mysql-test/t/flush_block_commit.test b/mysql-test/t/flush_block_commit.test index 87715452089..49d68d05fb6 100644 --- a/mysql-test/t/flush_block_commit.test +++ b/mysql-test/t/flush_block_commit.test @@ -3,6 +3,10 @@ # We verify that we did not introduce a deadlock. # This is intended to mimick how mysqldump and innobackup work. +# This test doesn't work with the embedded server +-- source include/not_embedded.inc + +# And it requires InnoDB -- source include/have_innodb.inc connect (con1,localhost,root,,); -- cgit v1.2.1