| *** gcb has quit IRC | 00:10 | |
| *** dave-mccowan has joined #openstack-python3 | 01:11 | |
| *** gcb has joined #openstack-python3 | 01:56 | |
| *** dave-mccowan has quit IRC | 03:42 | |
| *** tuanluong has joined #openstack-python3 | 03:56 | |
| *** tuanluong has quit IRC | 04:35 | |
| *** gcb has quit IRC | 04:51 | |
| *** gcb has joined #openstack-python3 | 04:53 | |
| *** gcb has quit IRC | 05:29 | |
| *** gcb has joined #openstack-python3 | 05:30 | |
| *** gcb has quit IRC | 06:18 | |
| *** gcb has joined #openstack-python3 | 06:18 | |
| *** tuanluong has joined #openstack-python3 | 07:45 | |
| *** tuanluong has quit IRC | 10:44 | |
| gcb | haypo, only these two: https://review.openstack.org/#/q/status:open+project:openstack/nova+branch:master+topic:bug/1482633 | 12:06 |
|---|---|---|
| haypo | gcb: did you get support from nova cores? | 12:07 |
| *** dave-mccowan has joined #openstack-python3 | 12:08 | |
| haypo | gcb: oh... SSL. not sure if something is wrong in eventlet, or if it's because ssl became very strict in python3 | 12:08 |
| gcb | haypo, yeah, can't do that with their support :-) | 12:08 |
| haypo | gcb: but ssl also became stricter in python2, but it depends in the minor 2.7.x version | 12:08 |
| gcb | haypo, we did same thing to skip unittest in oslo.service, nova just follow the way | 12:08 |
| gcb | https://github.com/openstack/oslo.service/blob/master/oslo_service/tests/test_wsgi.py#L282 | 12:10 |
| gcb | s/with/without | 12:11 |
| haypo | gcb: yeah i know. it would be "nice" to dig into the issue, but i tried once or twice and failed to see something obvious :-/ | 12:12 |
| gcb | haypo: I also tried :-/ | 12:15 |
| haypo | gcb: yeah, it's painful to debug SSL | 12:29 |
| haypo | gcb: that's why it's also to wait until aaaaall other issues are fixed before looing at this one :-D | 12:30 |
| gcb | haypo: agree :-) | 12:31 |
| *** dave-mccowan has quit IRC | 12:32 | |
| *** dave-mccowan has joined #openstack-python3 | 12:33 | |
| *** gcb has quit IRC | 12:55 | |
| *** frickler has joined #openstack-python3 | 13:07 | |
| frickler | if anyone has time to look at https://bugs.launchpad.net/tempest/+bug/1663593 that would be nice. | 13:13 |
| openstack | Launchpad bug 1663593 in tempest "py35 dsvm tests failing in nova novnc" [Undecided,New] | 13:13 |
| haypo | frickler: you should probably replace '<html>' with b'<html>' | 13:23 |
| frickler | haypo: that would then end up like this: http://paste.openstack.org/show/598404/ do you think this looks reasonable or do you think there is something more elegant? | 13:45 |
| haypo | frickler: i don't think that b'Host: %s:%s\r\n' % (url.hostname, url.port) works on Python 3 using python3 -bb | 13:46 |
| frickler | haypo: o.k., so looking at https://wiki.openstack.org/wiki/Python3#bytes.decode_and_unicode.encode I would then use reqdata.encode('utf-8') in the end instead? | 14:02 |
| haypo | frickler: you have two choices for '<html>' in resp.data | 14:03 |
| haypo | frickler: (1) b'<html>' in resp.data | 14:03 |
| haypo | frickler: (2) '<html>' in resp.data.decode('utf-8') | 14:03 |
| haypo | frickler: (2) works in more cases, according to your change | 14:03 |
| frickler | haypo: so I'm trying with this one, will see what the CI has to say about it https://review.openstack.org/432321 | 14:09 |
| frickler | I was too late, https://review.openstack.org/#/c/429949/5 is already a couple of steps ahead :) | 14:25 |
| *** dims_ has quit IRC | 15:28 | |
| *** dims has joined #openstack-python3 | 15:33 | |
| *** dims has quit IRC | 15:55 | |
| *** dims has joined #openstack-python3 | 15:55 | |
| *** dims is now known as Guest12406 | 15:56 | |
| *** Guest12406 has quit IRC | 16:05 | |
| *** dims_ has joined #openstack-python3 | 16:24 | |
| *** dave-mccowan has quit IRC | 17:05 | |
| *** cdent has joined #openstack-python3 | 17:45 | |
| *** cdent has quit IRC | 18:34 | |
| *** dave-mccowan has joined #openstack-python3 | 20:12 | |
| *** dave-mccowan has quit IRC | 22:12 | |
| *** haypo has left #openstack-python3 | 22:13 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!