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
=== modified file 'debian/changelog'
--- debian/changelog 2013-03-20 12:42:26 +0000
+++ debian/changelog 2013-03-22 15:59:24 +0000
@@ -1,3 +1,10 @@
1glance (1:2013.1~rc1-0ubuntu2) raring; urgency=low
2
3 * debian/patches/fix-ubuntu-tests.patch: Add configuration change
4 to allow testsuite to finish on Ubuntu buildds. (LP: #1158247)
5
6 -- Chuck Short <zulcss@ubuntu.com> Fri, 22 Mar 2013 10:55:03 -0500
7
1glance (1:2013.1~rc1-0ubuntu1) raring; urgency=low8glance (1:2013.1~rc1-0ubuntu1) raring; urgency=low
29
3 [ James Page ]10 [ James Page ]
411
=== added file 'debian/patches/fix-ubuntu-tests.patch'
--- debian/patches/fix-ubuntu-tests.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/fix-ubuntu-tests.patch 2013-03-22 15:59:24 +0000
@@ -0,0 +1,12 @@
1diff -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
2--- glance-2013.1.rc1.orig/glance/tests/functional/test_server_monkey_patch.py 2013-03-20 04:02:43.000000000 -0500
3+++ glance-2013.1.rc1/glance/tests/functional/test_server_monkey_patch.py 2013-03-22 10:53:53.623990910 -0500
4@@ -74,7 +74,7 @@ class TestClientServerInteractions(funct
5 self.port_one = utils.get_unused_port()
6 server_one = wsgi.Server()
7 self.config(bind_host='127.0.0.1')
8- self.config(workers=1)
9+ self.config(workers=0)
10 self.sleep_time = 1
11 server_one.start(MockServerSleepTestApp("one",
12 self.sleep_time)(),
013
=== modified file 'debian/patches/series'
--- debian/patches/series 2013-01-23 16:32:21 +0000
+++ debian/patches/series 2013-03-22 15:59:24 +0000
@@ -1,3 +1,4 @@
1sql_conn.patch1sql_conn.patch
2disable-network-for-docs.patch2disable-network-for-docs.patch
3fix-nosetests-path.patch3fix-nosetests-path.patch
4fix-ubuntu-tests.patch

Subscribers

People subscribed via source and target branches