*** EricGonczer_ has joined #openstack-dns | 00:08 | |
*** EricGonczer_ has quit IRC | 00:10 | |
*** EricGonczer_ has joined #openstack-dns | 00:21 | |
*** chlong has joined #openstack-dns | 00:22 | |
*** rudrajit_ has quit IRC | 00:23 | |
*** EricGonczer_ has quit IRC | 00:32 | |
*** ducttape_ has joined #openstack-dns | 00:36 | |
*** ducttape_ has quit IRC | 00:43 | |
*** bitblt has quit IRC | 01:29 | |
*** stanzgy has joined #openstack-dns | 01:35 | |
*** jasonsb has quit IRC | 01:47 | |
*** jmcbride has joined #openstack-dns | 01:48 | |
*** cing has joined #openstack-dns | 02:25 | |
*** ducttape_ has joined #openstack-dns | 02:29 | |
*** dtx00ff has joined #openstack-dns | 02:31 | |
*** dtx00ff has quit IRC | 02:31 | |
*** jasonsb has joined #openstack-dns | 02:58 | |
*** richm has quit IRC | 03:19 | |
*** ducttape_ has quit IRC | 03:36 | |
*** rudrajit has joined #openstack-dns | 04:46 | |
*** bradjones has quit IRC | 04:50 | |
*** bradjones has joined #openstack-dns | 04:52 | |
*** bradjones has quit IRC | 04:52 | |
*** bradjones has joined #openstack-dns | 04:52 | |
*** rudrajit has quit IRC | 04:57 | |
*** rudrajit has joined #openstack-dns | 04:57 | |
*** jmcbride1 has joined #openstack-dns | 05:00 | |
*** jmcbride has quit IRC | 05:00 | |
*** cing has quit IRC | 05:40 | |
*** rudrajit has quit IRC | 06:05 | |
*** bradjones has quit IRC | 06:30 | |
*** bradjones has joined #openstack-dns | 06:32 | |
*** bradjones has quit IRC | 06:32 | |
*** bradjones has joined #openstack-dns | 06:32 | |
*** rudrajit has joined #openstack-dns | 07:46 | |
*** rudrajit has quit IRC | 07:50 | |
*** jordanP has joined #openstack-dns | 07:50 | |
*** chlong has quit IRC | 08:04 | |
*** l6unchpad has joined #openstack-dns | 08:10 | |
*** hetii has joined #openstack-dns | 08:25 | |
*** cing has joined #openstack-dns | 08:51 | |
*** l6unchpad has quit IRC | 09:13 | |
*** l6unchpad has joined #openstack-dns | 09:34 | |
openstackgerrit | Kiall Mac Innes proposed openstack/designate-dashboard: Fixup tox.ini Horizon tgz URL https://review.openstack.org/203787 | 09:49 |
---|---|---|
openstackgerrit | Kiall Mac Innes proposed openstack/designate-dashboard: Updated from global requirements https://review.openstack.org/200664 | 09:51 |
hetii | Hi :) | 09:55 |
hetii | Kiall: hi :> | 09:55 |
hetii | Kiall: I just grab a source codes of https://launchpad.net/~ubuntu-cloud-archive/+archive/ubuntu/kilo-staging | 09:56 |
hetii | and notice that there are missing tests cases | 09:56 |
hetii | even designate/tests/test_backend/test_powerdns.py inherit: from designate.tests.test_backend import BackendTestCase | 09:57 |
hetii | but there is no such file | 09:57 |
hetii | my question is it remove by accident or you strip down the tree just for deb packages? | 09:58 |
hetii | ahh sorry, my fault I didint notice that its provided by __init__ | 09:59 |
hetii | but still I see that many backend plugins as well as test case was removed | 10:00 |
openstackgerrit | Federico Ceratto proposed openstack/designate: Increase unit tests coverage. Work In Progress https://review.openstack.org/203815 | 10:01 |
*** boris-42 has quit IRC | 10:02 | |
Kiall | hetii: We don't manage those packages, I can't say why Canonical might have chosen to remove some of the tests | 10:03 |
hetii | ahh I see :> | 10:06 |
Kiall | timsim / mugsie: https://review.openstack.org/#/c/200664/ | 10:41 |
Kiall | fixes Horizon gate | 10:41 |
Kiall | I updated to add mox3, so can't +2/+A myself | 10:41 |
*** pksingh has joined #openstack-dns | 10:44 | |
Kiall | pksingh: re the testtools.run - yep , let's follow existing patterns where we don't have a good reason to do something else! | 10:49 |
Kiall | and - you'll probably have noticed "recheck" hell is over ;) | 10:49 |
pksingh | Kiall: Yes, :) | 10:49 |
pksingh | Kiall: ok i will submit a patch with testtools.run by tomorrow | 10:50 |
pksingh | Kiall: thank for your reply on the mail, it helped me lot | 10:52 |
Kiall | pksingh: no problem :) | 10:53 |
pksingh | Kiall: can i add some testcases here : https://github.com/openstack/designate/blob/master/designate/tests/test_resources/test_schemas/test_v2.py, it is not covering all the json schemas and negative test cases | 10:54 |
Kiall | Yea, there was good intentions of weiting everything out. But - I actually think that might be dead code! | 10:56 |
Kiall | writing* | 10:56 |
pksingh | Kiall: ok, no issue | 10:56 |
Kiall | I'll submit a remove to remove it all, 99.9% sure it's dead code ;) | 10:57 |
pksingh | :) | 10:57 |
Kiall | pksingh: So - It's partly dead code! The V1 schemas are used, the V2 are not | 10:58 |
pksingh | Kiall: OK | 10:59 |
Kiall | And - If we add tests for V1, we should put them under designate/tests/unit/* | 10:59 |
pksingh | Kiall: V1 is depricated so no need to add tests for that ? | 10:59 |
Kiall | new folder from proper unit tests starting up there! (federico3 is working on that :)) | 10:59 |
Kiall | V1 will be around for 12 months or so, but yes - it's depricated | 10:59 |
pksingh | OK cool | 11:00 |
federico3 | Kiall: is there a timeline for deprecating accessing objects by key? | 11:02 |
Kiall | federico3: whenever we stop using it! | 11:03 |
federico3 | :) | 11:03 |
Kiall | As a purely internal thing, we don't have to do a 2 cycle deprecation | 11:03 |
openstackgerrit | Kiall Mac Innes proposed openstack/designate: Remove unused V2 schemas https://review.openstack.org/204024 | 11:04 |
mugsie | federico3: sooner rather than later | 11:04 |
Kiall | lol - +1, -1448 | 11:04 |
Kiall | I love deleting code ;) | 11:04 |
pksingh | ;) | 11:05 |
*** cing has quit IRC | 11:08 | |
*** ducttape_ has joined #openstack-dns | 11:53 | |
*** uvirtbot has quit IRC | 12:01 | |
*** uvirtbot has joined #openstack-dns | 12:03 | |
*** l6unchpad has quit IRC | 12:18 | |
*** chlong has joined #openstack-dns | 12:18 | |
*** ducttape_ has quit IRC | 12:24 | |
*** km has quit IRC | 12:29 | |
openstackgerrit | Graham Hayes proposed openstack/designate: Fixup v2 API Validation https://review.openstack.org/201535 | 12:32 |
openstackgerrit | Graham Hayes proposed openstack/designate: Fixup v2 API Validation https://review.openstack.org/201535 | 12:35 |
openstackgerrit | Graham Hayes proposed openstack/designate: Fixed timeout variable scope issues https://review.openstack.org/204065 | 12:35 |
openstackgerrit | Graham Hayes proposed openstack/designate: WIP https://review.openstack.org/204066 | 12:35 |
*** jmcbride1 has quit IRC | 12:41 | |
*** cing has joined #openstack-dns | 12:50 | |
*** kei_yama has quit IRC | 12:55 | |
*** EricGonczer_ has joined #openstack-dns | 13:00 | |
*** ducttape_ has joined #openstack-dns | 13:06 | |
*** bradjones has quit IRC | 13:07 | |
*** bradjones has joined #openstack-dns | 13:08 | |
*** bradjones has quit IRC | 13:08 | |
*** bradjones has joined #openstack-dns | 13:08 | |
*** EricGonczer_ has quit IRC | 13:11 | |
*** ducttape_ has quit IRC | 13:26 | |
*** hetii has quit IRC | 13:37 | |
*** johnbelamaric has joined #openstack-dns | 13:47 | |
*** johnbelamaric has quit IRC | 13:47 | |
*** johnbelamaric1 has joined #openstack-dns | 13:48 | |
*** rbrooker has joined #openstack-dns | 13:50 | |
*** jmcbride has joined #openstack-dns | 13:53 | |
*** l6unchpad has joined #openstack-dns | 13:55 | |
*** pglass has joined #openstack-dns | 14:03 | |
*** rbak has joined #openstack-dns | 14:04 | |
*** penick has joined #openstack-dns | 14:07 | |
*** cing has quit IRC | 14:08 | |
*** l6unchpad has quit IRC | 14:08 | |
*** ducttape_ has joined #openstack-dns | 14:09 | |
*** richm has joined #openstack-dns | 14:11 | |
*** ducttape_ has quit IRC | 14:13 | |
*** lkoranda has quit IRC | 14:19 | |
*** ducttape_ has joined #openstack-dns | 14:21 | |
*** stanzgy has quit IRC | 14:23 | |
*** rbrooker has quit IRC | 14:37 | |
*** dguerri` is now known as dguerri | 14:42 | |
*** dguerri is now known as dguerri` | 14:43 | |
*** lkoranda has joined #openstack-dns | 14:44 | |
*** pglbutt has joined #openstack-dns | 15:00 | |
*** rbak_ has joined #openstack-dns | 15:01 | |
*** rbak has quit IRC | 15:04 | |
*** pglass has quit IRC | 15:09 | |
*** chlong has quit IRC | 15:09 | |
*** puck has quit IRC | 15:09 | |
*** ryanpetrello has quit IRC | 15:09 | |
*** briancline has quit IRC | 15:09 | |
*** puck` has joined #openstack-dns | 15:09 | |
*** ducttape_ has quit IRC | 15:11 | |
*** chlong has joined #openstack-dns | 15:16 | |
*** ducttape_ has joined #openstack-dns | 15:19 | |
*** mlavalle has joined #openstack-dns | 15:44 | |
*** rudrajit has joined #openstack-dns | 15:46 | |
*** rudrajit has quit IRC | 15:46 | |
*** rudrajit has joined #openstack-dns | 15:46 | |
openstackgerrit | Merged openstack/designate-dashboard: Updated from global requirements https://review.openstack.org/200664 | 15:49 |
*** jasonsb has quit IRC | 15:56 | |
*** mwagner_lap has quit IRC | 16:03 | |
*** rudrajit has quit IRC | 16:14 | |
*** dguerri` is now known as dguerri | 16:17 | |
*** ducttape_ has quit IRC | 16:29 | |
*** ducttape_ has joined #openstack-dns | 16:33 | |
*** dguerri is now known as dguerri` | 16:34 | |
*** dguerri` is now known as dguerri | 16:39 | |
*** rudrajit has joined #openstack-dns | 16:46 | |
*** dguerri is now known as dguerri` | 16:47 | |
*** jasonsb has joined #openstack-dns | 17:01 | |
*** jschwarz has joined #openstack-dns | 17:01 | |
*** mlavalle_ has joined #openstack-dns | 17:02 | |
*** mlavalle_ has quit IRC | 17:03 | |
*** mlavalle_ has joined #openstack-dns | 17:04 | |
*** mlavalle has quit IRC | 17:04 | |
*** mlavalle_ has quit IRC | 17:05 | |
*** mlavalle has joined #openstack-dns | 17:05 | |
*** jordanP has quit IRC | 17:09 | |
*** mwagner_lap has joined #openstack-dns | 17:11 | |
*** dtx00ff has joined #openstack-dns | 17:22 | |
*** pglbutt has quit IRC | 17:31 | |
*** rudrajit_ has joined #openstack-dns | 17:45 | |
*** rudrajit has quit IRC | 17:48 | |
*** bitblt has joined #openstack-dns | 17:48 | |
*** bitblt has quit IRC | 17:51 | |
*** bitblt has joined #openstack-dns | 17:51 | |
*** pglass has joined #openstack-dns | 17:53 | |
*** bitblt has quit IRC | 17:58 | |
*** bitblt has joined #openstack-dns | 17:58 | |
*** boris-42 has joined #openstack-dns | 18:02 | |
*** pglass has quit IRC | 18:08 | |
*** ducttape_ has quit IRC | 18:10 | |
*** ryanpetrello has joined #openstack-dns | 18:16 | |
*** linkedinyou has joined #openstack-dns | 18:23 | |
*** jschwarz has quit IRC | 18:27 | |
*** crc32 has joined #openstack-dns | 18:50 | |
*** dtx00ff has quit IRC | 18:54 | |
*** dtx00ff has joined #openstack-dns | 18:54 | |
*** pglass has joined #openstack-dns | 18:55 | |
*** dtx00ff has quit IRC | 18:56 | |
*** dtx00ff has joined #openstack-dns | 18:57 | |
*** dtx00ff has quit IRC | 18:58 | |
*** jmcbride has quit IRC | 18:59 | |
*** dtx00ff has joined #openstack-dns | 18:59 | |
*** jmcbride has joined #openstack-dns | 19:01 | |
*** pglbutt has joined #openstack-dns | 19:01 | |
*** pglass_ has joined #openstack-dns | 19:02 | |
*** pglass has quit IRC | 19:02 | |
*** rudrajit has joined #openstack-dns | 19:05 | |
*** pglbutt has quit IRC | 19:06 | |
*** rudrajit_ has quit IRC | 19:08 | |
*** amit213 has quit IRC | 19:14 | |
*** amit213 has joined #openstack-dns | 19:14 | |
*** ducttape_ has joined #openstack-dns | 19:33 | |
*** pglass_ has quit IRC | 19:36 | |
*** pglass has joined #openstack-dns | 19:36 | |
*** rudrajit_ has joined #openstack-dns | 19:40 | |
*** rudrajit has quit IRC | 19:43 | |
*** puck` is now known as puck | 19:50 | |
*** jmcbride has quit IRC | 19:52 | |
*** bitblt has quit IRC | 19:58 | |
*** jmcbride has joined #openstack-dns | 20:02 | |
*** johnbelamaric1 has quit IRC | 20:16 | |
*** johnbelamaric has joined #openstack-dns | 20:47 | |
*** johnbelamaric has quit IRC | 21:03 | |
*** jmcbride has quit IRC | 21:06 | |
*** jmcbride has joined #openstack-dns | 21:07 | |
*** pglbutt has joined #openstack-dns | 21:11 | |
*** jmcbride has quit IRC | 21:12 | |
*** pglass has quit IRC | 21:14 | |
*** rudrajit has joined #openstack-dns | 21:15 | |
*** rudrajit_ has quit IRC | 21:18 | |
*** dguerri` is now known as dguerri | 21:37 | |
*** cing has joined #openstack-dns | 21:37 | |
*** ducttape_ has quit IRC | 21:39 | |
*** dguerri is now known as dguerri` | 21:41 | |
*** ducttape_ has joined #openstack-dns | 21:45 | |
*** penick has quit IRC | 22:04 | |
*** dtx00ff has quit IRC | 22:05 | |
*** dtx00ff has joined #openstack-dns | 22:06 | |
*** mwagner_lap has quit IRC | 22:40 | |
*** crc32 has quit IRC | 22:48 | |
*** pglbutt has quit IRC | 22:51 | |
*** rudrajit_ has joined #openstack-dns | 23:01 | |
*** km has joined #openstack-dns | 23:01 | |
*** rudrajit has quit IRC | 23:04 | |
*** rbak_ has quit IRC | 23:05 | |
*** dtx00ff has quit IRC | 23:19 | |
*** dtx00ff has joined #openstack-dns | 23:20 | |
*** ducttape_ has quit IRC | 23:20 | |
*** kei_yama has joined #openstack-dns | 23:20 | |
*** boris-42 has quit IRC | 23:22 | |
*** cing has quit IRC | 23:23 | |
*** dtx00ff has quit IRC | 23:47 | |
*** rudrajit_ has quit IRC | 23:55 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!