[00:24] lifeless, for my education, is there a second category of oopses for things like 404s [00:25] like "probably not our fault" [00:25] ? [00:27] I think at the moment that we do some second-pass filtering in the oops web UI [00:27] Thats wasted overhead though [00:27] OOPS are fairly expensive to create [00:27] so I plan to remove that [00:27] btw hearty +1 to stopping launchpad-bugs backscatter [00:27] and i'm sure jam & co would agree too [00:27] the rule of thumb for oopses is: [00:28] - if its logged we should do something about it [00:28] - (corollary) if its something we cannot do anything about, we should not log it [00:33] sinzui: thoughts on https://bugs.launchpad.net/launchpad/+bug/744888/comments/4 ? [00:33] <_mup_> Bug #744888: Muting bug 1 times out < https://launchpad.net/bugs/744888 > [00:35] lifeless: I thought Snapshot was taught to always ignore collection fields [00:36] sinzui: Thus I'm asking you :) [00:36] ah, but bugs and questions want to snapshot for the last message I think. Maybe it was not done [00:37] a collection snapshot could just record the tip message (for some apporpriate order) [00:37] and the delta is 'messages newer than X' [00:37] [e.g. see my batch navigator work] [00:39] lifeless, i wonder if there needs to be a category like in bzr where we log a traceback but do not show it to the user [00:39] ie we don't think it's a problem, but if it turns out that they think it's a problem, they still have the data [00:39] poolie: we have that [we use it for nearly-timedout-renders] [00:40] poolie: but I don't think an OOPS is appropriate for the case we're discussing [00:40] oopses gather a lot of data to permit diagnostics and correction [00:40] sure [00:41] this case is pretty clear - the nonce /has/ been used. Whatever went wrong was in the request before the one having trouble [00:41] i agree with avoiding the waste and being clear about what's actually a problem [00:41] thumper, thanks for fixing bug 377519 [00:41] <_mup_> Bug #377519: Stacked on location breaks if the stacked upon branch is renamed < https://launchpad.net/bugs/377519 > [00:42] if that's going to be rolled out gradually, i would like to add a note on the bug saying that people won't immediately be able to verify it as fixed [00:42] or, they won't immediately see the problem go away [00:42] is that correct/ok? [00:42] anyhow, it was a one off [00:42] poolie: it isn't fully fixed [00:43] i was just curious [00:43] poolie: I forgot to put the --incr flag on the landing [00:43] yes feel free to add a comment [00:43] poolie: it won't be fixed fixed until we do something for existing branches [00:43] I think communicating expectations to our users is a great idea [00:43] :-) [00:43] I'd edit the summary at the top to describe whats going on [00:43] i really liked how you did that the other day [00:43] i forget which bug it was [00:44] one reason to do this is that bug search only searches the subject and summary, not the comments. [00:44] this was a performance thing resulting from the way the fti was assembled way back; I haven't had time to review and examine how to enable searching in commenets [00:45] without messing up performance [00:45] wallyworld_: BTW, Unity distracted me from saying this on the call, but I have no problem with Windmill being back. [00:45] wallyworld_: I want it to be back on by default, but it's simply too expensive if it fails. [00:46] wgrant: np. i agree [00:46] wallyworld_: So I will not hesitate to disable it upon the first spurious failure in buildbot. [00:50] sinzui: ok so we faded out there [00:50] sinzui: is my suggestion a) broken, b) sensible, c) we need to modify how snapshotting deals with collections ? [00:51] sinzui: or d) none of the above [00:52] lifeless: sorry. I very distracted. IAre we certain that is needed? was it cargo culted from old code? [00:53] as for bug and questions looking at messages, I think that is lazy design. I believe there are two emitters of the modifications and they know if a message was appended [00:53] sinzui: bug one has several thousand messages [00:54] sinzui: I'm certain we either need to not snapshot it, or snapshot it much more efficiently [00:54] sinzui: *and* I'm certain that what is snapshotted internally shouldn't match the API attributes for this object either, as the API has different needs vs in-appserver deltas. [00:55] So the publisher emitting the event should be clear what message was added instead of letting the subscriber guess. I do not think snapshot should be working with deap data [00:55] deep [00:56] wallyworld_: From about line 450: http://bazaar.launchpad.net/~huwshimi/launchpad/private-objects-298152/view/head:/lib/lp/bugs/javascript/bugtask_index.js [00:56] sinzui: ok, cool. [00:56] so we doNotSnapshot it, see what breaks, fix the signal to contain the new message if needed [00:57] yep [01:05] wgrant: speaking of bugs.. 744849 [01:06] Bug #744849 [01:06] <_mup_> Bug #744849: populate-archive.py unusably slow < https://launchpad.net/bugs/744849 > [01:06] Yeah. [01:08] man, that was the easiest critical fix ever. [01:11] Oh? [01:11] search for -de in a person picker [01:11] Um, what the failure? http://paste.ubuntu.com/590501/ [01:12] huwshimi: Aha, that has shown up on Jenkins before. [01:12] huwshimi: Spurious, but I'd never seen it elsewhere. Thanks. [01:12] huh [01:12] temp_dir - replace that with fixtures.TempDir [01:12] more robust implementation [01:14] Should I just lp-land it? [01:14] huwshimi: If that was the only failure. [01:15] wgrant: It was, assuming the rest of the tests ran ok [01:16] huwshimi: How many tests did it report? [01:18] wgrant: 13988 [01:22] huwshimi: That sounds right. [01:22] Land it. [01:26] wgrant: Thanks maate [01:26] *-a [01:29] hmm [01:29] is this thing on? [01:30] irc is [01:34] <_thumper_> :( [01:34] <_thumper_> quassel still having problems with the sqlite file [02:06] lifeless: i got bit by the temp_dir issue too. unfortunately the version of fixtures we're on atm does not have TempDir. you see any problem in this change until we can update fixtures and use it? http://pastebin.ubuntu.com/590522/ [02:10] bac: bin/py -m pydoc fixtures shows TempDir as being available [02:10] bac: so I think its usable now [02:11] bac: why do you say it isn't ? [02:11] er, did that just happen? let me update [02:11] bac: no, TempDir is ancient [02:11] lifeless: b/c i looked in the egg and didn't see it [02:12] bac: :!grep TempDir -r eggs/fixtures-0.3.5-py2.6.egg/ [02:12] eggs/fixtures-0.3.5-py2.6.egg/EGG-INFO/PKG-INFO: TempDir [02:12] ... [02:12] lifeless: argh, bitten by emacs file completion... [02:13] bac: I don't mind if you fix temp_dir, but deleting code seems worth a little extra time [02:13] it does need spelling very slightly differnetly (see the pydoc for TempDir) [03:45] wgrant: Should I disable the windmill job on Jenkins? [03:45] StevenK: Probably. But don't delete it... I suspect we might need it back soon. [03:45] Hah [03:46] wgrant: Oh, sure, I was just going to disable it. [03:46] wgrant: Your hate of Windmill is showing. :-) [03:46] I don't hate it. [03:47] I just don't trust that it isn't go to break again. [03:47] And breakage is really really bad. [03:47] Loathing? [03:47] So, the tests that we currently implement through Windmill are necessary. [03:47] They catch real breakage. [03:47] But they are slow and unreliable. [03:53] RARGH, the package cloner is creating builds in the *parent* [03:53] Bad package cloner! [03:54] Heh. [04:01] wgrant: I'm really glad you hold that position now; its (I think) much more useful than the fire n brimstone one you had a few months back. [04:02] lifeless: I have held this position for several months. [04:02] Oh, duh. The first createMissingBuilds call is *me* [04:02] Perhaps the breakage had greater emphasis back then, but the breakage was also itself greater. [04:04] wgrant: Well, 6 months back then :) - anyhow, I like the current attitude; I didn't mean to imply you had a particularly bad one in the past. [04:09] wgrant: how did publish-ftpmaster work out on dogfood yesterday? [04:16] wgrant: sorry, bad news.. [04:16] wgrant: that bug still freaks out in prod [04:18] lifeless: is there a relatively simple way to see if a recent oops contains a particular string? [04:18] yup, grep [04:18] they are all in the lpnet logs dir on asuksa [04:19] a wildcard match will let you pass the directories you need to grep [04:19] grep -i string */2011-04-04 -r [04:19] etc [04:19] bbiab, shopping run for lynne [04:20] are they linked on devpad anywhere? [04:26] oh [04:26] I meant devpad [04:26] asuka is staging [04:26] <- 6am starts bad [04:27] lifeless: Bah. Worked for me at least once :/ [04:27] jtv: I filed a few bugs. [04:27] wgrant: oh… anything serious? [04:27] jtv: I enabled the run-parts stuff. [04:28] jtv: Only one significant non-run-parts bug, IIRC. [04:28] wgrant: do you have a list somewhere? I take it these are all things that need resolving before we can use the new script. [04:29] http://bugs.launchpad.net/launchpad/+bugs?field.bug_reporter=wgrant&orderby=-datecreated [04:30] I think #752279 is a somewhat bigger issue. [04:30] <_mup_> Bug #752279: publish-distro.d scripts expect partner to have dists.new < https://launchpad.net/bugs/752279 > [04:30] It's not clear that the rsync is working. [04:30] wow that's taking long to load [04:30] lifeless: :/ it just render in 8.1s for me on prod. [04:31] +ed [04:31] Waiting for the OOPS to sync :( [04:32] jtv: All of those bugs except 752279 have workarounds in the DF tree. [04:33] For 752279 there might be a debug print left in the script, since the logging doesn't seem to be working. [04:33] I carefully published partner as well as lucid's non-release pockets yesterday, so we have an archive of reasonable size to work with. [04:33] Just needs a bit of SQL to dirty them. [04:34] wgrant: partner is supposed to do the same dists.new dance as the primary archive. If that's not working, I'd look for a path problem first. [04:34] jtv: Yeah, I realised that after I filed the bug. [04:35] jtv: The script currently crashes in a location that cannot be determined because the atexit crashes. [04:35] There is no atexit. [04:35] Hm. [04:35] Unless it's in the LaunchpadScript's lock-cleanup code or something, but that shouldn't matter. [04:36] If you give me a moment to retake my desktop from the dead grasp of Unity, I will get you the traceback. [04:37] jtv: It's in the finally. [04:37] http://librarian.dogfood.launchpad.net/57722542/7gpgHGXJT50D5VFRhqsoFWlJEla.txt [04:38] 13:35:47 < jtv> Unless it's in the LaunchpadScript's lock-cleanup code or something, but that shouldn't matter. [04:38] 13:36:09 < wgrant> If you give me a moment to retake my desktop from the dead grasp of Unity, I will get you the traceback. [04:38] 13:37:34 < wgrant> jtv: It's in the finally. [04:38] 13:37:37 < wgrant> http://librarian.dogfood.launchpad.net/57722542/7gpgHGXJT50D5VFRhqsoFWlJEla.txt [04:38] wgrant: thanks [04:42] wgrant: I was sort of expecting problems there. [04:42] Yeah. [04:42] Though I don't really see what "directory not empty" means in this case. [04:42] jtv: I suspect it's renaming a directory on top of an existing one. [04:43] mv works fine there; it just moves *into* it. [04:43] rename won't do that. [04:43] That's exactly the problem I was half-expecting. :) [04:43] Basically, it uncovers a bug in the old script AFAICS [04:43] Yeah. [04:43] It won't fail. [04:43] But it will do something completely wrong. [04:44] Question is, is it okay to delete the directory that's in the way? [04:44] Mumble. [04:44] Coffee. [04:45] Please forgive me for pressing Ctrl+Alt, oh Unity. [04:45] No, it will have none of that. [04:46] lifeless: Uhhh [04:46] lifeless: Your OOPS. [04:46] SQL time: 1381 ms [04:46] Non-sql time: 11600 ms [04:47] wgrant: I'm on mumble but don't see you. [04:48] jtv: Oh, that was me mumbling to indicate that I'm not sure. [04:48] Not saying that we should talk about it... although maybe we should. [04:48] lifeless: wampee, too. This looks fairly unideal. [04:49] wgrant: you think contention ? [04:49] I wish we had the actual oops id in the filename instead of some other random shit [04:49] thumper: next iteration will have a search engine [04:49] having to open the file to find the oops id is a PITA [04:49] thumper: and no filenames [04:50] lifeless: I don't know, but this is a pretty serious issue that warrants immediate investigation. [04:50] I forget K's threading config, but it sounds big. [04:50] wgrant: check lp-prod-configs [04:50] I am. [04:51] wgrant: 4 [04:51] lpnet11 [04:51] Yeah. [04:51] Is that 2 concurrent requests in hap? [05:02] 6 [05:02] or perhaps 4 [05:02] check the html dump mthaddon gave me earlier [05:02] Yes, but it had spaces in the name. [05:03] And I can't be bothered typing all those backslashes. [05:03] \\\ [05:03] have mine [05:09] thumper: what app did you use to get your recent screen capture? [05:10] record my desktop [05:10] thanks [05:10] or something like that [05:19] jtv: :( [05:19] Huh. [05:28] \o/ another unicode bug bites the dust [05:28] :) [05:34] * StevenK wishes Storm supported INSERT INTO [05:36] StevenK: add it [05:36] I can give you some tips if you like [05:37] ok, trying for the shops again... bbiab [05:37] Writing SQL via format string is beginning to wear thin [05:40] And trying to add another column to copy sucks [05:45] StevenK: How're you doing it? [05:45] The way I did it in PublishingSet.publishBinaries isn't *that* unmaintainable. [05:45] But it's certainly still not pretty. [05:45] wgrant: I don't think I need it. [05:46] The test case is making my primary archives with requires_virtualized true [05:46] Which is probably wrong [05:47] wgrant: Do you agree? [05:48] StevenK: It's valid either way. [05:48] I don't know what your problem is, though. [05:48] Virt primary archives work fine most places I've tried, though. [05:49] wgrant: This is for IDS, and IDS doesn't copy DAS.supports_virtualized [05:50] StevenK: Ahh. [05:50] That's a bit awkward. [05:50] So if the archive is requires_virtualized, IDS can't create builds [05:50] But, er, why is IDS creating builds? [05:50] I guess for failed ones from the previous series. [05:50] Right [05:50] If IDS has a "rebuild copied sources" option, I will cry. [05:51] ... it does [05:51] What the fuck? [05:51] How is that going to work? [05:51] Somebody didn't think this through :P [05:51] Read the code? It works [05:52] I guess if you create the archive disabled and add external deps with a pre-bootstrapped archive you might get somewhere. [05:52] But, er, creating an empty archive with lots of builds isn't going to get you very far at all :) [05:53] wgrant: I seem to recall Julian was against the idea of copying supports_virtualized, but I can't recall the reason [05:54] StevenK: We don't normally want to support PPAs for a while after the series is initialised. [05:54] wgrant: The idea is for "Scorched Earth rebuilds" with different compiler flags and such, but yes, it will need magic to happen [05:54] Exactly [05:54] So I think I'll change the test harness to make sure Archive.requires_virtualized == False [05:55] Evil magic with sources.list.d is lamont's plan, I believe. [06:16] https://code.launchpad.net/~thumper/launchpad/fix-unicode-path-oops/+merge/56688 [06:16] for those that love unicode === almaisan-away is now known as al-maisan [06:24] jtv: is today a loliday too ? [06:24] lifeless: not that I know, too [06:25] I mean, no [06:25] why? [06:25] thanks [06:25] I have a call scheduled with stub on thursdays [06:25] if hes on leave I can naff off [06:25] and you are lower latency than canonicaladmin [06:31] It's always good for a human to hear that their unique usefulness lies in a slight latency advantage over computers for simple menial tasks. [06:33] Keeps us in our place. [06:46] lifeless: There are some unofficial tags that need a cleanup/removal as well. For example 'post-3-ui-cleanup' should probably just be converted to UI now. Is there any reason I shouldn't just fix that one myself now? [06:46] oh Facepalm: we have a cache of messages on bug, and we don't use it. --fail-- [06:46] huwshimi: JFDI [06:46] lifeless: Sure :) [06:46] jtv: us humans are uppity creatures :) [06:47] yes… can't wait for skynet to take over [06:51] wgrant: I'm fixing the $ARCHIVEROOTS escaping problem. I think the right way to do it would be a double-quoted, escaped string containing double-quoted, escaped strings: "\"directory1\" \"directory2-with-weird-\$\" \"directory\`3\`\"" It may affect quoting in the plugin scripts, though I think it'll be cleaner overall. [06:52] lifeless: Is bug #438540 made invalid due to the substring search change made recently? Or was that relating to something else? [06:52] <_mup_> Bug #438540: assigned to search doesn't do partial matches < https://launchpad.net/bugs/438540 > [06:52] looking [06:53] jtv: Shell escaping makes me even more sad than JS escaping in classic HTML. [06:53] And that, I hope, is very sad indeed. [06:53] The thing about JavaScript escaping is the false promise: [06:54] huwshimi: no, different search - thats the person picker [06:54] you think you can escape JavaScript, but that's not what it means. [06:54] huwshimi: 'person *to assign to* [06:54] huwshimi: refresh the bug, I've clarified it [06:54] lifeless: Ah right. Yeah I didn't read the description properly [07:07] lifeless: Is our AJAX timeout set to 30 seconds? [07:08] huwshimi: Server-side it's the same as everything else. [07:08] 11s. [07:09] huwshimi: if you see a longer duration one of the following is true: [07:09] - hit max concurrent http connections in your browser [07:10] - poor network e.g. ssl reneg, lost packets, whatever [07:10] - the request stopped doing all db activity before 11 seconds and just played with itself for the rest of the time [07:10] huwshimi: the first one is fairly common, I think. [07:10] [not an exhaustive list, but roughly in terms of frequency/probability I think] [07:11] Interesting. Whenever I get an AJAX failure it always dies at 30 seconds. I wonder if that's being set by YUI? If so we should change that to match our 11 second timeout, right? [07:12] no [07:12] not unless we can guarantee: [07:12] - never have more than N (unknown) concurrent ajax requests to the same host (even from other browser windows) [07:12] - guarantee network conditions won't go quirky [07:13] huwshimi: 30 seconds is the default network SYN attempt timeout IIRC [07:13] huwshimi: so I think you have issues, perhaps the same as smpillaz, with your network path to LP [07:14] huwshimi: do you find bzr push very slow sometimes (> 15 seconds to get started) [07:14] lifeless: I haven't noticed that [07:15] ok [07:15] well, we need to find and fix this [07:15] but I don't think dropping an in browser timeout is sensible given the legitimate reasons it might queue in your browser. [07:15] lifeless: If I have Launchpad open in a bunch of tabs is that where I might hit the max concurrent connections? [07:15] yes [07:16] or even on one tab [07:16] bugtask:+index seems to do 8 separate ajax requests [07:16] which will probably exceed your concurrency limit by some-N (I haven't checked chromium, but it could be as much as 6) === lifeless changed the topic of #launchpad-dev to: https://dev.launchpad.net/ | On call reviewer: - | https://code.launchpad.net/launchpad-project/+activereviews | qastaging down for a schema test, back soon [07:21] lifeless: So what I was doing was opening a bunch of bugs in separate tabs and then editing each one. I was timing about about 40% of the time (rough guess). What I just tried was opening one bug in a new tab and editing it, closing the tab and starting again. I had 3 tabs open max. The first two were fine, the third timed out. === al-maisan is now known as almaisan-away [07:24] Error: Couldn't find a distribution for 'zope.publisher==3.12.0'. [07:25] Is that caused by the aggressive cleanups people have been doing? It's on a fresh db-devel branch, after rocketfuel-get/rocketfuel-setup/bzr pull/make clean [07:25] wgrant: Can you explain to me a bit more about bug #433342? I'm not sure where you're talking about. [07:26] <_mup_> Bug #433342: 1em extra space on top of every page < https://launchpad.net/bugs/433342 > [07:26] jtv: I see a zope.publisher-3.12.0.zip in download-cache. [07:27] I don't. Only zope.publisher-3.12.1.tar.gz. [07:27] wgrant: Do you know anything about hello-partner in maverick's NEW queue on mawson? [07:27] StevenK: No, I only published partner carefully, I didn't upload anything. [07:27] I blame jtv and bigjools. [07:27] wgrant: It's 16 weeks old! [07:28] Oh. [07:28] That could be me, then. [07:28] * jtv has an alibi [07:28] I did do something around then. [07:28] huwshimi: It seems to be fixed now. [07:28] wgrant: Sweet. [07:29] Changed-By: William Grant [07:30] * StevenK glares at wgrant [07:30] StevenK: Yeah, I didn't realise it was still there, so I thought it was more recent. [07:30] Description: hello-partner - The classic greeting -- proprietary edition [07:30] 16 weeks old... really? [07:30] Does it say "Hello, 640K is enough for anybody!" ? [07:30] What's the date on it? [07:31] Date: Sat, 18 Dec 2010 16:55:52 +1100 [07:31] That's from the .changes [07:31] Ah, so the week I started. [07:31] * StevenK rejects it [07:43] https://code.launchpad.net/~lamont/launchpad/lp-buildd-78/+merge/56700 needs a review. [07:43] Already deployed on the machines that matter. [07:44] It redefines revolting, but it works! [07:45] That is *hideous* [07:46] Yse. [07:46] wgrant: DOne [07:47] Thankyou. I believe IS now owes us new eyes. [07:52] IS or lamont personally? [07:52] Either will do. [07:53] and what's so bad about that? looks downright elegant to me. nicely formatted over a few lines and everything! [07:53] damn. my nose just grew about 5 inches [07:54] spm: I'm sure Little Red Riding Hood's "grandmother" had a good one to explain that away, but I forget what it was. [07:55] heh [08:01] WindMIIIIIIIIIIIL [08:01] L [08:01] wgrant: It just failed? [08:02] * wgrant disabled that test. [08:02] s/disabled/disables/ [08:02] StevenK: lucid_db_lp [08:02] GAAAAAAAAAAAAVIN! [08:02] * StevenK found a bug in +initseries [08:02] Oh? [08:03] If you don't select any packagesets it feeds packagesets=[""] to DistributionJob [08:04] Bah, qas is down. [08:04] Bad lifeless. [08:06] wgrant: bad schema 2004 [08:13] I hope PQM will accept a devel testfix for a db-devel failure. [08:14] yes [08:25] stub: hi [08:25] lifeless: yo [08:25] we're slated for a call I think [08:26] you coffeed up etc etc? [08:26] Yup. Coffeed up. Hungry but breakfast can wait :) [08:26] k, let me plug mic in [09:05] good morning [09:06] hi adeuring [09:07] hi jtv! [09:07] morning [09:08] O hai [09:08] hi bigjools [09:08] the decision to wear shorts this morning feels like a bad one right now [09:09] Haha [09:09] I'm not going to ask. === almaisan-away is now known as al-maisan [09:20] Morning all ;) [09:20] danilos: Hi! [09:20] Good morning [09:20] hi Henning, how's it going? [09:21] danilos: great, thanks ;) [09:21] danilos: This one is especially for you: ;-) [09:21] https://code.launchpad.net/~henninge/launchpad/devel-714521-restore-partial-exports/+merge/56713 [09:21] danilos: but I can ask allenap if you don't want to ... [09:23] henninge, heh, yaaay :) [09:25] henninge, it's actually quite a simple branch, r=me :) [09:26] henninge, do take care of the lint issues if they are real, though :) [09:29] danilos: they are not [09:29] or at least I know there is a but for them [09:29] danilos: thank you [09:30] henninge, heh, then fix the linter, come on :))) [10:05] lifeless: One page that I'm noticing the performance of: "https://code.launchpad.net/~jameinel": "80 queries/external actions issued in 9.83 seconds" [10:05] I'm noticing it because I'm deleting old junk branches, and they all redirect to the main page. [10:07] jam: yup [10:08] do you know which api that is? (Just so I can keep tabs on it, probably can't do much myself just yet) [10:08] just hit 10s this time [10:08] so I'm very close to hard-timeout on it. [10:08] jam: bug 746866 [10:08] <_mup_> Bug #746866: Person:+branches timeout: sometimes-slow bug-branch link query < https://launchpad.net/bugs/746866 > [10:08] lifeless: so I should link fewer of my branches to bugs then ? :) [10:08] no [10:09] its fixable [10:09] most of these are [10:09] just noting that the problem is known [10:09] lifeless: hence the :). But yeah, I'll follow that bug. [10:09] there is a 10x improvement in that bug waiting for coding and execution [10:10] lifeless: from your comments, that was just an SQL query change, not a new index, etc? [10:10] yup [10:10] (reading my own comments here ... could be wrong :) [10:13] lifeless: it looks like the original query finds all the teams you are part of, and then all of the bugs linked to those teams, ouch! [10:13] jam: 4 / 4 Person:+branches - so 4 hard and 4 soft timeouts yetserday [10:14] lifeless: sounds pretty low on the stack. and only really affecting heavy users [10:14] jam: not quite; it finds all the branches you have access to via private team subscriptions, but only the bugs linked to your branches [10:15] lifeless: http://paste.ubuntu.com/590646/ [10:15] that sure looks like give me all bugs connected to teams I'm in [10:15] it is [10:15] but [10:15] I realize the Bug.id can be optimized by postgres [10:16] note that its in And() [10:16] and inject it [10:16] AND (Bug.private = FALSE OR ...) [10:16] jam: oh right, uhm so that bit isn't usually an issue [10:16] lifeless: sure, but it means the planner has to be really smart, vs your rewrite [10:17] jam: right [10:17] * thumper closed three critical bugs today with no code \\o/ [10:17] they have all been fixed in the interim [10:17] just some work investigating to make sure [10:18] nice [10:37] is there a clean way to delete a branch procedurally? I'm looking to do perf testing where I push a new branch many times, and I'd rather just delete all of these right after they are created. [10:37] Right now, I just go via the web api, and URL hack +delete and submit a lot [10:40] there is a web api to delete branches [10:40] spivs new stuff will be in the next downtime deploy [10:42] lifeless: https://launchpad.net/+apidoc/1.0.html#branch only shows me "canBeDeleted" I don't see an actual Delete call [10:43] jam: lp_delete() [10:43] jam: file a bug on the apidoc not mentioning that DELETE method is supported on objects [10:45] bug #753334 [10:45] <_mup_> Bug #753334: apidoc doesn't mention DELETE methods < https://launchpad.net/bugs/753334 > [10:48] lifeless: just got a hard OOPS for code.lp.net/~jameinel [10:54] stub: whats the next db patch #? [10:55] we really should fold https://bugs.launchpad.net/launchpad-project/+patches into +activereviews [10:55] Let's not open up that can of worms again. [10:56] wgrant: when was it ever open ? [10:56] There have long been thoughts about merging them by turning patches into branches. [10:57] different discussion [10:58] a small incremental step would be to merge the reports with patches being a separate section === al-maisan is now known as almaisan-away [11:07] lifeless: Still around? [11:09] hmm [11:10] lifeless: Do you know how to tell lazr.restful to rename a field in just 1.0 and beta? [11:11] I imagine export it twice [11:11] You can do something like this: [11:11] ("1.0", dict(exported_as="datebuilt")), [11:12] But that renames it in 1.0 and later, not 1.0 and earlier. [11:13] wgrant, care to look at the quoting fix? It was a bitch to get it just a little right, so I didn't go for fool-proof. https://code.launchpad.net/~jtv/launchpad/db-bug-752178/+merge/56719 [11:14] jtv: This also fixes the 10-sign-releases quoting bug. [11:14] You should link that as well. [11:14] cool [11:15] lifeless: 2208-60-0 [11:15] wgrant: so, you export renamed in beta and then renamed in devel [11:15] stub: thanks [11:15] lifeless: Yeah, but I think that's a bit backwards. [11:15] lifeless: The field is really called date_finished, but in beta and 1.0 it should be called datebuilt. [11:15] wgrant: that's the GNUPGHOME one? Bug 752179? Then I'm not sure it does. [11:15] <_mup_> Bug #752179: PublishFTPMaster runs hooks with a bad GNUPGHOME < https://launchpad.net/bugs/752179 > [11:15] I think that's the common case. [11:15] jtv: Not that one. [11:16] Hm. [11:16] Maybe I didn't file a bug for that one. [11:16] But there was a mismatched quote in it, which you've deleted. [11:16] wgrant: ah that one—no, didn't see an explicit bug for that one. [11:17] It was all a bit of hackery to get it to run, so I probably forgot it. [11:17] Well no matter now! [11:17] Indeed. [11:20] '"$PATH":%s [11:20] Should $PATH really be quoted? [11:20] Ideally, yes. What if there's a space in there? [11:20] It's bad form, but not impossible. [11:21] True. [11:21] I might have "~/Ubuntu One/bin" in my path, for instance. [11:22] What derived series do we have set up on dogfood at the moment? [11:22] But I don't think quotes are necessary to preserve that... [11:22] jtv: deribuntu should have one, and maverick is derived from sid. [11:22] Great. [11:22] jtv: Indeed, testing locally shows those quotes are not required. [11:22] Unless you can show otherwise. [11:24] Hmm… not required when you do PATH=$PATH:/foo but required when you do env PATH=$PATH:/foo [11:24] Ah, of course. [11:24] But if you're executing in a shell, do you really need the env? [11:24] And if you're using subprocess, you can modify the env in the subprocess call. [11:24] wgrant: not sure tbh… not using subprocess though. [11:34] wgrant: according to `man sh`, "it is only field splitting or pathname expansion that can create multiple fields from a single word." Question now is, when exactly does field splitting happen? It does say "If a parameter expansion occurs inside double-quotes: […" Field splitting is not performed on the results of the expansion, […]." [11:36] It also says "Field Splitting is performed on fields generated by [parameter expansion etc.] unless the IFS variable is null. [11:36] " [11:43] stub: 10x performance win from cloning owner into bugmessage [11:44] Codd, are you listening? [11:44] stub: hot case, and cold is estimated at 50% shorter [11:44] Sounds like a win. I'm not sure if other comment logs would benefit like questions - do they have the same usecase? [11:47] stub: https://code.launchpad.net/~lifeless/launchpad/bug-421901/+merge/56725 [11:47] stub: possibly, I'm sure oops reports will tell us ;) [11:48] stub: but questions are so fundamentally broken right now, I am inclined to tackle them separately [11:55] lifeless: wrong target branch [11:57] lifeless: Do we want to keep the column name 'owner'? Its always been a rather bogus name. [11:57] bwah [11:57] stub: I think it would be mega confusing to mirror it under a different name [11:57] Morning, folks. [11:57] lifeless: We can also ignore the triggers if we want - that column never gets modified. [11:57] stub: https://code.launchpad.net/~lifeless/launchpad/bug-421901/+merge/56729 [11:57] stub: person delete/merge will update the column [11:58] It will? Oh yeah, it will. [11:58] stub: plus I figure we'll have a few of these so having 'correct' triggers we can point at to copy will be usefl [11:59] Too many and we need to work out how to best split trusted.sql :) [11:59] yeah [11:59] trusted.sql.d [11:59] stub: any reason those functions can't be in the db patches ? [12:01] We use DB patches because we can't back out schema modifications. I like to keep the stuff we can back out outside of the db patches so we can make use of revision control. [12:02] No need to worry about getting patch numbers if you just want to change stuff in security.cfg, trusted.sql or comments.sql [12:03] kk [12:03] stub: was just thinking about the consequence of that though [12:03] which is that we have to run it all every time [12:03] Yes, but it is fast. [12:03] ok [12:05] The weirdness is we can't remove things from there sometimes due to how we build development databases (any function mentioned in the baseline dump needs to exist in trusted.sql or things fall over) [12:08] stub: https://code.launchpad.net/~lifeless/launchpad/bug-421901/+merge/56729 - against db-devel [12:08] stub: I'll do a garbo migrator tomorrow in a separate patch [12:09] lifeless: r=stub [12:10] thanks [12:15] night === henninge is now known as henninge-lunch [12:38] wgrant: afaict the dash and bash manuals contradict each other on the $PATH issue we discussed earlier. Both seem to behave like the bash manual says, but I'm reluctant to leave out the quotes based on that. [12:39] jtv: ... yay :/ [12:39] …indeed === almaisan-away is now known as al-maisan [12:44] jtv: Sorry, what part of dash's docs suggest that you need additional quoting? [12:45] I don't see it. [12:45] soren: they say that field splitting occurs after parameter substitution, except when it happens in double quotes. [12:45] * jtv looks up chapter & verse [12:45] How does that relate to this? [12:46] Well isn't field splitting what would break if there was a space in the substituted value? [12:46] FOO=bar splat ls [12:46] From FOO=$GARGL ls [12:47] Not exatly. [12:47] Ah! [12:49] * soren tries to whip up an example [12:50] Ok, now I have no idea what's going on anymore. === mrevell is now known as mrevell-lunch [12:51] soren: glad we're in full agreement then :) [12:52] Mind you, `FOO=$GARGLE ls` behaves differently from `env FOO=$GARGLE ls` [12:52] (in this regard) [12:52] When GARGLE is what? [12:52] Something with a space in it? [12:52] Yes. [12:53] For instance, [12:53] UU="~/Ubuntu One" [12:53] PATH=$PATH:$UU/bin which my_personal_script [12:53] → finds ~/Ubuntu One/bin/my_personal_script [12:54] But [12:54] UU="~/Ubuntu One" [12:54] env PATH=$PATH:$UU/bin which my_personal_script [12:54] Yeah, that won't work. [12:55] And I'm trying to build some kind of systematic notion of why that is, based on the manual. [12:55] Ok. [12:55] Failing horribly, so far. [12:55] So, when you do this: [12:55] FOO=bar cmd [12:55] You're using a functionality in the shell to extend the environment of the cmd process with FOO=bar. [12:56] When you're using env, the shell doesn't know that what you're doing is essentially the same. [12:56] But where does it say that these two expansions are different? [12:57] ...so it happily ends up calling this argv: ['env', 'PATH=~/Ubuntu', 'One/:', 'cmd'] [12:57] Yes, that part we know. But where in the dash manual can I find where that difference comes from? [12:57] env doesn't recognise "One/blahblah" as more stuff it needs to feed into the environment, but thinks it's the command to be run. [12:57] Ah. [12:57] I still don't really see how this is related, though. [12:58] PATH is separated by colons. [12:58] But may contain spaces. [12:58] Always. [12:58] Yes, that's fine. [12:58] Spaces that I don't want to get expanded. [12:58] SUre. [12:59] I think I found something: [13:00] Leading VAR=val words are "stripped off and assigned to the environment," as opposed to "expanded as described in the section called Expansions" as the rest of the command is. [13:00] Yes. [13:00] That's it. [13:00] Where do you see that? [13:00] But then where does it say that parameters in those VAR=val words are expanded at all? [13:00] That's in man dash (1), under Simple Commands. [13:01] Yeah, just found it. [13:01] I guess the difference is that the expansion of those parameters happens one parameter at a time. [13:03] And so somewhere in there it must say that no field splitting is done for those values. [13:03] It would appear so, yes. There's no harm done in doing something this, though: PATH="~/Ubuntu One/bin:$PATH" foo [13:03] Right. [13:04] Unless there's quotes in $PATH, perhaps. [13:04] This is all so maddening. [13:04] Quotes in $PATH should survive that. [13:06] Is this pertaining to an existing patch or is it still work-in-progress? [13:06] It's pending review. [13:06] Or not, if I messed it up horribly. :) [13:06] link? [13:06] https://code.launchpad.net/~jtv/launchpad/db-bug-752178/+merge/56719 [13:08] I probably don't need the "env" invocations. === matsubara-afk is now known as matsubara [13:14] jtv: I think what you're doing (in terms of escaping and protecting against escaping) is sound. That said, it looks like your executeShell helper might benefit from being able to take an env dict so that you avoid these issues altogether. [13:15] I considered that, but I'm not sure if that will have any unexpected effects on pipes and such. === henninge-lunch is now known as henninge- === henninge- is now known as henninge [13:16] I think your current approach will hold more surprises in that regard. [13:17] For instance, you're only extending the environment for the first command of your pipeline. [13:18] (If you just naïvely prepend the "env FOO=bar" stuff that is) [13:18] That's what I mean—I think my current approach exposes that more clearly. [13:19] Not too conveniently, mind you, but the interaction is visible where you create it. [13:21] Hi deryck! ;) [13:23] Hi henninge [13:24] deryck: Do you have some time to chat about that javascript bug? [13:24] henninge: sure. give me 2 minutes to warm coffee and I'll meet you in mumble [13:25] deryck: cool [13:25] I mean 'hot' [13:25] ;) [13:30] bug 724727 [13:30] <_mup_> Bug #724727: Single-line inline editor causes page to shift when editing < https://launchpad.net/bugs/724727 > [13:30] deryck: ^ === mrevell-lunch is now known as mrevell === jcsackett changed the topic of #launchpad-dev to: https://dev.launchpad.net/ | On call reviewer: jcsackett | https://code.launchpad.net/launchpad-project/+activereviews | qastaging down for a schema test, back soon [14:23] ummm is ajax bug subscription broken? [14:24] bigjools: I think it it may be for malone-alpha people. [14:24] ossum [14:24] wgrant: fyi https://bugs.launchpad.net/ubuntu-font-family/+bug/744812 [14:24] <_mup_> Bug #744812: FontConfig/Qt stack choke on Ubuntu Medium font meta-data (No medium in Inkscape and too bold in Qt apps) < https://launchpad.net/bugs/744812 > [14:24] There's a bug for that. [14:25] Bug 753387 [14:25] <_mup_> Bug #753387: Can't subscribe to bug: Uncaught TypeError: Cannot call method 'get' of null < https://launchpad.net/bugs/753387 > [14:26] Have we really gained 10000 bugs in a week? :/ [14:26] Well, a bit over a week. [14:26] release approacheth [14:29] * bigjools apologises for blocking pqm with a config branch [14:29] jcsackett, hi, do you have time to review https://code.launchpad.net/~danilo/launchpad/add-subscription-link-tests/+merge/56765? [14:29] danilos: sure. [14:29] is anyone looking at the PQM db-devel conflict? [14:30] rvba, did you look earlier? [14:30] bigjools: no [14:30] jcsackett, thanks [14:30] danilos: i see conflicts. [14:30] is there a missing rev to be pushed up? [14:31] jcsackett, no, but they must be very recent since I merged a few hours ago, let me resolve them [14:31] * bigjools fixes it [14:33] danilos: dig. [14:34] jcsackett, resolved, now pushed as well, diff should be updated in a few minutes [14:34] danilos: cool. i will reload and review in a few minutes then. :-) [14:35] rvba: this was missed in your review I think, but don't forget to put classes in the __all__ [14:35] bigjools: ok [14:36] rvba: is the DistroSeriesMissingPackagesView in stable newer than the DistroSeriesMissingPackages in db-devel? [14:36] bigjools: DistroSeriesMissingPackages has been renamed DistroSeriesMissingPackagesView [14:36] (that's the one missing from __all__ BTW) [14:36] ok thanks [14:38] jcsackett, now should be fine :) [14:39] danilos: yup, i'm reviewing now. [14:54] danilos: do yui tests continue if they an assert fails, or does the test stop? [14:55] jcsackett, they stop, and I see your point :) I should make reverting stuff happen inside the tearDown or something of the like [14:56] jcsackett, (if that was the point you were getting to :) [14:56] danilos: :-) [14:56] it was indeed. [14:57] danilos: other than that, r=me. [14:58] jcsackett, thanks [14:59] jcsackett, fwiw, other test cases do not even bother restoring LP.* stuff, perhaps I shouldn't either [14:59] danilos: yeah, i'm not sure it's a huge problem, actually. it's possible the monkey patching is only within test scope. [15:00] * jcsackett does not know enough about javascript testing. [15:00] jcsackett, yeah, I am in the same boat, so I wanted to (well, provided all tests succeed :), be on the safe side [15:00] deryck: you around, oh javascript and YUI test guru? [15:01] jcsackett, doing a review. Can I have 10 minutes and then chat? [15:03] deryck: sure, i can wait ten. just have a question when you're available about some testing stuff. [15:03] danilos: i'm going to mark the reveiw as approved, and follow up with deryck for my own edification. i think you're probably fine. :-) [15:03] jcsackett, if chat, ask away here. if voice, I'll ping when ready. [15:04] jcsackett, yeah, thanks [15:04] * danilos is also reading up on http://developer.yahoo.com/yui/3/test/ [15:04] deryck: chat. i was just wondering if when you patch a function for testing purposes (like replacing it with a function that just asserts it was called) is that only within test scope, or does it continue to be patched after the test suite finishes? [15:04] we have many yui tests that do like namespace._some_function = somenewfunction and then don't revert it. [15:05] (well, maybe not many, but they exist. and it's pertinent to danilos branch that i'm looking at). [15:05] jcsackett, can you post review branch for me to see an example? [15:06] https://code.launchpad.net/~danilo/launchpad/add-subscription-link-tests/+merge/56765 [15:06] deryck ^ [15:06] actaully, let me get you a smaller paste so you don't have to read through all of that. [15:07] deryck: http://paste.ubuntu.com/590785/ [15:08] in that example, module._show_add_overlay gets altered to assert that it's called and gets the right data. there's code to revert it in this instance, but some tests don't do anything. i was wondering if the code to revert it was necessary. [15:09] jcsackett, oh, btw, that one is probably not the best example since I can just move the "reversion" to the top of the call so asserts won't stop it even [15:09] (though, that's a different topic) [15:10] jcsackett, yes, this is the right way to do it. you can't be sure you have the right function later without doing this. [15:10] danilos: fair. it was an example i had handy. :-) [15:10] deryck: dig. so instances where one doesn't see this is a bug. [15:10] right [15:10] thanks, deryck! [15:10] so, danilos, i would just move the revert back to the top, as you said, and then all is well. :-) [15:11] er, to the top, not back to the top. [15:12] jcsackett, heh, done [15:19] jcsackett, btw, thanks for the review! :) [15:20] danilos: you're welcome. :-) [15:31] jcsackett: Hi! I'd appreciate a review of https://code.launchpad.net/~rvb/launchpad/dds-missing-base-version-747202/+merge/56311 [15:33] rvba: looking now. [15:47] rvba: i don't think you need "python: not(view.show_package_diffs_request_link) and context.base_version" in your template, because you updated "view.show_package_diffs_request_link" to include "context.base_version" as part of the check. [15:48] i think "not view/show_package_diffs_request_link" should be sufficient. [15:48] jcsackett: that's right [15:49] in fact, right now i don't think the current condition can ever be true. [15:49] because if context.base_version is true, "not(view.show...)" will be false. [15:50] prehaps i am misunderstanding somethign. [15:51] no, I think you're right ... I guess a test is missing then [15:51] :w [15:51] (oups, sorry) [15:51] no worries. i do that all the time. :-P [15:52] jcsackett: I'll add another test for that [15:53] rvba: yeah, double check how that condition works, and put a test in place. i'm marking it as needs info for now, since the boolean logic there needs some investigation. ping me when the fix is up and i'll take another look. :-) [15:53] jcsackett: ok, thanks for the review [15:55] rvba: you're welcome. i look forwards to seeing the branch with those changes. :-) [16:03] deryck: it's not a bug: http://paste.ubuntu.com/590807/ [16:05] henninge, ah, right, ok, then. Thanks! [16:11] jcsackett: actually ... after checking it I think the test was right. [16:11] python: not(view.show_package_diffs_request_link) and context.base_version => can be true [16:11] abentley, one down. r=me with minor comment on style. [16:11] formally because not(A and B)=Not A or not B [16:12] jcsackett: but I still have to add a test ;-) [16:12] deryck: thanks. I'll look into that. [16:19] deryck: not surprising my brace style was inconsistent. I've never used this style of braces 'till now. [16:19] jcsackett: hi, I have a fresh MP for you: https://code.edge.launchpad.net/~benji/launchpad/add-edit-tests/+merge/56786 [16:19] abentley, no worries. [16:19] edge! [16:20] it keeps popping up. [16:20] heh [16:20] benji: i see many conflicts. [16:20] jcsackett: darn, let me take a look === matsubara is now known as matsubara-lunch [16:27] jcsackett: just pushed my changes (added a test, moved up a small template fragment to be more consistent) [16:28] rvba: okay. i will take a look in a few moments. :-) [16:29] jcsackett: great. [16:36] abentley, second one is r=me. [16:36] abentley, we spent so much time on these in discussion earlier, the reviews are easy. :-) [16:37] I'm just taking my time to hopefully not miss anything. [16:37] deryck: heh. [16:37] deryck: Well, if you see better ways to do things, please let me know. [16:38] abentley, certainly, I will. [16:40] deryck: I'll be interested to know if I got the inheritance right for FormErrorHandler. [16:41] abentley, in the final branch, right? [16:41] deryck: right. [16:41] abentley, ok, I'll look closely at that === al-maisan is now known as almaisan-away === Ursinha-afk is now known as Ursinha [16:59] rvba: r=me. [17:00] jcsackett: thanks a lot. [17:00] rvba: i did just see actually that there's a text conflict in the MP again. you'll need to fix that before landing, of course. :-) [17:00] jcsackett: sure. will do. [17:08] ummm I just somehow managed to make an input box in firefox when editing a wiki page think that the text is right-justified. How would I fix that? [17:10] bigjools: Ctrl-Shift-X [17:10] maxb: how obvious...! Thanks. === choose is now known as leedsliam [17:16] abentley, all done. r=me. [17:16] * deryck wipes brow from reviewing three js branches [17:16] abentley, the inheritance looks good for FormErrorHandler, too. [17:18] deryck: cool. Creating an instance of ErrorHandler in order to create a subclass of it just seems weird. [17:18] abentley, yeah, it is a bit weird actually. but that's prototyped based objects for you. :-) [17:20] ok, need a break now. lunch! === deryck is now known as deryck[lunch] [17:42] lifeless: sorry if my activity on the wiki the other day raised an eyebrow :) we're trying to clearly state our requirements moving forward w/ archive management in OEM and the Derivative Distributions work Launchpad is committed to do is something we're very interested in eventually using [17:43] we don't have good documentation on what our requirements and use cases are, so that's what we're trying to codify (maybe the wrong word) === matsubara-lunch is now known as matsubara [17:54] timrc: use cases would be awesome :) [18:00] bigjools: aye :) [18:02] good night all [18:03] Good night all. === deryck[lunch] is now known as deryck [20:14] good morning [20:15] is anyone on the db-devel conflict? [20:15] timrc: not at all, I thought it was great to see it captured [20:43] anyone here witha windows machine ? [20:44] lifeless: sure. [20:48] abentley: could you qa huw's patch to let IE make comments on bugs? Its on qastaging [20:48] https://bugs.launchpad.net/launchpad/+bug/414747 [20:48] <_mup_> Bug #414747: No comment submit button on IE < https://launchpad.net/bugs/414747 > [20:48] abentley: if you have ie 7 or 8, that is [20:50] lifeless: Okay, I'll see what I can do. [20:50] abentley: thank you! [20:57] lifeless: I'm getting lots of timeout errors. [21:00] ah, the joys of not realizing you're disconnected... [21:01] lifeless: qastaging is not usable due to timeouts. [21:04] abentley: oh :( which bug ? [21:04] lifeless: bug 414747 [21:04] <_mup_> Bug #414747: No comment submit button on IE < https://launchpad.net/bugs/414747 > [21:06] abentley: I meant which bug were you testing with on qastaging :) [21:06] lifeless: I don't understand. [21:07] abentley: what url on qastaging timed out [21:07] abentley: https://bugs.qastaging.launchpad.net/launchpad/+bug/414747 I just added a comment there successfully [21:08] <_mup_> Bug #414747: No comment submit button on IE < https://launchpad.net/bugs/414747 > [21:09] jcsackett: it took a while but I have a revamp of that ealier MP for you to look at if you have time: https://code.edge.launchpad.net/~benji/launchpad/add-edit-tests-2/+merge/56832 [21:09] lifeless: Oh, I thought it applied to code review comments, so I was testing with https://code.qastaging.launchpad.net/~james-w/launchpad/more-matchers/+merge/32057 [21:09] benji: happy to take a look at it now. :-) [21:09] cool [21:09] abentley: ah! it may, but it was filed against bug pages specifically [21:10] jcsackett: hi [21:12] lifeless: worked. [21:12] lifeless: on bug 240067 [21:12] <_mup_> Bug #240067: Launchpad projects need wikis < https://launchpad.net/bugs/240067 > [21:13] abentley: cool; what version of IE did you use? {so I can put it in the bug } [21:13] IE 8.0.6001.18702 [21:13] thanks, appreciate this [21:14] lifeless: you're welcome. [21:16] lifeless: hello. [21:26] jcsackett: hiya [21:26] hello again, lifeless. :-) [21:26] jcsackett: wanted to reassure you I'm not going to mess with your spam stuff [21:26] jcsackett: though we now have clear data that centralisation in the schema is a performance pessimisation [21:26] lifeless: which is a shame. [21:26] jcsackett: well, schema != model [21:26] true. [21:26] and i only really care about code fragmentation in the model. [21:26] if we say, for instance 'a message belongs to one context only' [21:26] then we can serialise a few different ways with no /requirement/ for code duplication in python [21:26] i think that sounds just fine. :-) [21:26] we may need to hack on or around storm, but thats a one time code [21:26] s/code/cost/ [21:27] jcsackett: separately, I've commented on the end of Bug:45419 [21:27] as i said, i think there's ways to keep what i've done and do what you're suggesting (and anything that helps the bug pages is a win). i just wanted to peep up and make sure that was a consideration. [21:27] jcsackett: you need to unlink that bug, so future landings won't trigger qa-needs for it [21:27] i saw your comment. [21:27] jcsackett: cool [21:27] jcsackett: related to that the db-stable qa report also had qa needed by you for your landing on db-stable [21:28] jcsackett: I presume its the same patch? [21:30] lifeless: yeah, just retargeted to devel. [21:30] jcsackett: (its now showing qa-untestable because I marked up the bug [which is shared] as untestable per your comment) [21:30] lifeless: i'm getting 503 trying access launchpad.net [21:30] jcsackett: something you might like to do [I do this] is to just look at the two reports daily and search for jcs on the page. [21:30] flacoste: the home page? [21:30] yep [21:30] got disconnect with the mumble server also [21:30] might me connectivity to the data centre from here [21:30] the part that was landed is actually qa-able, i just wasn't able to qa it because of machine problems until about 15 min ago. everything worked nicely. [21:30] which wasn't really a surprise, since it worked on the first non-deployed landing as well. [21:30] blog.launchpad.net works (matters for the front page only of lp.net) [21:30] flacoste: reprorudced [21:30] its just the home page [21:32] benji: r=me. [21:32] jcsackett: thanks [22:04] gary_poster: I have an unreasonable hunch that https://bugs.launchpad.net/launchpad/+bug/754058 is due to subscription js changes [22:04] <_mup_> Bug #754058: post bug filing notification is cleared by an ajax request a few seconds after page load < https://launchpad.net/bugs/754058 > [22:04] lifeless well :-P then :-) [22:04] gary_poster: or due to the notification-via-ajax stuff wallyworld_ did [22:04] I don't have enough context yet [22:05] lemme read [22:05] gary_poster: but I don't know which is more likely; I mention to you now so you know [22:05] gary_poster: I'm also going to mention to wallyworld_. [22:05] gary_poster: thanks! [22:05] :( [22:05] neither bigjools nor deryck are around [22:06] thumper: you need them ? [22:06] lifeless: I was wanting to talk to them, yes [22:06] lifeless: "post-filing note" means you file something and then you add a comment immediately after? [22:07] gary_poster: no, the blue notification [22:07] gary_poster: we have this thing where a project can set 'instructions to show people after they file a bug' [22:07] it gets shown as a page notification [22:07] oh [22:08] actually the more I think about this [22:08] the more I think its wallyworld_'s thing having an unexpected interaction [22:08] I think his code wipes the notification area rather than combining things, or something like that [22:09] lifeless, yeah, I duped and see what you mean now, and lots of interactiony things are possible, but we haven't touched that code AFAIK, or things near it [22:10] so, IOW, I'll leave it be unless directed otherwise, if that's alright [22:10] gary_poster: totally fine [22:10] cool. thanks for heads up [22:11] argh, why isn't lib/lp/services/command_spawner.py written using twisted? [22:11] I'll talk to wallyworld_ today; if its not his stuff, will let you know monday [22:11] twisted is good at this sort of thing :) [22:12] lies! [22:12] gary_poster: is there anything I can do for you at the moment? [22:13] lifeless, thinking...your help on the bug 1 timeout was much appreciated btw [22:13] <_mup_> Bug #1: Microsoft has a majority market share gary_poster: was happy to help [22:15] lifeless, I think we are OK in terms of high-level things. Once I dig into #753000 more and determine if we need a new DB constraint I may look your or stub's way. I can't think of any larger-size mysteries to point you at though. Thank you for asking. [22:15] <_mup_> Bug #753000: NotOneError caused by duplicate stuctural subscriptions < https://launchpad.net/bugs/753000 > [22:15] gary_poster: kk [22:16] abentley: ping [22:16] thumper: pong [22:17] abentley: I was wanting to talk to you about some bzrlib stuff, but bigjools just got back to me, so I'll follow up in email, it is nothing urgent, just wikkid [22:17] thumper: cool. === matsubara is now known as matsubara-afk === jcsackett changed the topic of #launchpad-dev to: https://dev.launchpad.net/ | On call reviewer: - | https://code.launchpad.net/launchpad-projet/+activereviews | qastaging down for a schema test, back soon [22:35] flacoste: we should start reporting on regressions now [22:36] we've been tagging them for a month now, I think [22:36] https://bugs.launchpad.net/launchpad/+bugs?field.tag=regression [22:36] lifeless: what do you have in mind? [22:36] flacoste: a stat in the TL call, and a graph [22:36] lifeless: we already have a graph [22:36] \o/ [22:36] flacoste: then I'm interested in a little regular discussion about it [22:37] lifeless: as part of the critical bugs burndown, regressions have their own category [22:37] same thing in the critical bugs fixed chart [22:37] do we have the ration (regression count in period / bugs filed in period) [22:38] lifeless: you mean, new regression filed / new bugs filed, no we don't have that [22:38] lifeless: i can work on that next week [22:38] if you think its useful [22:39] i do [22:39] hmm [22:39] I wonder [22:39] regressions per landing would be interesting too [22:39] i actually think that a new bugs filed in last 24h with some details on categories would be helpful [22:39] or landings per regression [22:39] flacoste: a portlet like that rock [22:39] lifeless: yes, that's my issue. i'll fix it [22:40] wallyworld_: if you want to talk around the interactions, I'm available anytime [22:40] lifeless: np. i know what's causing it. [22:41] cool [22:41] [whats causing it?] [23:13] Project devel build #618: FAILURE in 5 hr 55 min: https://lpci.wedontsleep.org/job/devel/618/ [23:36] lifeless: https://code.launchpad.net/~wallyworld/launchpad/improper-notification-removal/+merge/56855 [23:36] lifeless: the cause was that it was expected that each new patch request would need to clear existing notifications [23:37] so that old ones would not be left hanging around [23:37] soory, i didn;t see your earlier question - was working on the fix [23:41] wallyworld_: no worries [23:58] Bah. [23:58] Anybody looking at the conflict from 6 hours ago? [23:59] wgrant: I was just about to start [23:59] but if you want to , it's all yours :)