Merge lp:~zulcss/glance/glance-testsuite into lp:~openstack-ubuntu-testing/glance/grizzly

Proposed by Chuck Short
Status: Merged
Merged at revision: 243
Proposed branch: lp:~zulcss/glance/glance-testsuite
Merge into: lp:~openstack-ubuntu-testing/glance/grizzly
Diff against target: 40 lines (+20/-0)
3 files modified
debian/changelog (+7/-0)
debian/patches/fix-ubuntu-tests.patch (+12/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~zulcss/glance/glance-testsuite
Reviewer Review Type Date Requested Status
James Page Approve
Review via email: mp+154998@code.launchpad.net
To post a comment you must log in.
Revision history for this message
James Page (james-page) wrote :

+1

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'debian/changelog'
2--- debian/changelog 2013-03-20 12:42:26 +0000
3+++ debian/changelog 2013-03-22 15:59:24 +0000
4@@ -1,3 +1,10 @@
5+glance (1:2013.1~rc1-0ubuntu2) raring; urgency=low
6+
7+ * debian/patches/fix-ubuntu-tests.patch: Add configuration change
8+ to allow testsuite to finish on Ubuntu buildds. (LP: #1158247)
9+
10+ -- Chuck Short <zulcss@ubuntu.com> Fri, 22 Mar 2013 10:55:03 -0500
11+
12 glance (1:2013.1~rc1-0ubuntu1) raring; urgency=low
13
14 [ James Page ]
15
16=== added file 'debian/patches/fix-ubuntu-tests.patch'
17--- debian/patches/fix-ubuntu-tests.patch 1970-01-01 00:00:00 +0000
18+++ debian/patches/fix-ubuntu-tests.patch 2013-03-22 15:59:24 +0000
19@@ -0,0 +1,12 @@
20+diff -Naurp glance-2013.1.rc1.orig/glance/tests/functional/test_server_monkey_patch.py glance-2013.1.rc1/glance/tests/functional/test_server_monkey_patch.py
21+--- glance-2013.1.rc1.orig/glance/tests/functional/test_server_monkey_patch.py 2013-03-20 04:02:43.000000000 -0500
22++++ glance-2013.1.rc1/glance/tests/functional/test_server_monkey_patch.py 2013-03-22 10:53:53.623990910 -0500
23+@@ -74,7 +74,7 @@ class TestClientServerInteractions(funct
24+ self.port_one = utils.get_unused_port()
25+ server_one = wsgi.Server()
26+ self.config(bind_host='127.0.0.1')
27+- self.config(workers=1)
28++ self.config(workers=0)
29+ self.sleep_time = 1
30+ server_one.start(MockServerSleepTestApp("one",
31+ self.sleep_time)(),
32
33=== modified file 'debian/patches/series'
34--- debian/patches/series 2013-01-23 16:32:21 +0000
35+++ debian/patches/series 2013-03-22 15:59:24 +0000
36@@ -1,3 +1,4 @@
37 sql_conn.patch
38 disable-network-for-docs.patch
39 fix-nosetests-path.patch
40+fix-ubuntu-tests.patch

Subscribers

People subscribed via source and target branches