Merge lp:~gandelman-a/ironic/test_concurrency into lp:~ubuntu-server-dev/ironic/icehouse

Proposed by Adam Gandelman
Status: Merged
Merged at revision: 13
Proposed branch: lp:~gandelman-a/ironic/test_concurrency
Merge into: lp:~ubuntu-server-dev/ironic/icehouse
Diff against target: 25 lines (+2/-2)
2 files modified
debian/changelog (+1/-1)
debian/rules (+1/-1)
To merge this branch: bzr merge lp:~gandelman-a/ironic/test_concurrency
Reviewer Review Type Date Requested Status
Ubuntu Server Developers Pending
Review via email: mp+213955@code.launchpad.net

Description of the change

Set test concurrency to 1 to avoid a possible deadlock when running concurrent tests. https://bugs.launchpad.net/ironic/+bug/1300420

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2014-04-01 23:07:38 +0000
+++ debian/changelog 2014-04-03 01:39:23 +0000
@@ -8,7 +8,7 @@
8 sample config, causing both daemons to log to respective files there.8 sample config, causing both daemons to log to respective files there.
9 * debian/{rules, ironic-common.install}: Install ironic.conf.sample9 * debian/{rules, ironic-common.install}: Install ironic.conf.sample
10 as /etc/ironic/ironic.conf.10 as /etc/ironic/ironic.conf.
11 * Fail build if test suite fails.11 * Fail build if test suite fails, limit testing concurrency to 1.
12 * debian/control: Add missing alembic, python-lockfile dependencies.12 * debian/control: Add missing alembic, python-lockfile dependencies.
1313
14 -- Adam Gandelman <adamg@ubuntu.com> Tue, 01 Apr 2014 12:55:01 -070014 -- Adam Gandelman <adamg@ubuntu.com> Tue, 01 Apr 2014 12:55:01 -0700
1515
=== modified file 'debian/rules'
--- debian/rules 2014-04-01 22:55:45 +0000
+++ debian/rules 2014-04-03 01:39:23 +0000
@@ -7,7 +7,7 @@
77
8ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))8ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS)))
9override_dh_auto_test:9override_dh_auto_test:
10 testr init && testr run10 testr init && testr run --concurrency=1
11endif11endif
1212
13override_dh_install:13override_dh_install:

Subscribers

People subscribed via source and target branches