/srv/irclogs.ubuntu.com/2012/01/28/#launchpad-dev.txt

ollihi01:56
rick_hhowdy01:57
nigelbThe private team blogpost is so confusing!02:21
rick_hheh, all the privacy stuff tends to lean that way I think. It's a hard thing to solve/get right02:24
nigelbI read twice and it took me 5 minutes to understand what the blog post meant.02:25
nigelbI'm still not confident yet.02:25
jmllifeless: a day later than promised: https://code.launchpad.net/~jml/testtools/assert-raises-lambda/+merge/9057413:50
* jml gone13:58
james_wlifeless, around by any chance?21:24
lifelessfsvo22:56
james_whi lifeless23:01
james_wI'm a bit confused by oops-tools currently23:01
james_wI can trigger an oops at http://ec2-107-22-26-52.compute-1.amazonaws.com/pkgme/+oops and I can see it go across amqp and it's apparently inserted in to the db at http://ec2-107-20-69-109.compute-1.amazonaws.com/?oopsid=OOPS-884555d8407b0fe9fc62ce0f34094370 but it says there's no matching oopses23:02
lifelessselect * from oops_oops where oopsid = '23:03
lifelessOOPS-884555d8407b0fe9fc62ce0f34094370'23:03
lifeless;23:03
lifeless(e.g. have a direct poke at the DB)23:03
lifelessjames_w: what consumer are you using to pull it off of amqp ?23:03
james_wamqp2disk23:03
james_whmm, maybe it's a setup issue actually23:04
james_w(1 row)23:06
lifelessok, so if a literal lookup matches, in the DB, it is inserted23:13
lifelessand the view should always be searching on the literal string regardless of any heuristics23:13
james_wah, I think it was running amqp2disk with a relative pathname23:18
james_wthe exists() check was failing23:19
james_whttp://ec2-107-20-69-109.compute-1.amazonaws.com/?oopsid=OOPS-c470f2678fd5ff65b48a522ae1a3581623:21
lifelessyes23:22
lifelessnice23:22
lifelessshiny shiny23:23
james_wit seems like timeline/oops-tools need to be generalised at bit?23:23
james_woops-tools assumes that everything is sql?23:23
lifelesswell23:24
lifelessthe UI certainly claims it does23:24
lifelessand it does the %s %d substitution on everything23:24
lifelessOTOH thats working quite well for LP for e.g. librarian downloads and so on - mapping different librarian requests to one pattern for aggregation23:25
lifelessif you would like to make it better, would definitely love to see that23:25
james_wI need to work out why the sql hooks aren't working here23:29
james_whttp://ec2-107-20-69-109.compute-1.amazonaws.com/?oopsid=OOPS-304f3e703162fa09f30065c7d582c890 is from when they were23:30
lifelessit seems like you're finding this a bit tricky to debug / sort out23:32
lifelessif you have suggestions for making that process easier, +123:32
james_wwell, it's complicated by the fact that my internet is crappy today and I'm doing this remotely23:37
james_wplus timeline_django is pretty damn hacky, so it's going to be fragile23:37

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