summaryrefslogtreecommitdiff
path: root/mysql-test/suite/perfschema
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@montyprogram.com>2012-01-06 13:07:20 +0100
committerVladislav Vaintroub <wlad@montyprogram.com>2012-01-06 13:07:20 +0100
commitd26173439113812d125a5763c394faef323b805b (patch)
treeb55841101a8208837d1e48a2d20db2bf20a0558b /mysql-test/suite/perfschema
parent72c5d7a44da4552d05d3d68b03ff3501a0488d14 (diff)
downloadmariadb-git-d26173439113812d125a5763c394faef323b805b.tar.gz
Fix some failing tests on Windows
- ensure that mtr supressions table is flushed before doing controlled crash and restart - use DBUG_SUICIDE() rather than abort() in partition tests - avoids a crash message/warning - disable perfschema all_instances test on Windows- there are legitimate reasons for output to be different on Unix (some different threads, some different locks), the differences are expected to grow in the future, e.g with threadpool.
Diffstat (limited to 'mysql-test/suite/perfschema')
-rw-r--r--mysql-test/suite/perfschema/t/all_instances.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/mysql-test/suite/perfschema/t/all_instances.test b/mysql-test/suite/perfschema/t/all_instances.test
index 76262e78255..18e1f0c179f 100644
--- a/mysql-test/suite/perfschema/t/all_instances.test
+++ b/mysql-test/suite/perfschema/t/all_instances.test
@@ -4,6 +4,7 @@
--source include/have_archive.inc
--source include/have_blackhole.inc
--source include/have_ssl.inc
+--source include/not_windows.inc
use performance_schema;