Commit c8fad2b8 authored by Otto Kekäläinen's avatar Otto Kekäläinen
Browse files

Extend list of unstable tests for alpha

parent 15eea27f
mariadb-10.0 (10.0.22-3) UNRELEASED; urgency=low mariadb-10.0 (10.0.22-3) UNRELEASED; urgency=low
* Fix typo in d/rules * Fix typo in d/rules
* Extend list of unstable tests for arch mips and mipsel64 * Extend list of unstable tests for arch mips, mipsel64 and alpha
-- Otto Kekäläinen <otto@seravo.fi> Wed, 09 Dec 2015 19:56:13 +0200 -- Otto Kekäläinen <otto@seravo.fi> Wed, 09 Dec 2015 19:56:13 +0200
......
...@@ -126,6 +126,18 @@ multi_source.multisource : MDEV-8691\ ...@@ -126,6 +126,18 @@ multi_source.multisource : MDEV-8691\
rpl.rpl_auto_increment : MDEV-8691\ rpl.rpl_auto_increment : MDEV-8691\
rpl.rpl_auto_increment_bug45679 : MDEV-8691\ rpl.rpl_auto_increment_bug45679 : MDEV-8691\
EOF EOF
endif
ifeq ($(ARCH), alpha)
cat <<EOF >> $(BUILDDIR)/mysql-test/unstable-tests\
rpl.rpl_skip_replication : https://mariadb.atlassian.net/browse/MDEV-9268\
main.mysqltest : MDEV-9269\
mroonga/storage.column_datetime_32bit_2038 : MDEV-9270\
mroonga/storage.column_datetime_32bit_before_unix_epoch : MDEV-9270\
mroonga/storage.column_datetime_32bit_max : MDEV-9270\
mroonga/storage.column_datetime_32bit_out_of_range : MDEV-9270\
mroonga/storage.index_multiple_column_unique_date_32bit_equal : MDEV-9270\
mroonga/storage.index_multiple_column_unique_date_order_32bit_desc : MDEV-9270\
EOF
endif endif
# Run testsuite # Run testsuite
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
......
Supports Markdown
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