| *** gcb has quit IRC | 00:26 | |
| openstackgerrit | MasayaAoyama proposed openstack/designate master: nova/neutron format integration is failed https://review.openstack.org/418813 | 01:05 |
|---|---|---|
| *** trungnv has joined #openstack-dns | 01:09 | |
| *** catintheroof has joined #openstack-dns | 01:29 | |
| *** catintheroof has quit IRC | 01:30 | |
| openstackgerrit | MasayaAoyama proposed openstack/designate master: nova/neutron format integration is failed https://review.openstack.org/418813 | 01:50 |
| openstackgerrit | MasayaAoyama proposed openstack/designate master: nova/neutron format integration is failed https://review.openstack.org/418813 | 02:09 |
| *** sonuk has joined #openstack-dns | 02:59 | |
| *** pcaruana has joined #openstack-dns | 06:39 | |
| *** trungnv has quit IRC | 07:00 | |
| *** trungnv has joined #openstack-dns | 07:07 | |
| *** baffle has quit IRC | 07:12 | |
| *** baffle has joined #openstack-dns | 07:12 | |
| *** abalutoiu__ has quit IRC | 07:40 | |
| *** amoralej|off is now known as amoralej | 07:41 | |
| *** sonuk has quit IRC | 07:44 | |
| *** sonuk has joined #openstack-dns | 07:48 | |
| *** therve has joined #openstack-dns | 07:55 | |
| *** egonzalez has joined #openstack-dns | 08:15 | |
| *** openstackgerrit has quit IRC | 08:18 | |
| *** openstackgerrit has joined #openstack-dns | 08:33 | |
| *** ChanServ sets mode: +v openstackgerrit | 08:33 | |
| openstackgerrit | Thomas Herve proposed openstack/designate master: Fix test notification driver configuration https://review.openstack.org/467079 | 08:33 |
| therve | I'm trying to run the 3.5 tests locally | 08:33 |
| therve | But I get some failure that I don't see in the gate, for tests that don't run there | 08:33 |
| therve | eg, designate.tests.unit.test_agent.test_backends.test_msdns.MSDNSAgentBackendUnitTestCase.test_update_zone | 08:34 |
| therve | Does anyone have an idea why that can happen? | 08:34 |
| openstackgerrit | Thomas Herve proposed openstack/designate master: Fix mdns unit tests on py3 https://review.openstack.org/467082 | 08:42 |
| *** vcn[m] has quit IRC | 08:46 | |
| openstackgerrit | Thomas Herve proposed openstack/designate master: Fix djbdns on python3 https://review.openstack.org/467083 | 08:46 |
| *** vcn[m] has joined #openstack-dns | 08:49 | |
| openstackgerrit | Thomas Herve proposed openstack/designate master: Fix agent unit tests on py3 https://review.openstack.org/467082 | 08:54 |
| *** MarkBaker has quit IRC | 09:20 | |
| *** mkoderer_ has joined #openstack-dns | 09:21 | |
| *** dgonzalez_ has joined #openstack-dns | 09:21 | |
| *** seife_ has joined #openstack-dns | 09:21 | |
| *** tpatzig_ has joined #openstack-dns | 09:21 | |
| *** mkoderer_ has quit IRC | 09:23 | |
| *** dgonzalez_ has quit IRC | 09:23 | |
| *** seife_ has quit IRC | 09:23 | |
| *** tpatzig_ has quit IRC | 09:23 | |
| openstackgerrit | Thomas Herve proposed openstack/designate master: Fix agent unit tests on py3 https://review.openstack.org/467082 | 09:25 |
| *** MarkBaker has joined #openstack-dns | 09:32 | |
| therve | hieulq, Here to chat about https://review.openstack.org/#/c/467082/ ? | 09:59 |
| hieulq | therve, pong! | 09:59 |
| therve | hieulq, So, the thing I see is that the tests I fixed are not in the blacklist | 10:00 |
| therve | And they still don't seem to run in the gate for some reasons | 10:00 |
| therve | But are failing locally | 10:00 |
| hieulq | therve, they are skipped in blacklist file, that's why gates ignore them | 10:01 |
| therve | hieulq, Where are they skipped? | 10:01 |
| hieulq | https://github.com/openstack/designate/blob/master/tests-py3.txt#L28 | 10:01 |
| therve | Arf :) | 10:02 |
| therve | hieulq, My checkout was outdated... sorry | 10:03 |
| hieulq | therve, np :) | 10:03 |
| therve | hieulq, So about your other comments, I didn't get it | 10:03 |
| therve | About using six | 10:03 |
| hieulq | therve, I pushed a patch to skip these UTs because of eventlet 0.21.0 bugs | 10:04 |
| hieulq | sorry 0.20.0 bugs | 10:05 |
| therve | Yeah. Which is weird because it doesn't seem to have anything to do with eventlet | 10:05 |
| hieulq | yeah | 10:06 |
| openstackgerrit | Thomas Herve proposed openstack/designate master: Fix agent unit tests on py3 https://review.openstack.org/467082 | 10:06 |
| openstackgerrit | Thomas Herve proposed openstack/designate master: Fix test notification driver configuration https://review.openstack.org/467079 | 10:06 |
| hieulq | so my suggestion is just using six module to handle str problem of py2 instead of decode method | 10:06 |
| therve | Yeah but I'm not sure it's applicable? | 10:07 |
| therve | six is here when you have something different between 2 and 3 | 10:07 |
| therve | decode exists in both | 10:07 |
| *** MarkBaker has quit IRC | 10:08 | |
| *** yee379 has quit IRC | 10:13 | |
| *** yee379 has joined #openstack-dns | 10:14 | |
| hieulq | therve, ah ok, sorry | 10:18 |
| therve | hieulq, No worries! | 10:18 |
| hieulq | so eventlet 0.20.0 remove EVENTLET_GREEN_DNS and it affected to pythondns which cause py3 test fail | 10:19 |
| therve | OK | 10:19 |
| therve | hieulq, So what's the procedure for contributing a py3 fix? | 10:19 |
| therve | Take a module from the blacklist, make it pass, propose a patch? | 10:19 |
| hieulq | yes | 10:20 |
| therve | OK cool | 10:21 |
| *** MarkBaker has joined #openstack-dns | 10:24 | |
| openstackgerrit | Thomas Herve proposed openstack/designate master: Unskip and fix handler tests in py3 https://review.openstack.org/467120 | 10:44 |
| *** sonuk_ has joined #openstack-dns | 10:54 | |
| *** sonuk has quit IRC | 10:57 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/designate master: Updated from global requirements https://review.openstack.org/467142 | 11:48 |
| *** vcn[m] has quit IRC | 12:09 | |
| *** vcn[m] has joined #openstack-dns | 12:13 | |
| *** sonuk_ has quit IRC | 12:15 | |
| openstackgerrit | OpenStack Proposal Bot proposed openstack/designate master: Updated from global requirements https://review.openstack.org/467142 | 12:18 |
| *** n0isyn0ise has joined #openstack-dns | 12:33 | |
| n0isyn0ise | hi there, i am currently trying designate within kolla, and it seems i missed something : | 12:35 |
| n0isyn0ise | dns is working, but each time I boot a vm i got 2 records : for example vm1.test.lab. and vm1.None.test.lab. | 12:36 |
| n0isyn0ise | I don't understand where the "None" from the second record come from - maybe anyone can give me a hint ? | 12:36 |
| *** catintheroof has joined #openstack-dns | 12:42 | |
| openstackgerrit | Thomas Herve proposed openstack/designate master: Unskip and fix handler tests in py3 https://review.openstack.org/467120 | 12:47 |
| *** abalutoiu has joined #openstack-dns | 13:27 | |
| *** mlavalle has joined #openstack-dns | 13:50 | |
| *** chlong has joined #openstack-dns | 13:55 | |
| *** cleong has joined #openstack-dns | 14:29 | |
| *** chlong has quit IRC | 15:31 | |
| *** chlong has joined #openstack-dns | 15:43 | |
| *** mlavalle has quit IRC | 15:43 | |
| *** pcaruana has quit IRC | 15:47 | |
| *** abalutoiu has quit IRC | 15:57 | |
| *** abalutoiu has joined #openstack-dns | 16:24 | |
| *** vlad_ has joined #openstack-dns | 16:24 | |
| *** chlong has quit IRC | 16:30 | |
| *** egonzalez has quit IRC | 16:47 | |
| openstackgerrit | Merged openstack/designate master: Updated from global requirements https://review.openstack.org/467142 | 18:07 |
| openstackgerrit | Merged openstack/designate stable/newton: Updated from global requirements https://review.openstack.org/466904 | 18:08 |
| *** amoralej is now known as amoralej|off | 18:18 | |
| *** egonzalez has joined #openstack-dns | 18:47 | |
| *** boris-42_ has joined #openstack-dns | 20:11 | |
| *** cleong has quit IRC | 20:25 | |
| *** puck has quit IRC | 21:01 | |
| *** puck`` has joined #openstack-dns | 21:03 | |
| -openstackstatus- NOTICE: The logserver has filled up, so jobs are currently aborting with POST_FAILURE results; remediation is underway. | 21:20 | |
| *** ChanServ changes topic to "The logserver has filled up, so jobs are currently aborting with POST_FAILURE results; remediation is underway." | 21:20 | |
| *** catintheroof has quit IRC | 21:33 | |
| *** jroll has quit IRC | 21:47 | |
| *** jroll has joined #openstack-dns | 21:47 | |
| *** jroll has quit IRC | 21:49 | |
| *** jroll has joined #openstack-dns | 21:53 | |
| *** abalutoiu has quit IRC | 22:33 | |
| *** rackertom has quit IRC | 22:34 | |
| *** rackertom has joined #openstack-dns | 22:34 | |
| *** egonzalez has quit IRC | 22:43 | |
| *** rkrum has joined #openstack-dns | 23:23 | |
| *** rkrum has quit IRC | 23:35 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!