[13:10] bac, wgrant fixed the emergency bug, yay! I'm going to try and qa the fix, and then I'll be available. [13:12] Maybe we can divide up some tests then. I saw your email--I'm glad it was easy to fix those [13:16] benji, what's the gmail trick for infinite email addresses? gary.poster-foobar@gmail.com, was it (a hyphen and an additional string)? [13:16] here we go http://landonsheely.com/post/751726222/google-mail-aliases [13:16] gary_poster: plus instead of hyphen [13:16] (qmail uses hyphen) [13:17] thank you [13:17] ! [13:17] np [13:17] now you too will being to hate sites that think they know how to validate email addresses and won't let you have a plus in the mailbox part [13:18] heh [13:27] bac, benji, looking at kanban now, call in 3 [13:54] being unable to subscribe anyone on qastaging because of timeouts puts a real cramp on my ability to do qa :-/ [13:56] gary_poster: since you put the SSD in your MBP do you ever see it not recognized at boot? kind of disconcerting. [13:56] bac, no. Then again, this is my wife's MBP and she doesn't reboot much at all. [13:57] it's also a hybrid actually [13:57] the only true ssd we have is on my MBP, and is Apple-installed [13:58] (and I have not had any problems with it so far) [13:59] ah, ok [13:59] upon a second reboot it is recognized so it isn't a real problem just a mild shock every time it happens [14:01] I've been considering an SSD, it sounds like you guys like yours. [14:07] benji: yeah, i do [14:08] benji: it's the kind of thing that you being to take for granted though. mostly notice how fast it boots, which isn't often, but everything else is just quicker [14:08] s/being/begin [14:08] yeah, I really like the SSD [14:08] bac: which drive do you have? I've been leaning toward the Intel line. [14:22] i leaned towards intel but then bought the OWC [14:22] it was highly rated at the time [14:23] i got the 256G [14:59] bac, benji, devel now has the branches that we have been working from (~gary/launchpad/direct-personal-subscription-actions) so you should be able to update devel and merge and then no longer worry about that old branch as a dependency [14:59] cool [14:59] gary_poster: great [15:05] bac, ok, those tasks took longer than I expected, but unless I hear back about a problem, I'm ready to go. Should I take some of the test writing from you, or leave you alone and find something else to do? [15:06] gary_poster: i'm working tests for make_action_link [15:06] cool, that's the biggie [15:06] gary_poster: feel free to pick another [15:06] gary_poster: you know better than me the other areas that need tests. [15:07] so if i can concentrate on that one function and you can begin to provide coverage for the others that would be great [15:07] heh, ok. I'll branch lp:~bac/launchpad/me-talk-pretty ? [15:09] bac ^^ [15:11] just a sec [15:12] gary_poster: lp:~bac/launchpad/subscription-tests [15:12] but not just yet, still pushing [15:12] oh ok cool thanks [15:12] and, ready [15:15] got it, thank you [15:28] why oh why does FF4 keep crashing with an "out of memory" error? [15:30] :-( [15:31] bac, I'm going to tackle the python bug.py "subscribe" test, fwiw [15:31] gary_poster: ok [15:33] hi gary_poster [15:34] hey Ursinha [15:34] gary_poster, I know matt already answered your email, but I'll be around this week [15:34] and next :) [15:35] Ursinha, oh ok, cool. I thought you guys had some holidays. So having the doc ready for your Monday morning sounds good then? [15:35] I didn't know you are expecting a new family member :) congratulations in advance for that :D [15:35] gary_poster, yes, sounds perfect [15:35] thank you for the congratulations Ursinha :-) [15:35] :) [15:35] thanks for letting me know and ttyl [16:00] * gary_poster writing tests for reveal_direct_description_actions now, bac [16:11] gary_poster: ok [16:22] I love bzr uncommit. [16:26] * gary_poster had forgotten about bzr uncommit, and wanted it [16:33] gary_poster: have you got test set up for reveal_direct_description_actions? [16:34] if so, could you paste it so i can steal as i need it for testing make_action_link [16:35] bac, yes. I refactored it a bit though for easier and more contained testing, so it may not be what you are looking for. You might be more interested in test set up for get_direct_subscription_information()? [16:35] m_a_l on success currently calls r_d_d_a [16:36] my test fails b/c my LP isn't properly populated [16:36] i thought if there was boiler plate values i'd steal them [16:36] do i need to merge your refactoring? [16:38] bac, merge: yeah, eventually, but I think there will be at worst one small conflict. http://pastebin.ubuntu.com/596594/ is what I have right now fwiw but it is not yet passing or complete. LP not properly populated: ...looking [16:40] bac: LP not properly populated: try tests of show_subscription_description [16:40] that passes in LP stuff [16:40] but you might be able to run with a lot of that data [16:40] thx [16:40] for what you need [16:40] np [16:46] gary_poster: thanks for the pointer. progress made. [16:47] bac, awesome [16:54] gary_poster: things are winding down on the Chrome help link bug fix and I'm looking at next tasks: the cleanup & bugfix cards look like the best candidates; do you have any other suggestions? [16:54] the sample data update is high priority [16:54] yeah, it's also very easy. lemme look at board. [16:56] benji, yeah, I think cleanup and bugfix. We should be ready for subdivide 2's green card by tomorrow morning, I hope (i.e., done with unsubscribe in anger except for bugfixes), but not yet. sample data is a good initial choice. Let me see if I can get the instructions for you... [16:57] cool [17:00] benji, here's the crux: https://pastebin.canonical.com/43604/ needs to be applied to all sample data databases. This is supposed to be the instructions (https://dev.launchpad.net/Hacking#Sample Data), but I'm finding them a bit lacking. You can take a look while I click around some more... [17:00] https://dev.launchpad.net/Hacking#Sample%20Data [17:01] benji, I am 80% sure that you need to apply that patch to launchpad_dev [17:01] and then run make newsampledata [17:02] gary_poster: define "launchpad_dev" [17:02] benji, you may also want to apply it to launchpad_ftest_playground [17:03] benji, launchpad_dev is the name of the PG database, as viewable with psql [17:03] The page linked to from the Hacking page (https://dev.launchpad.net/PolicyAndProcess/DatabaseSchemaChangesProcess) is not exactly pertinent but seems more complete. In particular, [17:04] I think you want to move newsampledata.sql to current.sql and move newsampledata-dev.sql to current-dev.sql . The Hacking page only describes the first of those [17:05] k, reading [17:06] benji, if this proves to be problematic/annoying at all, please shelve it until Danilo returns, because I know he's familiar with the ins and outs of this. Maybe bac knows too, and there are probably others, but Danilo has been the person I've turned to so far for this stuff. [17:06] k, I won't bang my head too hard on it [17:07] cool [17:07] fwiw, my guess as to steps would be this: [17:07] psql launchpad_dev [17:07] within psql, paste the sql [17:07] commit [17:07] oops, step 0: run make schema [17:07] so you have a pristine state [17:08] then do psql launchpad_dev; paste the sql from danilo's pastebin; commit [17:08] leave psql [17:08] run make newsampledata [17:08] and see if the diffs between the pertinent files look promising (filters have been added) [17:08] stop. [17:08] benji ^^ [17:09] oh, well, not stop: commit the changes and make a branch and get a review and all that stuff :-P [17:09] :) [18:14] bac, lp:~gary/launchpad/direct-personal-subscription-actions-subscribe has all my tests so far, if you want to merge (tests pass for me). I'm going to write really simple tests for the *_action functions. Then with your tests for make_action_link we'll be done [18:14] I'm trying to figure out what "really simple tests" are ATM :-P [18:56] bac, you did see LPClient and how we use it for tests, yeah? [18:57] gary_poster: yes, i saw in the old tests. have not grabbed your new branch yet [18:57] bac, yeah I just meant in the old tests. The tests I just pushed don't use it [18:58] but I'm wondering if I need to use it for testing the *_action functions. [18:58] so I'm playing with it again [19:11] gary_poster: i've merged your changed and pushed with my stuff back to lp:~bac/launchpad/subscription-tests [19:11] pretty rudimentary m_a_l tests right now [19:11] great bac. on team lead call. [19:28] off team lead call. [20:15] bac, I just pushed another version. This has all of the tests for the *_action functions. lp:~gary/launchpad/direct-personal-subscription-actions-subscribe [20:16] ok [20:16] In order to test the function names and arguments being passed to named_post I am testing a bit of your function by the way, but never directly. [20:17] gary_poster: you have a sec to talk briefly? [20:17] sure bac [20:17] Skype me when you are ready [20:17] * gary_poster wonders how big this branch is now [20:17] gary_poster: I /think/ this is a good sampledata change: http://pastebin.ubuntu.com/596659/ but there are a few changes that I wouldn't expect [20:34] benji, heh, yeah, I think that's common with sampledata changes [20:35] k; I'm running with it, so we'll see how it it fares in ec2 [20:35] +1 benji [20:36] I'm assuming that the other changes in there (registrant, for instance) are from db changes that didn't get sampledata updates, and didn't need them for some reason (quite possibly because the changes were effectively made on the fly in db patches for dev instances) [20:39] doesn't it feel backwards to be using a language in which you need help to do things like this the right way? http://wolfram.kriesing.de/blog/index.php/2008/javascript-remove-element-from-array [20:39] :-/ [20:40] yeah, I remember being flabbergasted by the round-about approach you have to take when I first tried to remove an item from a list in JS [20:43] splice feels like a perl operator that somehow jumped into javascript [20:58] gary_poster: do the tests all pass in your branch? [20:59] bac, yes, though there are some complaints that I just noticed as I was about to move to something else [21:00] gary_poster: these? [21:00] Error: Programmer error: unknown bug notification level: undefined [21:00] bac, yes, going to fix those [21:00] tests still pass though [21:00] great [21:08] gary_poster: shall I start writing the feature delivery page or one of the cleanup cards? [21:09] bac, I just pushed a one-line fix [21:09] benji, good question. [21:09] lemme look at cards [21:10] benji, if you are up for writing feature delivery page, that would be great [21:10] the other options are some bugs [21:10] the kanban boards needs a tarot theme to liven things up [21:10] bug 761257 [21:10] <_mup_> Bug #761257: Advanced subscription overlay for direct subscriptions does not handle unsubscribing teams < https://launchpad.net/bugs/761257 > [21:11] bug 753000 [21:11] <_mup_> Bug #753000: NotOneError caused by duplicate stuctural subscriptions < https://launchpad.net/bugs/753000 > [21:11] are high on my list [21:11] tarot theme: heh, that would be nice [21:11] customizable would be cool [21:11] we can change colors [21:12] now [21:12] I'm up for the writing. It may end up being a group effort of course, but if it needs to be done by EOD tomorrow, then I'd like to start it now and at least get it started [21:12] make halloween shades of orange and black [21:12] benji, it needs to be done by EOD Friday. I wasn't quite sure how to indicate that [21:12] I guess Monday would be clearer [21:13] did you see the example page I pointed to, benji? [21:13] I keep thinking today is Thursday for some reason. [21:13] heh [21:13] yep [21:13] cool [21:13] yay for it not being Thursday...at least from this perspective :-) [21:14] benji, bug 424849 is done; it has a complicated state. I'll download it to you when you get there, or write it myself at some point in the future [21:14] <_mup_> Bug #424849: Launchpad should batch attachment notification emails < https://launchpad.net/bugs/424849 > [21:15] k [21:15] * gary_poster didn't take much of a lunch, and is feeling the lack [22:00] gary_poster: do you know how much of the items that were more-or-less fully reviewable were fully reviewed last time? [22:00] I've been marking each as either having been reviewed or not, but I've realized that I can only guess, and even if it was, they may want to re-review to get a wholistic view [22:01] benji, I don't. I'd include them in the list as is (or modified as needed, whatever) with a note at the beginning of each one that they were already presented. [22:01] "presented" good word [22:01] if you change your word from "reviewed" to "delivered" or "presented" then maybe you will be fine? [22:01] cool [22:08] OK, I'm hot on the trail of my bug, but it's time to quit [22:08] bac, how goes the test writing? more concretetely, do you feel comfortable that we'll be able to get this branch in review tomorrow morning? [22:09] gary_poster: pretty good. yes we'll be able to go into review then, unless i've missed something big [22:09] awesome bac. I expect you haven't. [22:09] OK, have a great night everyone [22:10] l8r