[00:05] * jelmer will have a look at the merge conflict [00:06] Hah. [00:06] I was just going to ask if you were still around. [00:06] Thanks. [00:53] hi wgrant [00:59] Morning poolie. [02:10] wgrant: with the webservice api if something is exported for version 'beta', can i change it? [02:11] Edit the decorator in the interface [02:12] StevenK: you are meant to be away? anyway, you mean edit the decorator to change the export_for_version() ? [02:12] i didn't think that was allowed? [02:13] wallyworld: (Where are your multiple underscores?) Just because I'm holidays and not working doesn't mean I can't answer questions. [02:14] wallyworld: It depends. What are you changing? [02:14] i need to change the semantics of the private attribute on IBranch [02:14] (note that beta is officially EOLed, but 1.0 is still supported, but we will change things still if required) [02:14] Changes to API functions need to be considered very carefully. [02:14] it is read/write (via setPrivate) but i need to to be readonly [02:15] and there's a new explicitly_private attribute instead [02:16] i could keep it read/write and add a new mutator method for explicitly_private [02:16] I would just break compatibility. [02:16] That [02:16] 's the sort of thing that nobody is likely to care about, and those that do can fix their code. [02:16] 1.0 exists mostly to not break code in Ubuntu releases. [02:16] that's what i was hoping for :-) [02:16] None of which uses Branch.private. [02:17] cool. it will still appear the same for r/o access [02:17] but now you write using 'explicitly_private' instead of 'private' [02:17] Is there a git-supporting branch yet? [02:18] wallyworld: Right. [02:18] luke-jr: No. [05:04] Morning! [05:04] wgrant: I'm going to take a screenshot of you telling lifeless to go away :P [05:04] Heh. [05:06] I'm trying to do a html = create_initialized_view(person, '+index')() [05:06] the html is turning out empty. [05:06] (this is in registry) [05:06] what am I doing wrong? [05:21] Is person actually a Person? [05:23] well, yes. I used factory [05:23] This is right, isn't it? person = self.factory.makePerson(time_zone='Asia/Kolkata') [05:24] That is indeed correct. [05:24] Hmm. [05:24] What is returned from create_initialized_view(person, '+index')? [05:25] empty html as far as I can tell from the test failure [05:26] err, empty string [05:29] The user story from the guy earlier is depressing. [05:30] Also, slightly troll-ish. [05:39] Mmm, it's pretty reasonable. [05:39] LP hasn't changed significantly since 2005. [05:39] UI-concept-wise, that is. [05:40] Sure, but LP has a slightly different concept for branches [05:40] Its tied to a project and not a person. [05:40] Although all those fields he talks about are hidden when unset, except when you're looking at your own page... [05:40] Yeah. [05:40] Right, but registering a project and stuff is difficult and awkward. [05:41] Though, I'd love to see UI improvements. [05:41] Does making private branches need an admin? I've never created one or used one. [05:41] let's not go there. [05:42] nigelb: not only is that sequence of lines - wgrant telling lifeless to go away - worthy of being screenshotted. I'm tempted to also print out said shot and place prominently on the wall. for whenever I need giggles. [05:42] spm: That's the point of the screenshotting! Lets frame it ;) [05:42] nigelb: My theory is that Launchpad's privacy features were designed by GitHub. [05:42] framing might be considered excessive. but not by me. good idea™ [05:42] wgrant: Oh. That bad? [05:43] GitHub's team infiltrated Launchpad before GitHub was created. [05:43] And designed Launchpad's privacy features. [05:43] heh [05:43] To make GitHub win,. [05:43] It is probably the most hopelessly incoherent and useless aspect of Launchpad. [05:43] Are UI improvements on the way? Because even bugzilla is getting a facelift soonish. [05:44] huwshimi has plans. [05:44] But we're without him for a while. [05:44] But I don't really think he can do it on his own. [05:44] and UI designers never stay with us for long. [05:44] So the outlook is not stunning. [05:45] Oh. [05:45] Project db-devel build #827: STILL FAILING in 4 hr 41 min: https://lpci.wedontsleep.org/job/db-devel/827/ [05:46] Most of the points in that blog entry are reasonable, apart from eg. condemning LP for not offering free private branches. [05:46] I wish launchpad were more social. [05:47] Ahh, and then he goes into the usual "why can't I check out the branch I created thing". [05:47] GitHub and BitBucket have poisoned everyone's minds :( [05:47] Wait, you can't checkout a branch you just created on github. [05:47] Can't you? [05:47] The difference with GitHub is that you have to do a server-side fork. [05:48] Rather than just pushing up a new branch. [05:48] So people expect that from LP. [05:48] Nobody had a problem with just pushing before GitHub came along. [05:48] Heh. [05:48] The problem is, well, they're good. With good UI. [05:48] Launchpad's UI has never been its strenghts. [05:48] Code review, however, is. [05:49] Eh, not much had good UI in 2005. [05:49] It's just every other website in the world has moved on. [05:49] Heh, that too! [05:49] Anyone tried mergebox yet? [05:50] wgrant: Also, any clues with the test I can't get to work? [05:51] nigelb: Ah, sorry, got distracted. I was interested in the output of create_initialized_view(person, '+index'), *without* the trailing (). [05:51] It should give you a view object. [05:51] The trailing () executes the view to turn it into HTML, which I want to avoid. [05:51] So we can see what the view is. [05:52] Okay, what's the easiest way to output a view object? [05:52] Just get the repr for now. [05:53] "I want to make a branch and then be able to push it back to the original, through the web interface. This should and has to be easy to do and not require juggling between the LP server and my local PC in order to either branch or merge." [05:53] I'm confused. [05:54] Doesn't one normally develop on one's local PC, necessitating that juggling? [05:55] hm, does github/whatever support merging from the web UI? [05:55] I thought not yet. [05:56] I'm not sure. [05:56] But his thing didn't seem to mention actually merging. [05:56] BUt that's what it is right? Create a branch, push back into original. [05:57] but why would you create a branch and push to LP if you don't want an MP. [05:59] Hm. [05:59] AssertionError: 'Asia/Calcutta' not in '' [05:59] Hmm. So that should render to more than ''... [06:00] Yeah, I did try to figure out and then give up. [06:01] I seem to be having a complicated relationship with tests :D [06:02] Launchpad has that effect on people :) [06:02] Heh. [06:03] I thought I'd get this done without asking too much help, etc. Bam! Tests! [06:07] wgrant: What should be the next move? [06:11] I wonder if I can skip tests for this :D [06:21] No, this definitely needs tests :) [06:21] Let's see... [06:22] Almost got my new lucid-lxc-on-oneiric development environment set up adequately. [06:22] I still don't see the charm of developing on bleeding edge. [06:22] Huh. [06:23] It's '' here too. [06:23] \o/ [06:23] I'm not going mad! [06:23] Using oneiric is nice. [06:24] Get to iron out bugs, whine to thumper about the new unity being crap, fglrx 11.8 is slightly less awful than 11.5... [06:24] thumper works on Unity? [06:24] He defected to the Unity team earlier this year. [06:24] * nigelb had a vague feeling he used to be LP or bzr. [06:24] He was lp-bzr. [06:24] Or lp-code, as it was known in its later years. [06:24] Ah [06:25] Right now, there isn't a subteam working on this component is there? All squads working on bits of everything. [06:25] hi nigelb [06:25] Right. [06:25] Hey poolie, Morning! [06:25] (well, its probably evening for you by now :P) [06:26] afternoon [06:26] nigelb: Is your test in the same class as other view tests? [06:27] Yeah, let me grab that class name [06:27] Its inside TestPersonIndexView [06:35] I'm not quite sure what's going on here. I guess it's not using the root template that includes the slots. [06:37] nigelb: Where are you adding this? [06:37] The "Time zone" section under "User information"? [06:39] nigelb: If so, try asking for +portlet-contact-details instead of +index. [06:39] More specific, and it will probably even work. [06:40] wgrant: doing that now [06:41] Although nothing seems to render that directly either. [06:41] You may just have to give up and test an attribute on the view and not the actual display. [06:41] Or resort to a browser test. [06:41] browser test? [06:42] grep for user_browser [06:42] \o/ [06:43] zope.testbrowser is a minimal web browser that exercises most of the Zope stack. [06:43] +portlet-contact-details worked [06:43] So you'll be able to see the output of the view that way. [06:43] Great. [06:44] Aha. [06:46] Gah, so I get to use doctests again. Win. [06:53] ok, looks like everything works. [06:53] * nigelb forces a failure [06:54] aaargh. lint failure. [06:54] I should be fixing lint failure that I didn't cause, right? [06:56] Ok, fixing this lint failure might lead to breakage. [06:59] wgrant: I get a bunch of "assigned to but never used" lint failures. [06:59] nigelb: In doctests? [07:00] Its unrelatd to code I touched. [07:00] But in the files I touched [07:00] If it's not a doctest, you should just be able to remove the assignment. [07:00] ie, s/a = b/b/ [07:01] A bunch of these http://pastebin.ubuntu.com/677037/ [07:01] Those should all be trivially fixable. [07:02] liene 308 is interesting. [07:02] I think the view is created so that a login token exists. [07:03] Yeah, you probably need to continue creating the view, but you don't have to assign it to anywhere. [07:03] The return value is not important. [07:03] aah [07:08] wgrant: what does the last one in that lint failure mean? [07:09] nigelb: Normally that there's a = or + without a space on both sides. [07:14] wgrant: Could you review https://code.launchpad.net/~nigelbabu/launchpad/188187-time-zone-offset/+merge/73168 [07:14] stub doesn't seem to be here yet. [07:20] Morning all. [07:33] wgrant: not entirely sure that defected is the right word [07:34] thumper: Escaped? [07:34] heh [07:35] thumper: "ran away" [07:35] how about, "needed a change" [07:35] Bah. [07:36] A lot Canonical seem to be Launchpad defectors. :P [07:36] Heh. [07:36] wgrant: You picky picky person :D [07:38] I do that :) [07:38] when I do tal:foo [07:38] foo is a variable? [07:39] It's irrelevant. [07:39] means nothing at all. [07:48] wgrant: Updated! [07:48] poolie: ooh, that's a nice next bug :D [07:48] the team timezones thing? [07:48] yeah [07:49] it has limits [07:49] especially as you know nothing about people's habitual online hours [07:49] True [07:49] I set my timezone on Launchpad as UTC. [07:49] good morning [07:49] i think thisi s one thing people specifically said they missed when we took out the google maps display [07:49] hi abel [07:50] Why did we take out maps? I remember there was some javascript error and then it wasn't around the next day. [07:50] i think part of it was about google maps over https being a for-pay service [07:50] nigelb: Google wanted to charge a heinous sum for HTTPS maps. [07:50] and maybe some licencing problem [07:50] But I believe that is no longer an issue. [07:50] Oh. [07:51] people complained about it being nonfree [07:51] As they have decided that HTTPS should be everywhere now. [07:51] But it has been suggested it should be replaced with OSM, yes. [07:51] I'm always about what works vs non-free :) [07:51] they have decided SPDY should be everywhere [07:51] We had something like that in Loco directory using google maps. [07:52] An OSM developer requested we not use OSM because that's not what its meant for. [07:52] oh? [07:52] it's meant for precise positioning? [07:52] It's interesting that LP has been HTTPS-only forever, and many people used to complain, and now the rest of the world is finally starting to go HTTPS-only. We were years ahead of the curve on one thing, at least. [07:53] yes, which is quite cool [07:53] wgrant: We're ahead only in one curve :) [07:53] of course many of these maps are not all that accurate [07:53] poolie: Because OSM is not ready to get hit with lots of people loading pages with it or something. [07:53] nigelb: Indentation on prejoins has the same indentation issue. [07:54] GRAR [07:54] just showing "... which is on the south-east coast of india" would be enough [07:56] wgrant: okay, fixed. [07:56] poolie: But still, that doesn't help when you want to figure out when is a good time to set a meeting with someone :) [07:56] poolie: If we wanted to be invasive, we probably could work out an awful lot about peoples habitual online hours :-) [07:57] s/invasive/Google/ [07:57] No, please don't. My hours are horrible. [07:57] I slept at 4 am, woke up at 11, and I'm now going to work at 1:30 pm. Fun. [07:58] perhaps it can be a separate service [07:58] oh i guess if we had a timeline view [07:59] Heh. [07:59] timeline of commits? that should be fun. [07:59] should also overlap with marking who's on vacation when. [07:59] Award karma points if you don't obtain any karma between midnight and 8am in your designated timezone. [07:59] badges [08:00] fix one bug every hour for 24h [08:00] heh. [08:00] Double karma between 10 pm and 8 am your timezone. [08:00] I prefer the first variant to try and stop burnout rather than encourage it :) [08:01] Heh [08:01] I'll then reset the timezone to the timezone my brain lives in. [08:01] "Oh, I'm working in Hawaii time today. Iceland tomorrow!" [08:01] I've filed 50 LP UI bugs in 24 hours, but not fixed 24... [08:02] Yer, need roving to cope with my 25 hour cycle :-/ [08:03] Laters! Off to lunch and then work. [09:20] wgrant: Gah. formatimports. I knew I missed something. === henninge changed the topic of #launchpad-dev to: #launchpad-dev ist: https://dev.launchpad.net/ | On call reviewer: henninge | Critical bugs: 237 - 0:[#######=]:256 [09:31] nigelb: When you fix, I will send it off to ec2. [09:31] Although it won't land until jelmer hopefully sorts out the testfix on db-devel. [09:32] I'll fix when I get home. In about 5 hours. [09:32] nigelb: Thanks! [09:32] One more inch closer to 128. [09:47] wgrant: whoops, I hadn't seen that yet [09:49] jelmer: Ah, wasn't expecting you around yet. [10:41] testfix is on the way [10:45] jelmer: Thanks! === henninge is now known as henninge-lunch [11:04] in other news, bzr code imports seem to work on qastaging :) [11:04] https://code.qastaging.launchpad.net/~jelmer/bzr-svn/revprops [11:20] wgrant: and it looks like staging was updated? === luke-jr_ is now known as luke-jr [11:43] jelmer: Indeed, spm unbroke it this afternoon :) [11:45] jelmer: What UI is there for them? "Import details" doesn't seem to show anything... [11:45] wgrant: The UI bit hasn't landed yet, the only way to create them on qastaging is using the API [11:45] jelmer: Ah, that would do it. [11:45] wgrant: I have another branch up for review that changes the web UI to register "bzr" code imports rather than mirrors [11:46] Great. [11:46] then someday, perhaps, we can get rid of the branch puller [11:47] Well, we'd need to fix the way imports work first. [11:47] They still use the puller :( [11:48] yeah, that bit I'm still pondering [11:48] But that is a significantly easier problem than general branch mirroring. [11:48] a related issue is that it would be really useful to do stacking of code import branches, but the current architecture makes that hard (especially if the development focus is not a code import) [11:48] Indeed. [11:49] I think they should probably just be bzr+ssh clients or so. [11:49] Or maybe use the internal branchfs. [11:49] adeuring, hey, good morning. could you take another look at that oops-tools branch you reviewed on Friday? https://code.launchpad.net/~matsubara/oops-tools/829460-typeerror-qsmmx/+merge/73062 [11:49] matsubara: sure, but I'd like to have lunch first :) [11:49] Assuming I don't accidentally delete all the hosted areas again. [11:50] adeuring, sure. [11:50] wgrant: :) [11:51] jelmer: I guess we probably don't have to consider stacking on private branches. [11:51] Which might make things easier. [11:52] wgrant: What about private users who are importing multiple branches? [11:53] jelmer: We don't support credentials in URLs, do we? [11:53] So private imports are not hugely likely at the moment. [11:53] wgrant: We do, at least for bzr-svn/bzr-git/bzr-hg imports (some people have silly requirements like logging in with guest/guest. Not sure about mirror URLs. [11:53] Bah. [11:53] OK. [11:54] So we just have to grant the service user access to dev focus branches sometimes too, I guess. [11:56] wgrant: hmm, yeah [11:57] wgrant: I guess just supporting stacking on public dev focus branches would be easiest for now, and already be a huge improvement over the current situation. [11:57] It's all going to be special-cased anyway, because branches can be owned by anyone. [11:57] But only owners can write. [11:57] does zope support impersonation ? :) [11:58] It can, but LP doesn't use it. [11:58] eg. SCA is special-cased in security adapters. [11:58] I imagine this would, for now, be something similar. [11:59] ah, interesting [12:00] We just killed bazaar-experts, now you want to resurrect it? [12:01] :) I'm glad that's gone.. [12:01] A celebrity for the importds is probably best for now, I fear. Unless we want to give them access to the branchfs, which sounds bad. [12:02] jelmer: The team still exists, since lifeless is a wimp. But it is no longer a celebrity. [12:02] wgrant: That makes me very sad. === benji changed the topic of #launchpad-dev to: ist: https://dev.launchpad.net/ | On call reviewer: henninge, benji | Critical bugs: 237 - 0:[#######=]:256 [12:02] StevenK: For now. [12:02] StevenK: Until we have a less bad permission system. [12:03] "now" in Launchpad time -- that is, at least a decade. [12:04] wgrant: I agree, about having a celebrity === henninge-lunch is now known as henninge [12:05] wgrant: Is it just my change of perception, or is Launchpad development quicker these days? [12:05] benji: O hai -- did Irene spare you her wrath? [12:05] jelmer: Hmmm. [12:05] jelmer: I think it depends where you're working. [12:05] And how you're working. [12:05] and what you're doing. [12:05] But it may be. [12:06] StevenK: yep, it wasn't too bad here; we just got a good dose of rain [12:06] benji: Ah, rain is easily coped with. [12:06] jelmer: Code's always been quicker than the rest, I think. [12:06] jelmer: Because it's been designed. [12:07] At least a bit. [12:07] At least I've always found it nice. [12:07] henninge: benji Hi guys, could any of you have a look at this (Javascript) MP https://code.launchpad.net/~rvb/launchpad/confirmation-overlay-bug-830982/+merge/73078 ? [12:08] rvba: I'm available. [12:08] wgrant: hmm [12:08] benji: Thanks a lot! [12:08] benji: I'd like to take ;) [12:08] henninge: be my guest [12:08] wgrant: can you do me a favour tomorrow? put the performance tuesday tag on in your morning [12:08] lifeless: Only if you go away, but sure :) [12:08] heh [12:09] moar screenshots. [12:09] wgrant: given I just drove back from the hospital and am about to crash for 6 hours; I can guarantee I am going away. [12:09] :) [12:09] Night! [12:09] night, thanks! === wgrant changed the topic of #launchpad-dev to: https://dev.launchpad.net/ | On call reviewer: henninge, benji | Critical bugs: 244 - 0:[#######=]:256 [12:10] danilos: Hi. [12:28] Hmmm. [12:28] This is interesting. [12:28] Trying to upload via FTP to a poppy running in LXC, and I have the hanging-on-the-last-kilobyte bug. [12:29] bigjools: ^^ [12:29] nice [12:29] Reproducible too. [12:29] repeatable for any upload? [12:29] * wgrant debugs. [12:29] Does suggest it's odd networking, though. [12:29] yes [12:29] does the LXC NAT? [12:30] I'm using libvirt's bridge. [12:30] I'll lay real money on it being a nat type issue [12:30] It does NAT, but this shouldn't be using it. [12:30] Because it's host-to-guest. [12:30] Haha. How much real money? [12:30] 2 pence [12:30] So should just go straight over the internal bridge without NAT. [12:30] it'll be doing something internally still [12:30] So given the UK currency that's about 0.5 Australian cents [12:30] Let's hope. [12:31] StevenK: miaow [12:31] Wow. [12:31] Wireshark doesn't hang Unity! [12:32] A complex application that doesn't hang oneiric's unity is a rarity these days. [12:32] well, its moved from simple to complex, that's worth rejoicing. [12:32] Ah, there we go, lagging up a bit now. === jtv is now known as jtv-eat [12:39] Hmm. [12:39] So it does the gpg verification, then doesn't send anything back. [12:40] wgrant: I wonder if an SFTP upload also hangs with LXC involved [12:40] I doubt it. [12:41] It works. [12:41] remember that this happened with the zope server too [12:41] * bigjools -> food [12:42] Yeah, that is pretty odd. [12:53] So, it turns out that in this case it's the GPG verifier crashing. [12:54] Nice! [12:54] Do you have a traceback? [12:54] But I can't see the exception by default... [12:54] Not until I add any extra log entry right before the crash. [12:54] once I do that, I get an error traceback. [12:54] WTF twisted? [12:55] Hmm. [12:55] I wonder if logging doesn't get completely initialised at startup. [12:56] Writing to the Python log somehow finishes setup, allowing the Twisted logger to log. [12:56] Can you paste the traceback? [12:57] The problem with it is clear: the "key not registered" error is unicode, while twisted wants a str. [12:58] But this doesn't explain all the hangs, sadly. [12:59] It may explain why we can't work them out, though. [12:59] I wonder if that can tested sanely [13:02] Morning, all. [13:03] matsubara: r=me [13:03] morning deryck [13:03] thanks adeuring [13:15] mm, LP commits visualized. http://www.youtube.com/watch?v=9Pe70fw83Zs === jtv-eat is now known as jtv [13:23] adeuring, hey, could you join me in mumble for 2 seconds? Just need to test I'm working. [13:31] adeuring, ping for standup. [13:31] deryck: ok [13:33] henninge, benji: can I add a MP to your queue? [13:34] jelmer: sure === henninge changed the topic of #launchpad-dev to: https://dev.launchpad.net/ | On call reviewer: benji | Critical bugs: 244 - 0:[#######=]:256 [13:34] benji: thanks [13:34] https://code.launchpad.net/~jelmer/launchpad/no-code-import-approval/+merge/73187 [13:34] benji: I won't take another after this one. [13:34] I mean, the one I am working on.# [13:34] henninge: k [13:35] adeuring: hi, thanks for following up on bug 835103 [13:35] <_mup_> Bug #835103: HWDB submissions since Lucid are marked as Invalid < https://launchpad.net/bugs/835103 > [13:35] adeuring: do we need to open a task against checkbox because of the missing sysfs-attributes? === brianchidester_ is now known as brianchidester [13:39] anyone have an idea how to solve this: https://code.launchpad.net/~matsubara/oops-tools/829460-typeerror-qsmmx/+merge/73062? it's not finding pytz in the download-cache even though I added it there... [13:44] matsubara: you running with Python2.5 or something like that? [13:45] stub, it's the tarmac chroot for oops-tools. I'm not sure what version of python is running there [13:45] losas: ping [13:45] stub, adding pytz-2011h-py2.5.egg to the download cache would solve the problem, right? [13:46] it would work around the problem [13:46] (if it does, you still have the problem that our code is only known to work with Python 2.6) [13:49] flacoste: yes, I think we need a checkbox task too -- at least for the next version of checkbox [13:49] that's what's in the LTS release, isn't it? maybe I should request that the chroot to be update to 2.6 [13:49] abentley, just need to reboot after upgrade, and I'll ping for pre-imp call. [13:50] deryck: cool. [13:50] adeuring: do you have an ETA on the fix and the time it will take to re-parse all the invalid submissions? [13:51] flacoste: I hope to have a fix tormorrow. Processing one submission need 1 or 2 seconds; multiply that by the number of broken submissions for the total processing time [13:51] ...and allow for some pausing [13:52] adeuring: how can we re-process the invalid files? we flip the status back to processed and allow the script to do its normal thing? [13:52] flacoste: exactly [13:52] adeuring: is it DBLoopTunabled yet? [13:53] flacoste: yes [13:53] awesome! [13:53] adeuring: do we record the schema error as an OOPS? maybe user-generated one? [13:53] or it was only the logs? [13:54] flacoste: I think this is only in the logs [13:54] ok, we should probably record oopses [13:54] danilos: when you commit changes to sourcedeps.conf, please also commit the changes to sourcedeps.cache. [13:54] that would have made this error show in our report [13:54] i'll file a bug for that [13:55] flacoste, I suggested an integration test of some sort between hwdb/checkbox as well as lpstats for invalid submissions in the bug. FWIW. [13:55] flacoste: well... people may submit totally bogus data, so this would mean also some potential noise in the OOPS reports [13:55] adeuring: you mean checkbox can submit invalid data? [13:55] or since it's a user-accessible service, someone could upoad bogus data? [13:56] in any cases, we could treat those as "user-generated" error [13:56] flacoste: well, we want to record this :) But what if people send deliberatley nonsensical data, by messing with checkbox? Or by simply uploading arbitrary files? [13:57] that's not really an issue either way [13:57] deryck: the integration tests should probably live in checkbox [13:58] flacoste, yeah, agreed. [13:58] gary_poster, matsubara: where does the QA-SLA document for API scripts live? (for things like apport) [13:58] * deryck has to reboot now [13:58] the submission HWDB isn't our regular API, but I think the thoughts there should work [13:59] abentley, jam approved https://code.launchpad.net/~gary/bzr/bug835035/+merge/73124 . I have three questions now for when you have a moment. [13:59] (1) I have an XXX comment in there that jam did not comment on, even though I highlghted it in the cover letter. He approved the branch as-is, so should I just not worry about it, or should I...do something else (remove the XXX, remove the comment, ...) [13:59] (2) What should I do to actually get this MP landed on the 2.3 line? [13:59] (3) How do I make an egg for LP to use? egg_info does not seem to be honored. Should I change bzrlib.version_info from (2, 3, 5, 'dev', 0) to (2, 3, 5, 'dev', 1) or something, and then run ./setup.py build? [13:59] gary_poster: ask us :) [13:59] jam, hi :-) [13:59] didn't realize you were here [13:59] you proposed it to 2.3, so once I get off my tukus and submit it, it will land in 2.3 [14:00] for ~1 more hour [14:00] jam, ok cool :-) [14:00] gary_poster: so a few things now that I think of it [14:00] 1) It should be a per_repository_reference test [14:00] flacoste, not sure; I think it is on wiki.canonical. looking [14:00] since it only needs to be run on repositories that support fallbacks [14:01] flacoste, gary_poster: https://wiki.canonical.com/Launchpad/PolicyandProcess/ApiSupport [14:01] yay matsubara, thanks :-) [14:01] np [14:01] 2) Could we not hard-code the target format, but use a generic 'incompatible' fallback format? [14:01] that way if we introduce a new Repository, it also will have to conform to this behavior [14:01] matsubara: thanks [14:01] (you could either do it by picking a format that is too old for stacking, or by just saying "if 2a, then 1.9, else 1.9" [14:02] matsubara, gary_poster: is the comment at the top of the wiki page still true? waiting on the releasing of the OEM scripts? [14:02] else 2a) [14:02] gary_poster: I'll leave you two to discuss it, but feel free to ping me. [14:03] gary_poster: fwiw bzr 2.4 has landed on db-devel and should land on devel at the end of this week, barring any issues that come up during QA === salgado_ is now known as salgado [14:05] jelmer: nice. Though it still doesn't hurt us to target 2.3 to start [14:05] jam, re (1): I'll look for that string and see if I can figure out, cool. re (2): yeah, I thought of something like that but I wasn't quite sure it would be correct. I'll try that approach then. Does your (2) negate your (1) or not? [14:05] gary_poster: you should do both [14:05] jelmer, great, thanks. I intend to make a 2.4 and trunk MP too. [14:06] if you do (2) without (1) then the target format will be something like WeaveFormat which will fail for different reasons. [14:06] gary_poster: we automatically up-merge [14:06] so if it lands in 2.3 it will auto-merge into 2.4 and trunk [14:06] well "automatically" [14:06] it is still requested by a human, but we always do it eventually (everything in 2.3 is in 2.4, etc.) [14:06] jam, (2) and (1) both: ack, thanks. I'll try it and get back if I have questions [14:07] jam, automatically: ok, cool. I was thinking it would need to be manual because this function changed files between 2.3 and 2.4 [14:07] flacoste, not sure how that conversation ended. I requested approval and I think gary took over back then [14:07] (the function that we are changing/testing) [14:07] gary_poster: well, if it needs updating, then we'll need something when we go to merge 2.3 up to 2.4 [14:08] jam, right, so just wait to let you all ask for it, or do it yourself? [14:09] checking [14:09] flacoste, matsubara, I think Jane had an issue with the draft and then I never followed up. I don't remember details. matsubara, do you have an email from Jane about it? [14:10] gary_poster, yes. I forwarded it to you back then. I'll forward it again to you and flacoste [14:10] matsubara, ack thanks [14:10] matsubara, gary_poster: thanks, i'll follow-up from there [14:10] gary_poster: it looks like the function in question just got moved (probably to bzrlib/vf_repository.py), I think we can sort that out once your patch has landed. [14:11] ok cool thanks jam [14:11] The general rule is that we would wait, then base a change on the updated bzr/2.3 to merge it into bzr/2.4 [14:11] ok [14:12] I wonder if people ever look at the dupe finder list when filing bugs [14:14] bigjools: I always assume the bug file thingy will suggest dupes to me, if there are any [14:14] jelmer: yes. But lately I've seen stuff that is so obviously a dupe I wonder if people pay any attention to the list [14:15] bigjools, that would involve reading, you know. [14:15] :) [14:15] bigjools: the list does often contain a lot of irrelevant stuff. Perhaps it shouldn't show anything if there isn't anything significantly similar. [14:16] yeah, could be people fed up with unrelated bugs [14:21] benji: Hi! [14:21] Could you review https://code.launchpad.net/~nigelbabu/launchpad/188187-time-zone-offset/+merge/73168 :) [14:22] nigelb: sure, I'm a little behind so it might be a minute [14:22] benji: Sure, no problem :) [14:30] abentley, I can meet in mumble now, if you'd still like a pre-imp chat. [14:30] deryck: sure, let's do it. [14:30] ok, cool [14:31] deryck: https://bugs.launchpad.net/launchpad/+bug/828409 [14:31] <_mup_> Bug #828409: cross-format stacked branches can't be accessed < https://launchpad.net/bugs/828409 > === matsubara is now known as matsubara-lunch === salgado_ is now known as salgado === benji changed the topic of #launchpad-dev to: https://dev.launchpad.net/ | On call reviewer: - | Critical bugs: 244 - 0:[#######=]:256 [15:34] benji: hi [15:35] benji: still around? [15:35] * nigelb needs someone to land his branch [15:47] Yippie, build fixed! [15:47] Project db-devel build #828: FIXED in 4 hr 42 min: https://lpci.wedontsleep.org/job/db-devel/828/ [15:55] jam, it turns out there was a test very similar to what I had done in per_repository_reference already. I adjusted it. https://code.launchpad.net/~gary/bzr/bug835035/+merge/73124 is updated with the change. You good with that? [15:56] gary_poster: would you mind sending a branch of mine to e2 land? [15:56] nigelb, was just about to ask you :-) [15:56] which is it? [15:56] heh [15:56] https://code.launchpad.net/~nigelbabu/launchpad/188187-time-zone-offset/+merge/73168 [15:56] ok, on it nigelb. I assume we need ec2 tests run? [15:57] yes! [15:57] cool [16:01] gary_poster: Thank you! :) [16:01] nigelb, welcome :-) instance is firing up now. [16:02] * gary_poster should have added you to the email recipients [16:02] * gary_poster hopes ec2 land does that anyway [16:02] Usually, I get emails [16:02] cool [16:02] I assme there's nothing special to do. [16:02] *assume [16:02] * nigelb marks the time and counts down to 4 hours [16:04] rvba: review sent, talk to you tomorrow ;-) [16:04] henninge: I'll have a look right now ... I bet I have quite a reading to do ;) [16:04] rvba: yes [16:04] ... and some fixing ;) [16:05] henninge: ;) === deryck is now known as deryck[lunch] [16:05] ;-) [16:06] rvba: I am off now and will be late tomorrow morning. [16:06] henninge: I'll get back to you when I have fixed it so late tomorrow sounds good. [16:08] nigelb, ec2 land has disconnected from my terminal and doing its thing, so hopefully we'll hear something in four or five hours [16:09] gary_poster: Cool, thanks! [16:10] jam, I'm going to lunch. biab, and https://code.launchpad.net/~gary/bzr/bug835035/+merge/73124 is ready for you [16:26] Project devel build #1,008: STILL FAILING in 4 hr 35 min: https://lpci.wedontsleep.org/job/devel/1008/ === matsubara-lunch is now known as matsubara === deryck[lunch] is now known as deryck === salgado is now known as salgado-lunch [17:19] gary_poster: nice that you could use an existing test. I tweaked it slightly because the actual test was being a bit redundant. [17:19] I'll submit it [17:20] great, thanks jam. [17:21] Any reviewers in the house? Got this one: https://code.launchpad.net/~jtv/launchpad/bug-836743/+merge/73267 === salgado-lunch is now known as salgado [17:26] gary_poster: my tweak to the test is at: lp:~jameinel/bzr/2.3-gary-bug835035 if you want to look at it. It is in PQM now. [17:31] jam, cool, thanks. I thought about that but was lazy, I guess, since the code & checks of test_add_fallback_doesnt_leave_fallback_locked subsumes test_add_fallback_repository_rejects_incompatible (maybe unless we asserted in test_add_fallback_repository_rejects_incompatible referring was not locked?); but I can see the point of dividing them. [17:33] gary_poster: well a few things [17:33] 1) We don't need to make the 'test' repository [17:33] just test the actual repository we are going to use :) [17:33] 2) Your new test is strictly a superset, yes [17:34] However, I thought it would be good to have an explicit test of the different behavior [17:34] jam, ah, yes, I hadn't noticed # 1! [17:34] gary_poster: yeah, you didn't write that code [17:34] yeah, like I said, I see where you are coming from with #2 [17:34] we *do* have to 'make_repository' because RemoteRepository infers its format over the wire [17:34] it isn't known until we query it [17:35] but once is enough [17:35] right === dpm is now known as dpm-afk === salgado_ is now known as salgado === luke-jr_ is now known as luke-jr [18:53] lifeless: So I assumed TwistedJobRunner.runJobInSubprocess always returns a Deferred, but sometimes it returns None. Is it better style to fix the callsite by calling maybeDeferred, or the method by making it always return a Deferred? [18:54] lifeless has gone away. [18:54] Or at least wgrant tried to get him to go away. === beuno is now known as beuno-lunch [19:26] hi abentley [19:26] bac: hi. [19:26] nigelb: :-) [19:26] abentley: would you have time for a call on a weird OOPS re: recipes? [19:26] bac: Okay. [19:27] abentley: skype ok? [19:27] bac: sure. [19:27] abentley: it is about bug 828914 [19:27] <_mup_> Bug #828914: +request-daily-build oops with an AttributeError: 'NoneType' object has no attribute 'published_archives' < https://launchpad.net/bugs/828914 > === beuno-lunch is now known as beuno === matsubara is now known as matsubara-afk [20:28] flacoste: fancy a review? https://code.launchpad.net/~adeuring/launchpad/test-hwsubm/+merge/73294 [20:28] adeuring: sure, i'm on it [20:36] adeuring: just FYI, Lucid is also affected, we have very few valid Lucid submissions, and I guess they date from before the problematic checkbox changes [20:36] flacoste: right; I'll check a few lucid reports too [20:37] adeuring: do we have hwdb integration tests? If we do, is it worth adding one for a problematic report? [20:37] flacoste: right, I am aware that such a test is missing -- the main point is: I am too tired to write one today... [20:38] adeuring: but do we have such tests already? [20:38] flacoste: only one or two: for correct data and for "trivially wrong data", IIRC [20:38] adeuring: ok [20:39] adeuring: r=me with the note that Lucid and later are affected, and with a reference to the bug report [20:40] flacoste: ok, thanks [21:23] how can we have valid person without a preferred email address ?!? [21:28] flacoste: we can't? [21:28] or perhaps better put, we shouldn't [21:29] thumper: i thought we couldn't actually [21:29] I thought we couldn't either [21:39] seems that this assumptions still hold [21:39] i was mistaken by a bad bug comment [22:56] Project devel build #1,009: STILL FAILING in 4 hr 50 min: https://lpci.wedontsleep.org/job/devel/1009/ [23:03] * wallyworld has to go out and run some errands