Commit d55161b7 authored by Guilhem Bichot's avatar Guilhem Bichot

Two tests which I recently copied from MyISAM to Maria take much longer in Maria (20x, 15 minutes)

so cause timeouts. Probably normal as ALTER TABLE does many syncs in Maria, but have to mark them "big"
for pushbuild2.

mysql-test/suite/parts/t/partition_alter2_1_maria.test:
  test takes 15 minutes with Maria (ALTER TABLE does many syncs in Maria)
mysql-test/suite/parts/t/partition_alter2_2_maria.test:
  test takes 15 minutes with Maria (ALTER TABLE does many syncs in Maria)
parent f2d05437
......@@ -43,6 +43,9 @@ let $more_pk_ui_tests= 0;
# The server must support partitioning.
--source include/have_partition.inc
# Lots of ALTER TABLE, slow in Maria (disk syncs), takes ~15 minutes
--source include/big_test.inc
#------------------------------------------------------------------------------#
# Engine specific settings and requirements
......
......@@ -43,6 +43,9 @@ let $more_pk_ui_tests= 0;
# The server must support partitioning.
--source include/have_partition.inc
# Lots of ALTER TABLE, slow in Maria (disk syncs), takes ~15 minutes
--source include/big_test.inc
#------------------------------------------------------------------------------#
# Engine specific settings and requirements
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment