Thursday, 2013-12-19

*** HenryG has quit IRC00:05
*** krow has quit IRC00:13
*** vipul is now known as vipul-away00:14
*** krow has joined #openstack-dns00:18
*** rossk_ has joined #openstack-dns00:41
*** rossk has quit IRC00:44
*** CaptTofu has quit IRC00:56
*** CaptTofu has joined #openstack-dns00:56
*** tsimmons has joined #openstack-dns01:07
*** tsimmons has quit IRC01:12
*** krow1 has joined #openstack-dns01:31
*** krow has quit IRC01:32
*** nosnos has joined #openstack-dns01:38
*** krow has joined #openstack-dns02:16
*** krow1 has quit IRC02:17
*** zane has joined #openstack-dns02:23
*** rossk_ has quit IRC02:27
*** nosnos_ has joined #openstack-dns02:30
*** rossk has joined #openstack-dns02:30
*** nosnos has quit IRC02:33
*** krow has quit IRC02:35
*** krow has joined #openstack-dns02:42
*** krow has quit IRC03:04
*** krow has joined #openstack-dns03:22
*** zane has quit IRC03:25
*** CaptTofu has quit IRC03:40
*** krow has quit IRC03:40
*** CaptTofu has joined #openstack-dns03:45
*** ctracey|away is now known as ctracey03:48
*** vipul-away is now known as vipul04:01
*** vipul has joined #openstack-dns04:02
*** rossk has quit IRC04:05
*** krow has joined #openstack-dns04:14
*** betsy has joined #openstack-dns04:15
*** krow has quit IRC04:16
*** rossk has joined #openstack-dns04:34
*** krow has joined #openstack-dns04:41
*** rossk has quit IRC04:42
*** zane has joined #openstack-dns04:52
*** CaptTofu has quit IRC04:56
*** ctracey is now known as ctracey|away05:01
*** nosnos_ has quit IRC05:06
*** nosnos has joined #openstack-dns05:07
*** CaptTofu has joined #openstack-dns05:16
*** CaptTofu has quit IRC06:36
*** CaptTofu has joined #openstack-dns06:37
*** krow has quit IRC06:54
*** zane has quit IRC07:27
*** vipul is now known as vipul-away07:34
*** krow has joined #openstack-dns08:05
*** krow has quit IRC08:09
*** krow has joined #openstack-dns08:13
*** krow has quit IRC08:22
*** krow has joined #openstack-dns08:32
*** krow has quit IRC08:48
*** krow has joined #openstack-dns08:54
*** krow has quit IRC09:39
*** krow has joined #openstack-dns10:50
*** nosnos has quit IRC11:00
*** krow has quit IRC11:45
*** krow has joined #openstack-dns11:48
*** CaptTofu has quit IRC12:01
*** CaptTofu has joined #openstack-dns12:01
*** krow has quit IRC12:16
*** krow has joined #openstack-dns12:18
*** krow has quit IRC12:18
*** CaptTofu has quit IRC12:37
*** CaptTofu has joined #openstack-dns12:37
*** CaptTofu has quit IRC12:41
*** HenryG has joined #openstack-dns13:00
*** eankutse has joined #openstack-dns13:07
*** eankutse has quit IRC13:07
*** eankutse has joined #openstack-dns13:08
*** zux has joined #openstack-dns13:48
*** zux has left #openstack-dns13:49
*** zane has joined #openstack-dns14:39
*** openstack has joined #openstack-dns14:49
*** ChanServ sets mode: +v openstack14:49
betsykiall or mugsie around? I've got a question on testing the Blacklist API14:50
kiallbetsy: heya14:56
betsyhey. So I've got the new db created and a get blacklist correctly returns an empty list. I can see in the logs where it's hitting the db14:56
kiallartom: get any further on 62079 (testing against a DB created with the actual migrations)? I have a feeling it might identify an issue ;)14:57
artomkiall, slowly...14:57
kiallartom: :)14:58
betsyBut, I can't get the create blacklist to work. It gets passed the policy check, but there's never any db calls in the logs. It goes on to send it over rpc after all the db stuff where it gets a circular reference error14:58
artomHad other stuff for the last couple of days.14:58
artomHey, are there tests that depend on the record(set)/domain/server fixtures *not* having UUIDs?14:59
betsyI looked at the json and can't see anything obviously wrong14:59
kiallbetsy: Humm, when you say it's get passed the policy check, are you sending the list of blacklisted zones to policy.check(), that doesn't seem right.. I think14:59
*** tsimmons has joined #openstack-dns15:00
betsyNo. The policy check just sees if I have the authority to make the call15:00
kiallartom: Humm, I think so.. the fixtures are used to create / update things.. so having a UUID in them would break that15:00
artomHrmm, maybe I'm doing my tests wrong.15:00
kiallbetsy: ah .. Well, then I don't understand the issue! Maybe pastebin the code?15:00
artomThere are CRUD methods in tests/__init__15:01
artomShould I use those to test the backend?15:01
artomDoing it manually is... painful.15:01
kiallI would have thought this method would be extended to check the DB blacklist, in addition to the config blacklist https://github.com/stackforge/designate/blob/master/designate/central/service.py#L168-17815:01
betsyThe problem is I can't get the create blacklist to work. Is there some trick or some place something has to be added that I'm not aware of?15:01
kiallOMG. I can't believe I merged with all the commented out code -_-15:02
betsykiall: Right. It will, but that's not the problem I'm having now. Something much more basic. I can't get the Post Blacklist to add the blacklisted domain to the db15:02
kiallOh .. Humm15:03
kiallbetsy: I think I'd need to see to code to properly understand the issue15:03
betsyok. How do I check it in where only you can see it?15:04
kiallcommit, then `git-review --draft`15:04
kiallthen open the web UI and add me (and anyone else..) as a reviewer15:04
betsyok15:04
kiallbetsy: BTW - Joe in yet?15:07
betsyidk -- I'm working from home, but he's usually in early (our time) so he should be there15:08
kiallIf you have an internal IM, can you ask him to ping me when he gets a chance? :)15:08
tsimmonskiall: He's not online, but I texted him.15:10
kialltsimmons: hah.. wasn't that urgent, but thanks :)15:11
tsimmonskiall: np.15:12
*** CaptTofu has joined #openstack-dns15:50
*** CaptTofu has quit IRC15:52
*** CaptTofu has joined #openstack-dns15:53
*** jmcbride has joined #openstack-dns15:53
*** CaptTofu has quit IRC15:57
artomIn the basic TestCase, at which point is self.central_service instanciated?16:00
artomAll the create_ methods call it, but at no point can I see it being created.16:01
kiallIt somewhat backwards, the test cases that use them create it in their setUp16:04
kiallAll that stuff should be switched to "proper" fixtures16:05
artomUrgh.16:05
kiallYea - It's some of the code I've most wanted to kill in the entire thing!"16:07
kiall(Oh a call if I stop answering..)16:07
kiallOn*16:07
artomI think you're still on a call even if you continue answering ;)16:07
kiall;)16:08
*** jorgem has joined #openstack-dns16:10
eankutsehi16:11
*** jmcbride1 has joined #openstack-dns16:16
kiallheya16:17
*** jmcbride has quit IRC16:19
eankutsekiall: sorry that was wrong IRC :-)16:22
kiall;)16:22
*** vipul-away is now known as vipul16:26
*** jmcbride1 has quit IRC16:30
*** HenryG_ has joined #openstack-dns16:38
*** jmcbride has joined #openstack-dns16:39
*** HenryG has quit IRC16:41
*** jmcbride has quit IRC16:42
*** jmcbride has joined #openstack-dns16:43
*** jmcbride has quit IRC16:43
*** jmcbride has joined #openstack-dns16:47
*** zane has quit IRC16:49
*** zane has joined #openstack-dns16:49
*** tsimmons has quit IRC16:57
*** tsimmons has joined #openstack-dns17:05
*** jmcbride has quit IRC17:07
*** zane1 has joined #openstack-dns17:15
*** eankutse has quit IRC17:16
*** zane has quit IRC17:18
*** baffle has quit IRC17:35
*** baffle has joined #openstack-dns17:36
*** eankutse has joined #openstack-dns17:47
*** zane1 has quit IRC17:53
*** rjrjr has quit IRC17:55
*** eankutse has quit IRC17:57
*** jmcbride has joined #openstack-dns18:12
artomWell, looks like I got my tests working...18:24
artomAnd it's giving me similar errors to what I was experiencing when I was trying to test kiall's rrset code...18:26
artomBack then the error was: Column count doesn't match value count at row 118:26
artomNow it's OperationalError: (OperationalError) table records has 13 columns but 12 values were supplied18:26
*** eankutse has joined #openstack-dns18:33
*** CaptTofu has joined #openstack-dns18:33
*** jmcbride has quit IRC18:34
*** tsimmons has quit IRC18:35
*** krow has joined #openstack-dns18:35
*** jorgem has quit IRC18:37
*** eankutse has quit IRC18:38
*** eankutse has joined #openstack-dns18:38
*** krow has quit IRC18:40
*** krow has joined #openstack-dns18:42
*** jdbarry has quit IRC18:42
*** jmcbride has joined #openstack-dns18:56
artomI get the feeling it's https://github.com/stackforge/designate/blob/master/designate/backend/impl_powerdns/__init__.py#L429-L44119:00
artomCompare with https://github.com/stackforge/designate/blob/master/designate/backend/impl_powerdns/__init__.py#L429-L44119:01
artomLooks like designate_recordset_id is missing in the former.19:01
*** ctracey|away is now known as ctracey19:10
artomIf my diagnosis is correct, I can file a bug.19:14
artomI'm kinda hoping someone more familiar with that corner of the code can do what's for them a quick fix.19:15
artomI would need to dig around quite a bit.19:15
*** rossk has joined #openstack-dns19:23
*** CaptTofu has quit IRC19:29
*** tsimmons has joined #openstack-dns19:40
*** HenryG_ has quit IRC19:49
*** krow has quit IRC19:52
*** betsy has quit IRC20:02
artomCan I just null() it...?20:11
*** CaptTofu has joined #openstack-dns20:18
openstackgerritArtom Lifshitz proposed a change to stackforge/designate: Fix PowerDNS not using recordset_id  https://review.openstack.org/6320820:36
*** zane1 has joined #openstack-dns20:41
*** jmcbride has quit IRC20:48
*** zane1 has quit IRC20:49
*** zane has joined #openstack-dns20:50
*** jmcbride has joined #openstack-dns20:50
*** CaptTofu has quit IRC21:05
*** jmcbride has quit IRC21:13
*** vipul is now known as vipul-away21:16
*** eankutse has quit IRC21:17
*** vipul-away is now known as vipul21:21
openstackgerritArtom Lifshitz proposed a change to stackforge/designate: Do not try to update records if there are none  https://review.openstack.org/6321621:21
*** HenryG has joined #openstack-dns22:07
openstackgerritArtom Lifshitz proposed a change to stackforge/designate: Test database migration schema  https://review.openstack.org/6207922:29
*** zane has quit IRC22:34
*** betsy has joined #openstack-dns22:35
*** rossk has quit IRC22:39
*** artom has quit IRC22:39
*** zane has joined #openstack-dns22:41
*** artom has joined #openstack-dns22:42
*** krow has joined #openstack-dns22:46
*** vipul is now known as vipul-away22:56
*** ctracey is now known as ctracey|away22:58
*** tsimmons has quit IRC23:14
*** rossk has joined #openstack-dns23:24
*** CaptTofu has joined #openstack-dns23:52
*** CaptTofu has quit IRC23:54

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!