Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Faustin Lammler
mariadb-10.1
Commits
c8fad2b8
Commit
c8fad2b8
authored
Dec 11, 2015
by
Otto Kekäläinen
Browse files
Extend list of unstable tests for alpha
parent
15eea27f
Changes
2
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
c8fad2b8
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
...
...
debian/rules
View file @
c8fad2b8
...
@@ -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)))
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment