[00:01] rockstar: it looks like it is oopsing still. about 50% of the time. [00:02] EdwinGrubbs, got it to OOPS, and I have nfi what's going on. That's really odd. [00:03] EdwinGrubbs, looks like a problem with the librarian. [06:03] who wants to do an _absolutely trivial_ merge proposal review? [06:03] https://code.edge.launchpad.net/~kfogel/launchpad/cc-script-2010-01-28-updates/+merge/18183 [06:03] barry: ayt? [06:04] thumper: (see above -- trivial review invite :-) ) [06:18] kfogel, I reviewed it for you. ;) [06:21] jtv: Hi. Looks like the branch from bug 359180 was release, even thou the tag was qa-bad [06:21] Bug #359180: Missing keyboard shortcut for navigation [06:21] adiroiban: ah, I now realize I neglected to update you on this: it was too late to do anything about it in the original rollout, so we've arranged for the fix to go out with a re-roll. [06:22] jtv: np. I just wanted to make sure everything is ok [06:23] adiroiban: it's a shame we found out about the problems so late, but no disasters. It does illustrate how far we've come in terms of quality—a few years back we'd have worse things than this all the time. [06:26] adiroiban: I think the main culprit in this case is the confusion at PQM close... it was known well in advance that something needed fixing, but not that PQM would close in that state—after the bad branch landed but before the one that fixed it. [06:26] jtv: yes. there is no test for loading a +translate page for a language with no plural forms [06:27] Well, not for the single-message view—which is where the oopses happened. [06:29] * jtv looks for any pagetests for this case [06:33] adiroiban: looks like you dug up a hidden body there. The _browser code_ is well-tested for this case, but we don't have the integration-testing we'd get from a story. [06:35] I have not looked for pagetests... but I assume since we had one it would fail as a simple HTTP get is enought to triger the OOps [06:39] adiroiban: a valid assumption in theory, but the problem with improving practices all the time is you're always carrying around code from back when practices weren't as good. I've filed bug 513625. [06:39] Bug #513625: Pagetest for translations without plural-forms information [06:41] jtv: ok. I was planning to write this test togheter with the fix for bug 359180. [06:41] Bug #359180: Missing keyboard shortcut for navigation [06:41] adiroiban: [06:41] new bug assigned to me :) [07:39] Morning [07:46] hi noodles775 [07:47] wgrant: can you point me to the branch that implements SourcePackageRecipeBuild.build? [07:47] wgrant: it's not the one I looked at, out of the myriad you have lying around. :) [07:56] I obviously missed the start of this conversation, but SourcePackageRecipeBuild *is a* build (inheriting BuildBase), why would it have a build attribute? [07:56] (hi jtv :) ). [07:58] noodles775: ah sorry, I copy-pasted. I meant SourcePackageRecipeBuild itself, which would be referred to as something the lines of SourcePackageRecipeBuildJob.build. [07:59] jtv: and it is? (looking at db-devel, SPRBJob.build exists? [07:59] noodles775: gah, I was grep'ing devel. Silly me. Thanks. [07:59] np! [08:04] henninge: we got an assertion failure, as far as I can make out because someone tried to post translations while we were in read-only. [08:05] henninge: I'm filing a bug about it now, unless you already had. [08:05] jtv: hm, how could they have done it? [08:05] jtv: no, I have not [08:05] henninge: load the page before RO mode, submit after. [08:05] Actually I think that's probably a generic problem. [08:05] Ah, I see. [08:05] yes [08:06] Maybe LaunchpadFormView should check for that as part of standard validation. [08:06] goedemorgen jelmer! [08:06] mogguh :-) [08:07] jelmer: I looked at the Tuesday LCA schedule the other day and found that _all_ the presentations I had really wanted to see in other rooms overlapped with mine! [08:11] stub, question about read-only mode: do we have any kind of generic check in form validations to deal with submissions during RO spells? [08:13] any post generates a 'you can't do that at the moment' error page. Any page that tries to write to the db generates the same page. Any page requiring anything but read permission generates the same page. [08:14] So you shouldn't be able to get to the form as it should be protected with Edit or similar permission, and if you do, you can't submit it since we use POST for our forms, and if you could, it couldn't make any database changes. [08:15] As far as I can recall anyway :) Rules are in lib/canonical/launchpad/webapp/publisher.py I think. [08:17] good morning [08:26] stub: thanks... it does make this oops I'm looking at a bit of a mystery though :) [08:26] hi adeuring [08:27] hi jtv! [08:30] stub: oh, I see read-only state seems to be signaled outside of the db... in which case it may appear after validation and during processing of the request. [08:31] Which raises an exception, that it rendered as a pretty Try Again Later error page. [08:32] Which is fine, except it shows up as an oops. [08:38] I think we shouldn't be failing this assertion just because we went into read-only mode. [08:40] good morning launchpadders [08:45] good morning jml [09:02] noodles775, I've just looked over the BuildBranchToArchiveUI page -- good stuff! when would you like to talk about it? [09:03] jml: now? [09:03] jml: or in 5mins? [09:03] noodles775, 10 minutes :) [09:03] great. [09:04] Yay segfault trying to activate the Firebug console [09:06] Hi [09:15] mrevell, hello. [09:15] Hi there jml [09:16] noodles775, what's your skype id? [09:32] noodles775, http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/lucid/firefox-3.5/lucid/files [09:32] noodles775, http://bazaar.launchpad.net/~ubuntu-branches/ubuntu/lucid/python-launchpadlib/lucid/files [09:38] noodles775, http://pastebin.ubuntu.com/364454/ [09:51] jml: https://edge.launchpad.net/~michael.nelson/+archive/pocketsphinx/+builds?build_text=&build_state=all [10:03] mrevell, hi [10:03] hey there jml, same number as yesterday? [10:03] mrevell, yes please [10:06] wgrant: something I don't get about Build._handleStatus_OK: if any of that long, complex method fails, it never gets to buildqueue_record.builder.cleanSlave() or buildqueue_record.destroySelf(). Doesn't that leave garbage? [10:08] ...did we just get spammed? [10:27] jtv: Heh. That seems to be the case, yes. [10:28] I wonder if we have a way of getting it out of our IRC logs? [10:33] jtv: No idea. The logs live on canonical servers, though, so I guess IS would be able to help. [10:35] * jtv trundles in that general direction [10:46] elmo suggests: "consider making launchpad-dev +r or +R"... anyone who understands that as something else than a chmod option? [10:47] yes [10:47] but I need chanop to do anything about it [10:48] oh look [10:51] That might well have worked. [10:55] jtv: If it fails, the status will not be set, so it will just be reprocessed. === matsubara-afk is now known as matsubara [11:01] Morning, all. [11:03] deryck, good morning. [11:07] danilos: Hi, can I continue with bug 340664 ? or you think we should wait to fix the +template timeouts ? [11:19] So I'm generating reports from the zope logs for performance analysis. I'm now confused where things should live. [11:20] Should the script live in scripts or utilities (I think scripts, but I've confused myself). [11:20] And that script imports the bulk from a module in lib/lp/scripts/foo.py or lib/lp/scripts/???/foo.py or what? [11:32] stub, I had thought that scripts was for actual scripts executed as part of Launchpad's normal operations [11:32] stub, and that utilities is for stuff that developers & admins use. [11:32] but, tbh, until someone writes an actual guide... meh. [11:42] jml: I think I'm confused because I don't know if this is mainly adhoc or going to be automated ;) [11:49] stub, ahh ok. [11:49] stub, put it in utilities and move it when you automate it? [11:50] * stub shrugs. Its more admin related anyway so it can probably stay in utils [11:56] sounds good to me. === salgado is now known as salgado-brb === Ursinha is now known as Guest25896 === Ursinha is now known as Guest62244 === Ursula is now known as U === U is now known as Guest80317 === Guest80317 is now known as Ursinha === salgado-brb is now known as salgado === mrevell is now known as mrevell-luncheon === mrevell-luncheon is now known as mrevell === Pilky_ is now known as Pilky [14:12] jml: want to do an utterly trivial code review? https://code.edge.launchpad.net/~kfogel/launchpad/cc-script-2010-01-28-updates/+merge/18183 [14:13] intellectronica, beuno: https://code.edge.launchpad.net/~kfogel/launchpad/506018-patch-report/+merge/18181 when you have time (I'm not blocked on it landing). [14:13] kfogel, I have the tab open, I will get to it within the next few hours [14:13] beuno: awesome, thanks [14:17] kfogel: cool. i'll review this latest after standup [14:19] intellectronica: that'd be great, thank you. Note it doesn't have your windmill tests yet, because I want to look at them / grok them / maybe extend them first. So I'll include them in another branch. [14:20] jml: please ignore above, cody somerville reviewed it [14:21] kfogel: sure. and 'my windmill tests' are nothing but a stub, as i left them on the last day of the sprint. they still need heaps of work [14:21] kfogel, ok. I missed it anyway [14:22] intellectronica: *nod* === salgado is now known as salgado-afk === salgado-afk is now known as salgado-lunch === matsubara is now known as matsubara-lunch [15:03] anyone remembers the trick to make storm spit out the sql it's running? [15:09] ah, the answer is in https://dev.launchpad.net/Debugging#Tracing SQL statements through STORM :) [15:37] and now i can't run lp. i get the following error: http://pastebin.ubuntu.com/364635/ [15:37] any idea what's going on and how to fix> [15:37] barry: maybe you know? ^^^ [15:37] * barry looks [15:38] intellectronica: do a 'make clean' then 'make' [15:38] intellectronica: it looks like your master-qrunner.pid file got corrupted perhaps [15:42] intellectronica: do a 'make clean' then 'make' [15:42] barry: yes, you're right, the pid file is empty! [15:42] the gnomes ate my pid [15:43] tasty! [15:44] gary_poster: I can now speculate with some certainty why closing bugs while making a release passed on staging, but not in production [15:44] sinzui: really, I'm definitely curious [15:45] gary_poster: I was able to use the feature to create releases for all the launchpad projects yesterday because some developers closed the bugs...reducing the number of bugs that needed updating... [15:45] gary_poster: staging's data is more than two weeks old, so it has fewer bugs in the fix committed state. [15:47] sinzui: ah-ha. So that's another data update issue to some degree, though it's also indication of the fact that QA at a given point in time is never entirely indicative of actual performance at another point in time [15:47] agreed [15:49] barry: strangely, after running make clean and make i get: http://pastebin.ubuntu.com/364646/ [15:49] what's supposed to start it? [15:50] intellectronica: make run_all [15:50] intellectronica: but that may be misleading output. look higher up (might need SHHH= ) for some other error [15:51] it looks like it's unhappy about something called qrunner not running [15:52] intellectronica: what it's really saying is that something else went wrong and when killservice tried to kill mailman, it wasn't started. that is normal output in that case (i.e. trying to shutdown mailman when it hasn't been started) [15:52] oic === matsubara-lunch is now known as matsubara [15:57] Chex, rockstar bigjools danilo sinzui allenap: LP production meeting in 3 min @ #launchpad-meeting [15:57] matsubara: bigjools is sick [15:58] I'll stand in for him [15:58] thanks al-maisan [15:58] you are welcome :) [16:06] intellectronica: ping me by nick if you have more information. i'm minimizing my irc window === deryck is now known as deryck[lunch] === beuno is now known as beuno-lunch === EdwinGrubbs is now known as Edwin-lunch === deryck[lunch] is now known as deryck === henninge_ is now known as henninge [18:31] flacoste, hi === beuno-lunch is now known as beuno [19:20] beuno: ping [19:22] EdwinGrubbs, hi [19:24] beuno: nm, I think I answered my own question. I couldn't find individual images matching sprites, but that is probably just due to images being re-used for multiple css classes. [19:24] beuno: Is there any existing template that generates the css, or do you just add them by hand based on the existing sprite file? [19:26] barry: ping [19:26] https://bugs.launchpad.net/bugs/297239 maybe this can be solved? [19:27] ups sory- its now reported as done [19:27] EdwinGrubbs, by hand, yes === matsubara is now known as matsubara-afk [20:02] anyone from the bugs team around? [20:02] gmb, intellectronica, allenap? [20:02] I have questions :) === salgado is now known as salgado-afk [20:19] beuno: do you know anything about the bzr-favicon or person-tabs css classes. Those are the only two that don't have matching files, and they don't appear to be used anywhere. [20:19] EdwinGrubbs, they sounds like left over cruft [20:20] I'll add them to the garage sale [20:23] no bug heat in sample data? [20:51] sinzui, I admire how well you handle the blueprints situation [20:51] laying out the plan like that is really helpful [20:52] shows the genuine willingness to help out [20:53] I agree -- comments like that one are very useful and encouraging. [20:55] beuno: I think I gave the same comment to statik [20:55] The work is daunting [20:55] good to hear Canonical has so many great people ;) [20:56] beuno: Does the u1 web team need private blueprints? [20:56] or public API? [20:57] sinzui, I can't say for sure, but the requests came from U1 hackers [20:58] beuno: Those two issues (and structural subscriptions) do not have a lot of bug heat, but thoses are the 3 most requested blueprint features. Users ask me on sprints, irc, and private email for them [20:59] sinzui, get them to me-too them! [20:59] soon, it will be up there with wikis [21:00] No it wont. We need to invent something sexier than wikis. We seem to have missed the google wave [21:01] wiki wave? [21:02] hmm [21:03] blueprints situation? [21:03] * jml is interested [21:05] beuno: Whether you are editing in some annoying markup syntax or a gui, wikis are just bug chunks of pages in a tree. I do not like them because they take a lot of maintenance. I have pondered if these pages would be more useful if they were composed of smaller piese that could be reused (edit it section, not this page) and I could tag them to build alternate views hierarchies. Or even construct a page from a section with [21:05] sinzui, yes, I've heard your theory around chunks of data, and I think it has a lot of potential [21:05] * ajmitch sees the word blueprints & hides [21:06] smart man, ajmitch [21:07] well I saw him mention API stuff & blueprints in the same sentence & am interested to know what people really want there [21:07] jml: we were discussing blueprint bug 208539. This lead to other pondering [21:08] ajmitch: Launchpad's reporting and search of blueprints is very poor, and the notifications are very poor too. Users want API access to build better reports and notifications [21:09] ok, since I have a branch for bug 146389 which is pretty basic & I promised jml that I'd submit it [21:10] \o/ [21:10] ajmitch: tags would help search, but reports are more complex. Many users want to see the bugs and the branch work in the same report [21:10] sinzui, I'm thinking of proposing something to get us using blueprints more. [21:10] I looked at tags the other day & was worried at how tied to bugs they are [21:10] I still do not see a compelling reason for Bugs and Blueprint to be separate. [21:10] making tags available across launchpad will be a little more work, I think [21:11] ajmitch: right, I would make bugtags generic first, instead of copying the implementation [21:12] wgrant: I still agree with you. I think a single good implementation would provide 90% of what bug or blueprints needs. Their differentiation is small I think. [21:13] the few unique things about blueprints are to do with sprints at the moment [21:13] And the reviewer vs drafter vs assignee, and dependencies. [21:14] dependencies are something I'd love to have in bugs [21:14] Particularly the latter is needed on bugs as well. [21:14] bug dependancies would be good [21:14] They were promised at UDS Jaunty... [21:14] haha [21:14] ajmitch: yes. Very few sprints are held to work on bugs, but sprints/meetings/conferences are certainly used by teams for other purposes that working on blueprints [21:14] wgrant: by whom?! [21:15] blueprints roles and statues are too complex. They prevent them from being widely adopted. [21:15] jml: I don't remember. But it was presented as being one of the big things that would most probably be coming in 3.0. [21:16] wgrant: that is an extraordinary promise given that blueprints has not had dedicated developers since 2007 [21:17] sinzui: Bug dependencies -- little to do with Blueprints. [21:17] wgrant: it's always been a controversial feature, I have never heard anyone even close to promising it being delivered. [21:17] wgrant: sorry, lost my concentration [21:19] jml: almost as controversial as having version information for bugs on packages as metadata, rather than text? [21:19] yet we hack dependencies every 6 months using the tags, blueprint-to-bug-links, and BjornT_'s progress grid [21:19] ajmitch, I've never heard of that one. [21:19] ajmitch, wgrant: there's a bug in malone about dependencies [21:20] beuno: still have a question? [21:20] jml: that's surprising, the bug version information is something that debian has [21:20] version information is very useful. [21:20] I'll look up a bug # for it, I'm sure it's in there :) [21:20] It's one thing that debbugs has over Launchpad that makes Launchpad look pretty pathetic. [21:21] ajmitch, it's surprising I haven't already heard of every single major feature request for Launchpad :) [21:21] jml: given that complaints that roll in, sure ;) [21:21] bug 424 [21:22] so really early :) [21:22] intellectronica, hey! yes, how do I see bug heat on launchpad.dev? [21:23] I bring up trunk and get no flames! [21:23] db-devel [21:23] I wanted to take a crack at making a lighter icon and such [21:23] beuno: you wait until db-devel gets merged back in? [21:23] aha [21:23] (or branch from db-devel) [21:24] beuno: let me guess, you're creating better icons for us? :) [21:24] intellectronica, that was my intention, lets see how much past that it goes [21:24] I also sent an email about the feature as a whole [21:25] beuno: fountains of beer await you [21:25] * beuno stores away his drivers license, won't use it for sure this trip [22:13] What happened to the post-3.0 notifications focus? [22:14] Is that still happening at some point, but just pushed back by the upstream linkage work? === mbarnett changed the topic of #launchpad-dev to: Launchpad Development Channel | Week 4 of 10.01 | 10.01 is releasing Wednesday 27th Jan at 0900 UTC | PQM is open | gary_poster is release manager, with flacoste for the actual release | https://dev.launchpad.net/ | Get the code: https://dev.launchpad.net/Getting | On-call review in irc://irc.freenode.net/#launchpad-reviews | Use http://paste.ubuntu.com/ for pastes | Channel logs: http://irclogs.ubu