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
774c03a2
Commit
774c03a2
authored
Dec 16, 2015
by
Otto Kekäläinen
Browse files
Fix unstable-tests path and amd64 coverage for reproducible builds
parent
1a482994
Changes
7
Hide whitespace changes
Inline
Side-by-side
debian/changelog
View file @
774c03a2
mariadb-10.0 (10.0.22-5) unstable; urgency=low
* Fix non-working path of unstable-test in d/rules
* Add unstable test for amd64 to fix reproducible builds
-- Otto Kekäläinen <otto@seravo.fi> Thu, 17 Dec 2015 13:31:56 +0200
mariadb-10.0 (10.0.22-4) unstable; urgency=low
mariadb-10.0 (10.0.22-4) unstable; urgency=low
* Upload to unstable
* Upload to unstable
...
...
debian/rules
View file @
774c03a2
...
@@ -94,10 +94,10 @@ override_dh_auto_test:
...
@@ -94,10 +94,10 @@ override_dh_auto_test:
@echo "RULES.$@"
@echo "RULES.$@"
dh_testdir
dh_testdir
# Skip unstable tests if such are defined for arch
# Skip unstable tests if such are defined for arch
[ ! -f debian/unstable-tests.$(ARCH) ] || c
p
debian/unstable-tests.$(ARCH)
$(BUILDDIR)/mysql-test/unstable-tests
[ ! -f debian/unstable-tests.$(ARCH) ] || c
at
debian/unstable-tests.$(ARCH)
>> mysql-test/disabled.def
# Run testsuite
# Run testsuite
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
cd $(BUILDDIR)/mysql-test && ./mtr --force --testcase-timeout=30 --suite-timeout=540 --retry=3 --parallel=$(NUMJOBS)
--skip-test-list=unstable-tests
cd $(BUILDDIR)/mysql-test && ./mtr --force --testcase-timeout=30 --suite-timeout=540 --retry=3 --parallel=$(NUMJOBS)
endif
endif
override_dh_auto_install:
override_dh_auto_install:
...
...
debian/unstable-tests.alpha
View file @
774c03a2
...
@@ -6,4 +6,3 @@ mroonga/storage.column_datetime_32bit_max : MDEV-9270
...
@@ -6,4 +6,3 @@ mroonga/storage.column_datetime_32bit_max : MDEV-9270
mroonga/storage.column_datetime_32bit_out_of_range : 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_32bit_equal : MDEV-9270
mroonga/storage.index_multiple_column_unique_date_order_32bit_desc : MDEV-9270
mroonga/storage.index_multiple_column_unique_date_order_32bit_desc : MDEV-9270
debian/unstable-tests.amd64
0 → 100644
View file @
774c03a2
main.events_2 : https://mariadb.atlassian.net/browse/MDEV-9299
debian/unstable-tests.mips
View file @
774c03a2
...
@@ -5,4 +5,3 @@ multi_source.gtid : MDEV-8691
...
@@ -5,4 +5,3 @@ multi_source.gtid : MDEV-8691
multi_source.multisource : MDEV-8691
multi_source.multisource : MDEV-8691
rpl.rpl_auto_increment : MDEV-8691
rpl.rpl_auto_increment : MDEV-8691
rpl.rpl_invoked_features : MDEV-8691
rpl.rpl_invoked_features : MDEV-8691
debian/unstable-tests.mips64el
View file @
774c03a2
...
@@ -5,4 +5,3 @@ multi_source.gtid : MDEV-8691
...
@@ -5,4 +5,3 @@ multi_source.gtid : MDEV-8691
multi_source.multisource : MDEV-8691
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
debian/unstable-tests.mipsel
View file @
774c03a2
...
@@ -5,4 +5,3 @@ multi_source.gtid : MDEV-8691
...
@@ -5,4 +5,3 @@ multi_source.gtid : MDEV-8691
multi_source.multisource : MDEV-8691
multi_source.multisource : MDEV-8691
rpl.rpl_auto_increment : MDEV-8691
rpl.rpl_auto_increment : MDEV-8691
rpl.rpl_invoked_features : MDEV-8691
rpl.rpl_invoked_features : MDEV-8691
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