Codebase list glance / 63e0dd1
* Adds patch to fix bad test case: fix-test_evnetlet_no_dnspython-test.patch (Closes: #828113) Thomas Goirand 7 years ago
5 changed file(s) with 32 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 glance (2:12.0.0-3) unstable; urgency=medium
1
2 * Adds patch to fix bad test case: fix-test_evnetlet_no_dnspython-test.patch
3 (Closes: #828113)
4
5 -- Thomas Goirand <zigo@debian.org> Tue, 28 Jun 2016 19:12:21 +0000
6
07 glance (2:12.0.0-2) unstable; urgency=medium
18
29 [ Ondřej Nový ]
66 ===================================================================
77 --- glance.orig/etc/glance-api.conf
88 +++ glance/etc/glance-api.conf
9 @@ -1524,7 +1524,7 @@ connection = sqlite:////var/lib/glance/g
9 @@ -1683,7 +1683,7 @@ connection = sqlite:////var/lib/glance/g
1010 # service name removed. For example, if your paste section name is
1111 # [pipeline:glance-api-keystone] use the value "keystone" (string
1212 # value)
1919 ===================================================================
2020 --- glance.orig/etc/glance-registry.conf
2121 +++ glance/etc/glance-registry.conf
22 @@ -1261,7 +1261,7 @@ connection = sqlite:////var/lib/glance/g
22 @@ -1390,7 +1390,7 @@ connection = sqlite:////var/lib/glance/g
2323 # service name removed. For example, if your paste section name is
2424 # [pipeline:glance-api-keystone] use the value "keystone" (string
2525 # value)
0 Description: Fix test_evnetlet_no_dnspython()
1 The test case tried to do:
2 os.environ['EVENTLET_NO_GREENDNS'] = 'foo'
3 which doesn't work. Fix it and use 'yes' instead.
4 Author: Thomas Goirand <zigo@debian.org>
5 Bug-Debian: https://bugs.debian.org/828113
6 Forwarded: no
7 Last-Update: 2016-06-28
8
9 --- glance-12.0.0.orig/glance/tests/unit/common/test_wsgi_ipv6.py
10 +++ glance-12.0.0/glance/tests/unit/common/test_wsgi_ipv6.py
11 @@ -35,7 +35,7 @@ else:
12 sys.exit(%d)
13 """
14
15 -eventlet_no_dns = script % ('fake', 'import eventlet', 'foo', 'not', 1, 0)
16 +eventlet_no_dns = script % ('fake', 'import eventlet', 'yes', 'not', 1, 0)
17
18 no_eventlet_no_dns = script % ('fake', '', 'foo', '', 1, 0)
19
00 sql_conn-registry.patch
11 default-config.patch
22 fix-test_multiprocessing.py-call-to-psutils.patch
3 fix-test_evnetlet_no_dnspython-test.patch
66 ===================================================================
77 --- glance.orig/etc/glance-api.conf
88 +++ glance/etc/glance-api.conf
9 @@ -646,7 +646,7 @@
9 @@ -638,7 +638,7 @@
1010 # Deprecated group/name - [DEFAULT]/sql_connection
1111 # Deprecated group/name - [DATABASE]/sql_connection
1212 # Deprecated group/name - [sql]/connection
1919 ===================================================================
2020 --- glance.orig/etc/glance-registry.conf
2121 +++ glance/etc/glance-registry.conf
22 @@ -417,7 +417,7 @@
22 @@ -379,7 +379,7 @@
2323 # Deprecated group/name - [DEFAULT]/sql_connection
2424 # Deprecated group/name - [DATABASE]/sql_connection
2525 # Deprecated group/name - [sql]/connection