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

Switch unstable test inject back to mtr parameter

As disabled.def intrepreted test names in a special way, switch
back to using --skip-test-list option
parent 5019c0b2
mariadb-10.0 (10.0.22-6~exp1) experimental; urgency=low mariadb-10.0 (10.0.22-6) UNRELEASED; urgency=low
* Add patch to make passwordless root login default on all new * Add patches to make passwordless root login default on all new
installs in all situations. Make auth_socket a built-in plugin. installs in all situations. Make auth_socket a built-in plugin.
* Clean up previous passwordless root implementation so that it * Clean up previous passwordless root implementation so that it
applies only to new installs and existing databases continue applies only to new installs and existing databases continue
to operate with the passwords defined in their user tables. to operate with the passwords defined in their user tables.
* As disabled.def intrepreted test names in a special way, switch
back to using --skip-test-list option
-- Otto Kekäläinen <otto@seravo.fi> Thu, 17 Dec 2015 15:28:51 +0200 -- Otto Kekäläinen <otto@seravo.fi> Thu, 17 Dec 2015 15:28:51 +0200
......
...@@ -96,10 +96,10 @@ override_dh_auto_test: ...@@ -96,10 +96,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) ] || cat debian/unstable-tests.$(ARCH) >> mysql-test/disabled.def [ ! -f debian/unstable-tests.$(ARCH) ] || cat debian/unstable-tests.$(ARCH) >> mysql-test/unstable-tests
# 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) cd $(BUILDDIR)/mysql-test && ./mtr --force --testcase-timeout=30 --suite-timeout=540 --retry=3 --parallel=$(NUMJOBS) --skip-test-list=unstable-tests
endif endif
override_dh_auto_install: override_dh_auto_install:
......
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