[00:05] davecheney: bug 1134959 [00:05] <_mup_> Bug #1134959: worker/uniter: multiple test failures < https://launchpad.net/bugs/1134959 > [00:16] davecheney: aroun? [00:16] around, that is :-) [00:24] arosales: two secs [00:24] still on the phone [00:24] thumper: thanks [00:25] davecheney: thanks [00:30] davecheney: when you are free I am using a the following for hpcloud in the environments.yaml file: http://pastebin.ubuntu.com/5572190/ [00:31] and I am getting the error error: secret-key: expected nothing, got "" === wedgwood is now known as wedgwood_away [00:38] davecheney: I have tried variations of adding in "tenant-name" and "region" with no sucess [00:38] *success, that is. [00:39] I did get AWS to bootstrap though and deploy wordpress/mysql [00:41] arosales: just finishing up [00:44] arosales: tip: remove secret key [00:44] it isn't used in our juju [00:44] i think it was optional in 0.6 [00:45] access key too? [00:45] arosales: I usually let those flow through from sourceing .novarc [00:45] davecheney: I am not sourcing a novarc file [00:46] so I think I need them somewhere [00:48] davecheney: aws set up worked, with the keypair access set up. Specifically putting in my access-key and secret-key embedded in the environments.yaml file. [00:48] its just hpcloud environments.yaml file that is giving me guff. [00:49] arosales: ok, you have my complete attention :) [00:49] :-) [00:50] tldr I can't get hpcloud environment.yaml to work with go-juju [00:50] i've only tested against canonistack, and I let the valyes flow throught from sourceing my .novarc [00:50] my env.yaml for hpcloud is @ http://pastebin.ubuntu.com/5572190/ [00:50] lets see what I am missing [00:50] arosales: if you have the latest go juju you can run "juju generate-config" and it will give you a boilerplate file [00:50] wallyworld_: thanks, I also tried using that template [00:51] ^ what wallyworld said [00:51] but no go [00:51] you should just havve needed to change the auth url [00:51] worked for me anyway [00:51] wallyworld_: and add in my credentials [00:51] what version of juj you running? [00:51] wallyworld_: I agree, but alas no bootstrap [00:51] arosales: i just source a nova rc for that so they come from env vars [00:52] wallyworld_: 1.9.9-2~923~quantal1 [00:52] ok, latest version then [00:52] wallyworld_: davecheney: so it is a requiment to source a novarc then? [00:52] and if not get breakage? [00:53] no, but if not, you need to have env vars set or edit the yaml [00:53] arosales: sorry, you've probably done this already, can you paste the output when you do [00:53] juju bootstrap --debug -e '$YOURENV' [00:53] wallyworld_: I got those creds in the yaml directly [00:53] ok [00:53] you can use paste.canonical.com for more private stuff [00:53] incl region and tenant etc? [00:54] let me sanitize the output real quick [00:55] davecheney: [00:55] $ juju --debug bootstrap -e hpcloud [00:55] 2013/02/27 18:53:59 JUJU environs/openstack: opening environment "hpcloud" [00:55] 2013/02/27 18:53:59 JUJU juju bootstrap command failed: secret-key: expected nothing, got "" [00:55] error: secret-key: expected nothing, got "" [00:56] remove the secret-key line from your enviornment.yaml [00:56] you may have to remove others [00:56] arosales: can you pastebin your yaml - it seems out of date [00:56] did generate-config generate this config ? [00:56] or is this an old one that used to work with 0.6 [00:56] davecheney: if I remove the secret key how do I authenticate? [00:56] secret-key is a noop in our juju [00:56] wallyworld_: http://pastebin.ubuntu.com/5572190/ is my latest env.yaml I made from the boilerplate [00:57] arosales: you sure? [00:57] davecheney: I tried my config from juju-py and it didn't work so I tried with the boilerplate [00:57] wallyworld_: yes :-) [00:57] ah ok, did you replace the admin-secrect with redacted? [00:57] wallyworld_: I am crazy most the time, but I just did this ;-) [00:58] it should have been a random nmber of sorts [00:58] wallyworld_: correct, I don't want to post my keys in the public ;-) [00:58] wallyworld_: I did get aws bootstraped, just hp giving me issues. [00:58] auth mode should be userpass i think [00:58] arosales: go juju does not use the secret-key configuration item [00:59] you have to remove it [00:59] wallyworld_: for authmod = keypass ? [00:59] arosales: i don't thikn goose supports that either [00:59] the only methods it supports is legacy and userpadd [00:59] userpass [00:59] arosales: what i meant before was that i think an earlier version of the boilerplate did have "redacted" in it [00:59] davecheney: so this is a bug then [00:59] davecheney: I think what you are telling me is I need to have my keys in a novarc, and it _can't_ be embedded in the env.yaml [01:00] arosales: authmode should be userpass [01:00] correct? [01:00] keypair is not supported yet [01:00] for openstack [01:00] really? [01:00] :-( [01:00] not a bug, just not supported [01:00] most folks use keys [01:00] bug for 13.04 by default [01:00] at lest in my opinion [01:00] arosales: I will raise a bug [01:00] you are correct [01:00] the way the configuration works is [01:01] most items in ~/.juju/environments.yaml [01:01] davecheney: I can open the bug, I just wan't sure if it was pilot error [01:01] arosales: its just that we have not ad the resources to get to it yet [01:01] will take values from ENV values if they are missing from the yaml file [01:01] wallyworld_: understood, I just wanted to ask more folks to use go-juju and ran into this [01:02] should be noted in the release notes. [01:02] under known bugs [01:02] arosales: I will make sure it is noted in the next release notes [01:02] userpass works ok with hpcloud :-) [01:02] wallyworld_: ok, I"ll give that a try later tonight [01:02] wallyworld_: davecheney thanks for the help [01:02] davecheney: would you like me to open the bug [01:02] hence we needed to get other stuff working first :-) [01:03] arosales: yes please [01:03] davecheney: will do [01:03] I'll get that logged later tonight. [01:03] * arosales needs to attend to some daddy duty [01:03] arosales: also, i found a showstopper yesterday which we are fixing asap - go juju won't be able to deploy to hp clound until fixed, even once you get your env sorted [01:03] ah, ok [01:03] * davecheney thinks he knows what that one is :) [01:04] wallyworld_: could you give me a ping when that lands in the ppa? [01:04] or even to the juju list would be better [01:04] arosales: sorry :-( still a work in progress, trying to get it done asap [01:04] arosales: sure, no problem. aiming for next release hopefully [01:04] arosales: there is a juju-core-daily ppa [01:04] wallyworld_: thanks [01:04] which you can use if you're super keen [01:04] arosales: thanks for your patience also, and sorry for the issues [01:04] davecheney: I may have to use that to get the fix [01:05] wallyworld_: no worries part of trying out bleeding edge :-) [01:05] thats part of the fun right? [01:05] oh yes, very bleeding right now [01:05] * arosales has to run [01:05] later fellas [01:05] be back online later tonight though [01:05] thanks again [01:05] ok, see ya === arosales is now known as arosales-afk [01:05] arosales: thanks for being a beta tester, i'll buy you a chocolate or a teddy bear in Altanta as a boobie prize [01:06] davecheney: so about that mp.... [01:06] wallyworld_: sorry, a lot has scrolled off the screen [01:06] yeah :-) np [01:07] [09:53:17] davecheney: hi, a quick clarification on your concern about returning an unexported error [01:07] [09:53:38] i coped the pattern used already in the state package for notFoundError [01:07] [09:54:25] i guess the original author didn't want people to access anything other than Error() ? [01:07] [09:55:24] that fact that we don't need the error exported (it's not used anywhere) - does that imply it can stay as is for now? [01:07] ahh,yes [01:07] sorry [01:07] np [01:07] ok, as I understand it [01:07] if you return a private type, with a public Error method [01:07] that satisfied the error interface [01:08] but callers may not be able to use a type asserting to tell what kind of error it is [01:08] davecheney: there's a helper mthod for that [01:08] IsNotFound() [01:08] IsUNauthorised() [01:08] having said that, it looks like the method was doing the wrong thing [01:08] in which case, it does not help to comment that the type of the error will be x (little x, not exported) becuase there is nothing that can be done with that information [01:09] maybe in return you could replace the text with a hint to pass the error to IsNotFound(err) [01:09] that was all I ways saying in that comment [01:09] returning unexported errors is something that gets on peoples' goat in the stdlibrary [01:09] for example, errClosing [01:10] davecheney: yeah, understood. i have no firm opinion being a Go noob. i was just being consistent with what was already done by someone else for notFounfError [01:10] so i was going for consistency [01:11] ok, lemmie review again, if you've already got 2 LGTM, then don't wait for me [01:11] davecheney: i don't mind waiting - if there's an idiomatic issue like htis, i'd rather get it sorted instead of having the wrong thing cargo culted. as it is, i copied what was there before [01:12] i assumed that it was done the right way previously for notFound [01:12] ok, bio break, then review [01:12] davecheney: ok, i have to run an errand, back in a bit and will look [02:17] wallyworld_: re your CL [02:17] the previous type, ErrUnauthorized was exported [02:18] i'll put my comments in the review [02:46] davecheney: it was, but only because it was a var. the other error commonly used in state package, notFoundError, was not exported. [02:46] the implementation has changed from a var to a type, and there's a helper method used to discriminate the error type [02:47] there already is a helper method in the MP too - IsUnauthorised() [02:48] so, i'll add the comment as requested. thanks for looking [02:49] wallyworld_: SGTM, either of those choices is fine [02:49] ok, np. thanks. i just wanted to be 100% sure you were happy [02:49] no, thakn you [02:50] this isn't the end of the world [02:50] but its nice to go the extra mile [02:50] there's a fair bit of inconsistency in places [02:50] and then it gets cargo culted [02:50] do you want to raise an issue for the worst offenders [02:50] otherwise i fear they may never be addressed [02:51] * davecheney appologises for sounding like a issue whoring broken record [02:51] i used to work for an issue tracker company [02:51] i have no real concrete examples - but as i find them again i should keep a list [02:51] it's just a general perception [02:51] and it was beaten into me that if there was no issue, it didn't happen [02:51] yeah agreed [02:51] i'd like it if you kept that list in an issue [02:51] or at a minimum google docs [02:51] sure. [02:51] on your own workstation isn't helpful [02:52] some of it could be contentious eg error handling [02:52] i have a philosophical difference in opinion with a few others i think [02:53] even more reason to flush it out into the open [02:53] a list also would determine if my perceptions are real [02:53] perhaps there's not much to it [02:55] * davecheney shrugs [02:55] i dunno how much there is [02:55] but setting a precident now is important [03:09] thumper: excellent proposal [03:09] i was going to propose something like that myself [03:09] davechen1y: I was just about to ping you about it :) [03:09] just a little editing and the help one is following [03:14] thumper https://bugs.launchpad.net/juju-core/+bug/1134959 [03:14] <_mup_> Bug #1134959: worker/uniter: multiple test failures < https://launchpad.net/bugs/1134959 > [03:15] how come I didn't get a notification about this one ? [03:15] i'm listed as the bugmaster on this project [03:15] or, to put it another way [03:15] how can I change things so I get all notificatoins for all bugs on juju-core [03:15] I'm not sure... [03:15] you should have [03:15] sure you don't have some weird ass email rules? [03:15] i have no email rules [03:15] i hate thunderbird so much [03:16] i'm not going to give it the satisfactoin of asking it to take on more responsibility [03:17] ok, think I fixed it [03:17] i was sure the entire gophers team was subscribed [04:40] thumper: do you have a copy of juju tools for precise compiled from tip you can share with me? [04:42] actually, never mind, found some i think [05:19] wallyworld_: question for you if you are free [05:19] sure [05:26] wallyworld_: are there any other package requirements for running go-juju other than juju-core? [05:27] I retract that question I was able to get AWS deployed, so I think I have the requirements meet [05:27] \o/ [05:27] hp still giving me some issues [05:27] yeah, i found problems with jujud and other things, working on fixing now. sadly, hp cloud runs a different version to canonistack = problems [05:29] wallyworld_: any idea what this error means [05:29] 2013/02/27 23:29:06 JUJU juju bootstrap command failed: cannot find tools: no compatible tools found [05:30] arosales: you need to specify --upload-tools when using bootstrap as there is no well defined public bucket yet like for ec2 [05:30] so for now, when testing, we just upload our own copy [05:31] there will ultimately need to be a public place where the tools tarball lives which everyone shares [05:32] wallyworld_: is there a test bucket I can use? [05:33] I am thinking I need to state something to the effect "juju --upload-tools bootstrap -e hpcloud" [05:33] not that has been setup. if you use --upload-tools, it just puts a copy in your control bucket, around 2Mb i think [05:33] just "juju bootstrap --upload-tools -e hpcloud" [05:34] if you specify a public bucket url in your yaml, it will use that [05:34] but that implies the tools have been pre-uploaded separately [05:34] which we will do at some point [05:34] and publicise the public bucket url, like for ec2 [05:35] but for now, the above bootstrap command does the job [05:35] bear in mind, bootstrap will fail for other reasons, currently being fixed [05:35] gotcha [05:35] interesting how this didn't parse [05:36] $ juju --debug --upload-tools bootstrap -e hpcloud [05:36] error: flag provided but not defined: --upload-tools [05:36] but you way did [05:36] maybe that neds to go at the end [05:36] ? [05:36] yup, worked when I did it your way, odd it parsed it correctly when at the end [05:36] yeah, odd i agree [05:36] so it looks like I need have Go in my path? [05:36] error: cannot upload tools: build command "go" failed: exec: "go": executable file not found in $PATH; [05:37] ah, you need the juju-core source and go to build the tools. hang on, i'll give you a url from which yo can download the tools tarball and upload manually to your hp cloudcontrol bucket [05:38] you running precise or qantal? [05:38] quantal [05:38] http://juju-dist.s3.amazonaws.com/tools/juju-1.9.9-precise-amd64.tgz [05:38] sorry, subst quantal in there [05:39] upload the tarball to a tools dir in your control bucket [05:39] in the gophers ppa I see "golang-stable" and "cobzr" do I need those? [05:41] cobzr is for if you are doing devel work [05:41] golang is Go itself [05:47] * arosales looking for hp cloudcontrol bucket . . . [05:48] arosales: i think i had to create mine manually, using the yaml control bucket vaue as the name [05:48] if you tried bootstrap once, it may have made it for you already though [05:49] wallyworld_: I should see that in the object store for region 1, correct? [05:49] depends on the region in your yaml but yes [05:50] it is for me [05:50] ah yes, given I am trying to work in region 1 [05:51] I don't see one there so sounds like I need to make one with the name in my env.yaml [05:51] arosales: fyi, my control bucket is juju-e802cb1c2e3ab47e3e4a1071cef25a9c [05:51] you may be able to see that one [05:53] depending on your credentials [05:55] * arosales uploading . . . [05:59] hrm, still getting the cannot upload tools error [05:59] http://pastebin.ubuntu.com/5572611/ [06:01] * wallyworld_ looks [06:02] arosales: unless you have the dev stuff installed locally, you need to upload manually the tarball and bootstrap without the upload tools flag [06:02] upload-tools is more of a dev option [06:03] ok, I uploaded manually so I'll drop the upload-tools option [06:05] wallyworld_: closer, but still not finding the tools [06:05] http://pastebin.ubuntu.com/5572619/ [06:06] arosales: you uploaded quantal tools right? check you yaml and see if there is a default-series value in there [06:06] if it says precise, you need to comment it out [06:07] you also need to change the image id to a quantal one [06:07] and I do have a object store container in az1 matching my control bucket in my env.yaml with juju-1.9.9-precise-amd64.tgz in it [06:07] 75839 from memory [06:07] oh, so you have uploaded a precise tarball? [06:07] i thought you were running quantal? [06:07] I do have default-series: precise in my env.yaml but my client is quantal [06:07] do they need to match [06:07] no [06:08] as long as default-series = tools tarball = image type you should be ok [06:08] correct I uploaded the precise tar file when I noticed my yaml had the default series for precise [06:09] hmmm. not sure why it is complaining. did you upload tarbal to a tools container in the bucket? [06:10] ah I don't have it under a tools dir [06:10] that would do it [06:13] wallyworld_: nice catch on the missing tools dir, my bad. That does get me closer [06:13] http://pastebin.ubuntu.com/5572624/ [06:13] looks like it has m1.small [06:14] I think for HP that needs to be standard.small, right? [06:14] arosales: yeah, that has been changed, but may have missed the 1.9.9 release [06:14] you now specify the flavour in the yaml [06:15] using default-instance-type [06:15] via default-instance-type: standard.small [06:15] ok [06:15] but it may not be in the 1.9.9 release [06:15] that is deprecated btw, until we get constrainst further progressed [06:16] seem it didn't like that yaml parameter [06:16] http://pastebin.ubuntu.com/5572629/ [06:16] I can untar the precise yaml and correct [06:17] arosales: the code to process it may not have made the 1.9.9 release [06:17] so you might be out of luck until the next drop [06:17] ah there is just an executable in that tar file [06:18] yes, jujud [06:18] ya looks to be that way [06:18] :-( [06:18] sorry [06:18] so close but yet so far [06:18] go juju works for ec2 [06:18] we wanted to try some scale testing on HP [06:18] close for openstack, but we only *just* finished the core code and are sorting out the final bits and oieces [06:19] i'm really hopeful we'll be there for next release [06:21] Looks like 1.9.10 is expected on march 9 if all goes well [06:22] wallyworld_: thanks for your time and help. I was going to write this up and send it out to folks wanting to deploy on HP cloud. But I'll wait for that once the control tools are ready [06:23] wallyworld_: would you suggest I use the daily ppa? [06:24] arosales: no problem, i'm just sorry we're not quite there yet. the daily ppa would have all the latest fixes in it (and maybe also bugs). but i can't be worse than now right [06:24] s/i/it [06:24] you still won't be able to get a system fully working though [06:24] still some more things to sort out [06:25] ok, perhaps it is best to wait for 1.9.10 then [06:25] btw, do you have a pointer to the daily? [06:25] not handy but i can find it [06:29] arosales: https://code.launchpad.net/~dave-cheney/+recipe/juju-core-daily [06:29] from there you can grab the one you want [06:31] wallyworld_: thanks for link, and thanks again for your time to help me step through the openstack setup for HP. Much appreciated [06:31] no problem at all, please to help. [06:31] hopefully next time we talk thiings will be working :-) [06:32] wallyworld_: do you want me to open up a bug on the control file needing updated to have standard.small? [06:32] arosales: no, already fixed :-) [06:32] just not in the release yet [06:32] ok [06:33] gotcha, enjoy the rest of your day. [06:34] you too, almost wine o'clock here :-D [06:39] nice [06:45] I guess if I were to try the daily on HP I would need a matching control bucket tar file, which probably isn't available just yet . . . [07:02] correct [07:03] but you can get one from ec2 [07:03] no [07:03] i don't think we upload the daily tarballs [07:50] yup, I didn't see one on ec2 with the urls I tried. have a good evening wallyworld_ ttyl [08:11] morning gents [08:12] I am reverting to r942, because r943 and all following were committed with failing tests [08:12] fwereade: morning [08:13] dimitern, heyhey [08:13] dimitern, I has a grumpy: please run the full test suite before you submit [08:13] fwereade: I saw that bug report about failing uniter tests [08:13] fwereade: I *did* several times! [08:13] dimitern, frankly, please run it before yu even propose [08:13] dimitern, hm, that is odd then [08:13] fwereade: I always do [08:14] really odd [08:14] dimitern, sadly they're failing consistently for me in r943, and ok in r942, so I'm backing everything out until we can figure out what went wrong [08:15] fwereade: ok, I'll investigate what went wrong [08:15] mornin' all [08:15] rogpeppe: hiya [08:15] fwereade: yeah, i get a compilation failure in trunk [08:16] rogpeppe, a *compilation* failure? goose maybe? [08:16] rogpeppe: where? [08:16] fwereade, dimitern: it's pretty weird actually: [08:16] state/assign_test.go:5: cannot use &txn.Op literal (type *txn.Op) as type txn.Op in return argument [08:17] but that's on an import statement [08:17] rogpeppe: hmm [08:17] i'll blow away $GOPATH/pkg and see if it still happens [08:17] rogpeppe, huh, I didn't see that myself :/ [08:17] rogpeppe: what did you run? [08:17] dimitern: go test ./... [08:17] dimitern: in juju-core root [08:17] dimitern, rogpeppe: for form's sake, can I get a quick check of https://codereview.appspot.com/7422044 [08:18] fwereade: I run go test -i ./... && go test ./... in worker/uniter several times when I was changing the uniter tests (to compare timings) - all was fine [08:18] fwereade: I'm on it [08:19] dimitern, you didn't change the uniter tests in r943 -- that was the SetCharm branch [08:19] fwereade: hmm [08:20] fwereade: well, yes I confess i didn't run the uniter tests when I did setcharm stuff, because it was only in state/ and all tests there run fine [08:21] dimitern, IMO we should *always* be running the full test suite before we commit (really, before we propose) [08:21] fwereade: +1 [08:22] fwereade: go test ./... in juju-core/ you mean? [08:22] dimitern, we changed behavior in state -- anything that uses state *might* have been depending on something we changed [08:22] dimitern, yeah [08:22] fwereade: we should probably be running the live tests actually. [08:22] fwereade: ok, sorry, I promise I'll do that from now on [08:22] dimitern, thanks :) [08:23] rogpeppe, hmm, what's the point of the double then? [08:23] fwereade: i guess all my changes before were isolated enough so running the tests for what I changed was good enough [08:23] rogpeppe, if the double can't tell us when we've broken things I question its value [08:23] fwereade: it means that you get *some* confidence. but it doesn't run all the agents. [08:23] dimitern, it's a tempting idea, but it has a tendency to bite one in the ass ;) [08:24] rogpeppe: I have this failure in rpc: http://paste.ubuntu.com/5572797/ [08:24] dimitern: can you reproduce it (it works ok for me) [08:24] ? [08:25] rogpeppe: I just ran all tests (still running) [08:25] fwereade: that compilation failure only happens against go tip. something weird's up. [08:26] fwereade: i suspect a inlining bug [08:26] rogpeppe, grar [08:26] fwereade: i have an idea where it might lurk actually. [08:28] fwereade: instead of reverting everything, can't we just revert my setcharm stuff? [08:29] rogpeppe: running all tests again rpc was a PASS [08:29] dimitern: hmm, i'll have a look at it [08:29] some days, everything seems broken [08:29] but this time I have a build failure in store [08:29] # launchpad.net/juju-core/store [08:29] store/lpad.go:7: import /home/dimitern/work/go/pkg/linux_amd64/launchpad.net/lpad.a: not a package file [08:29] dimitern: that does seem weird [08:30] dimitern: it might be because you interrupted a compilation in an odd place, i suppose [08:30] dimitern: try blowing away that file and trying again [08:32] rogpeppe: that solved it [08:33] fwereade: before you revert all that, let me just check if reverting the setcharm cl will solve the issues [08:33] hmm, i think i've found where my compilation error comes from: func (@"".s·2 *@"".Settings "esc:0x0") @"".assertUnchangedOp () (? @"labix.org/v2/mgo/txn".Op) { return &@"labix.org/v2/mgo/txn".Op{ C:@"".s·2.@"".st.@"".settings.Name, Id:@"".s·2.@"".key, Assert:(@"".D{ 0x0:{ Name:"txn-revno", Value:@"".s·2.@"".txnRevno } }) } } [08:33] there's a spurious & in there [08:33] rogpeppe: that seems like the same cl [08:33] rogpeppe: my bad again :( [08:33] dimitern: the code looks fine though [08:35] dimitern, I kinda want to roll back to before that point [08:36] dimitern, I don't know wtf tim/ian/gustavo were doing committing their changes without running the test suite [08:36] fwereade: and after that we selectively reapply each CL to see were it failed? [08:37] dimitern, after that it's up to RUN THE TESTS and then maybe resumbit their code [08:38] dimitern, I am not exclusively grumpy with you, I am grumpy with everyone who committed to a broken trunk without reverting it [08:39] fwereade: fair enough, although I don't think it's fair for other people to suffer if i'm the one to blame (probably) [08:40] dimitern, you're the ultimate cause of the failures, but they're responsible for running the tests as well -- if something like this slips through again (which it will, someone will make some series-specific assumption) it should be the detector's responsibility to unbreak, notify the perpetrator, and submit on top of a *clean* trunk [08:41] fwereade: yes, you're right - they should've run the tests before landing after it was broken [08:42] fwereade: it might be even a good thing to put in the channel topic: RUN juju-core/$ go test ./... BEFORE EVEN PROPOSING A CHANGE :) [08:49] fwereade: hmm, it seems maybe I'm not the only one to blame, because reverting the setcharm CL and running the tests they failed in state/watcher/ [08:49] fwereade: FWIW proposing does a merge, so really you should merge trunk, *then* test everything [08:49] rogpeppe, what, people aren't already doing this? [08:50] rogpeppe, I guess not [08:50] fwereade: not necessarily before very propose. the problem is it can muddy the diffs [08:50] s/very/every [08:50] rogpeppe, if the diffs are muddied it's because the change to trunk has actually muddied the proposal [08:50] fwereade: I merge trunk before proposing ever since I had issues with MPs in LP with MAAS [08:51] dimitern, +1 [08:51] fwereade: i always merge before submitting, but not always before every re-propose [08:52] fwereade: otherwise you see big diffs between the different revisions in codereview, so people can't easily see what you've changed in response to their review [08:52] rogpeppe, first propose and final sumbit are the points at which I think there's no excuse [08:52] after reverting 943 I have this failure: [08:53] FAIL: watcher_test.go:285: WatcherSuite.TestDoubleUpdate [08:53] watcher_test.go:295: [08:53] assertNoChange(c, s.ch) [08:53] watcher_test.go:82: [08:53] c.Fatalf("watch reported %v, want nothing", got) [08:53] ... Error: watch reported {test a 4}, want nothing [08:53] rogpeppe, being a bit casual about midstream proposes is probably ok :) [08:53] all others pass [08:54] dimitern, would you have a quick look in the juju-core bugs? I suspect that is known but intermittent and rare enough that we haven't managed to track it down yet [08:54] fwereade: looking [08:55] fwereade: I cannot find anything similar, I'll file a bug [08:58] TheMue, https://bugs.launchpad.net/juju-core/+bug/1135442 [08:58] <_mup_> Bug #1135442: local storage test intermittent failure < https://launchpad.net/bugs/1135442 > [08:59] there it is bug 1135444 [08:59] <_mup_> Bug #1135444: state/watcher intermittent test failure < https://launchpad.net/bugs/1135444 > [09:00] TheRealMue, https://bugs.launchpad.net/juju-core/+bug/1135442 [09:00] <_mup_> Bug #1135442: local storage test intermittent failure < https://launchpad.net/bugs/1135442 > [09:01] dimitern, rogpeppe, TheRealMue: I'm about to submit https://codereview.appspot.com/7422044 [09:01] fwereade: how much history does it unwind? [09:01] fwereade: go for it [09:01] rogpeppe, about 5 revs [09:02] fwereade: i was wondering if it might be better just to unwind dimiter's change [09:02] rogpeppe, tim, gustavo and ian *all* committed with broken code [09:02] fwereade: but was it their code that was broken, or just the one merge that they committed on top of? [09:03] rogpeppe, if trunk is broken and you commit to it, you broke trunk too [09:04] fwereade: i guess so [09:04] there is the other rpc bug 1135452 [09:04] <_mup_> Bug #1135452: rpc: intermittent test failure < https://launchpad.net/bugs/1135452 > [09:06] rogpeppe, am I insane? I know I am pissed off but I *think* my judgment is clear here [09:07] rogpeppe, if the tests don't pass, it's not ok to commit [09:07] fwereade_: i'd probably just unwind the commit that causes the problem, but i know that's more hassle [09:07] rogpeppe, if someone else broke it, you don't get to say "meh, not my problem" and compound the issue [09:07] fwereade_: +1 [09:09] * fwereade_ submits === fwereade_ is now known as fwereade [09:18] now on to making things right again :) [09:20] dimitern, cheers :) === TheRealMue is now known as TheMue [09:26] fwereade: Oh, thx, will investigate. Have missed your notification. [09:27] TheMue, I think you just need to let the system pick the port for each test [09:27] fwereade: Yep, no constant value. [09:29] fwereade: To avoid the current troubles which rev shall I take? 942? [09:29] TheMue, I've reverted everything since r942 so yu should be good to go with tip [09:29] fwereade: OK, will do so. [09:33] rogpeppe, a thought re running live tests [09:33] rogpeppe, we do at least have tests for the userdata we send up with a new instance, right? [09:33] fwereade: well, some basic sanity checking, yeah. [09:34] fwereade: but it doesn't actually run anything [09:34] rogpeppe, if those checks are not sufficient to guarantee that the userdata still works, I don't think that's enough [09:34] rogpeppe, I understand we don't want to run things [09:35] rogpeppe, but is it not possible to figure out which bits can change (and how) and which bits can't? [09:35] fwereade: in the end, how can you test it properly without actually running it on the target machine? [09:36] rogpeppe, well, how much actually changes in the userdata from one machine to another? [09:36] rogpeppe, AIUI the bulk of it is identical; the bits that change surely do so in a predictable way, right? [09:36] fwereade: it's not the user data, it's the environment that the user data runs in. the *combination* needs to be tested, no? [09:37] fwereade: i'm not quite sure where you're going here [09:38] rogpeppe, I'm saying that if the userdata changes in a way we don't have good reason to believe to be sane, tests should fail [09:39] fwereade: i'm not quite sure what kind of check you're thinking of here. [09:39] fwereade: and if it such a check would actually have caught any of the actual failures we've seen in the past [09:42] rogpeppe, it appears that the only testing we actually have is as follows: http://paste.ubuntu.com/5572927/ [09:43] rogpeppe, do you consider this to be adequate? [09:51] rogpeppe, if yu said anything, I didn't see it [09:52] fwereade: i didn't - sorry, i didn't see your reply earlier. [09:52] fwereade: those tests should certainly be better [09:52] rogpeppe, I haven't seen anything since: [09:52] rogpeppe, it appears that the only testing we actually have is as follows: http://paste.ubuntu.com/5572927/ [09:52] rogpeppe, do you consider this to be adequate? [09:52] fwereade: i haven't said anything since then [09:53] rogpeppe, ok, cool, just wondered if stuff got stuck [09:53] rogpeppe, o you see my point, though? that we could do *much* better here [09:54] rogpeppe, and that the local tests ought if anything to be an over-sensitive canary for the live tests [09:54] fwereade: i'm sure that's true. however, would better tests there have caught any of the problems we've actually seen? [09:54] rogpeppe, they should fail so people know to run the live tests for verification [09:54] rogpeppe, are yu telling me that you have never written code which passes the local test suite but doesn't work in reality? [09:55] fwereade: i'm saying that the reason it failed would not have been caught by a simple script test. [09:55] fwereade: the important script tests are in cloudinit, which *does* check the scripts in detail. [09:56] fwereade: the idea of the tests in the individual providers is that they check that the right params were passed to cloudinit. they should definitely do better in that respect [09:57] rogpeppe, so you've written code that broke juju without changing the scripts... but have never written code that changed the scripts that didn't break juju? [09:57] rogpeppe, even if that is the case I don't think we can assume that everyone has so complete an internal ubuntu simulator [09:57] fwereade: when i wrote code that changed the scripts, the only way to tell if it will break juju is by running them live. [09:58] rogpeppe, how do you know when you write code that changed the scripts? [09:58] fwereade: when changing the actual scripts generation in cloudinit [09:58] rogpeppe, that's not the only time [09:59] fwereade: the other way is by changing the parameters in MachineConfig [09:59] rogpeppe, or changing config.Config [09:59] rogpeppe, or changing upstart, or cloudinit, or agent, or... [10:00] fwereade: all of those are tested by the environs/cloudinit tests, no? [10:00] rogpeppe, some of them may be [10:00] fwereade: which should test for the range of possible MachineConfig configurations [10:01] rogpeppe, is it not the case that individual providers construct their own MachineConfigs from scratch? [10:01] rogpeppe, and that any one of the could, say, forget to strip secrets? [10:03] fwereade: yup. i think perhaps the check in the provider should be check(userData, Equals, expectedMachineConfig.Render()) [10:03] rogpeppe, that sounds reasonable, I think, it closes the loop quite neatly [10:04] fwereade: that *still* won't find out real world problems though. we'd still need to run live tests before submitting, really. [10:05] fwereade: Got my fix done, but I've got 3 fails testing all. See http://paste.ubuntu.com/5572965/. [10:05] rogpeppe, although I think it would probably be even better if you did a MachineConfig-style output check on the stuff passed up to the instance though [10:05] rogpeppe, that way the test that fails will be at least close to the tests you need to run for verification [10:06] fwereade: you mean have the scripts literally in each provider? [10:06] TheMue, would you please: (1) verify they're intermittent (2) add bugs, mark them high (3) assign to likely people? [10:06] TheMue, I can take the filter test [10:07] fwereade: Will do so, yep. [10:07] TheMue, I suspect ian is a good candidate for TestPersistence in openstack [10:07] fwereade: OK [10:07] rogpeppe, is OpPutFile is your stuff? [10:08] fwereade: it was originally, though it's changed a bit since i last touched it i think. [10:08] * TheMue has to do a short break, bringing daughter to work. BIAB [10:08] rogpeppe, yeah, I think so [10:08] fwereade: it's enough of a pain changing the literal scripts inside cloudinit that i'm not sure doing it in many other places is a great idea. [10:09] rogpeppe, surely it is dwarfed by the effort of running each set of live tests? [10:10] fwereade: i'm not sure how it helps particularly. rather than check(userData, Equals, expectedMachineConfig.Render()), we've got check(userData Equals, someLiteralStringWhichWeNeedToChangeEveryTimeCloudinitChanges) [10:11] fwereade: if there's a bug in the generated scripts, it's in environs/cloudinit, not the providers themselves. [10:12] rogpeppe, nonsense [10:12] fwereade: assuming that the correct args are passed into MachineConfig [10:12] rogpeppe, the environs create the input data [10:12] fwereade: (which is checked by the suggested userdata test) [10:13] fwereade: surely it's cloudinit's job to turn the MachineConfig spec into an actual script? the important thing in each provider is not the exact form of the script but the spec that's passed to cloudinit AFAICS. [10:15] fwereade: if we find that cloudinit is generating the wrong script given some set of input params, we should add that set of input params to the cloudinit script tests. [10:16] rogpeppe, we should, yes; but we should also have some reason to believe that those scripts will run live [10:16] rogpeppe, the number of things that change the cloudinit output is potentially high [10:17] rogpeppe, if someone causes a change there, they should be running those actual changes live [10:17] rogpeppe, ...shouldn't they? [10:19] fwereade: any time the cloudinit tests need adjusting, we should run all live tests. in fact, anytime *anything* changes, we should run all live tests. the scripts are a very minor part of it. [10:23] rogpeppe, I agree that live tests should run regularly, but I don't think it's sane to impose that requirement in all cases... how long do the live tests take? [10:24] fwereade: about 17 minutes currently [10:24] fwereade: i do kinda see the point though - having the literal string as a "if it's different from this, you need to run the live tests". [10:24] rogpeppe, ok, could have sworn it was longer :) [10:24] fwereade: we could even use a hash of the output [10:25] fwereade: it feels like it takes forever :-) [10:25] rogpeppe, I think we need to be a bit smarter -- eg server certs/keys will change each time -- but in that case I'd check validity wrt the CA cert and leave it at that [10:25] fwereade: it would mean that noone could submit any branch that changed the cloudinit output without it first being checked live against all providers [10:26] fwereade: it's not that easy [10:26] rogpeppe, hmm, go on? [10:27] rogpeppe, my position is predicated on the idea that the few bits of the scripts that do change do so in predictable and checkable ways [10:27] fwereade: if you want to check cloudinit output *without* the certs, you have to break up the cloudinit in exactly the same way that environs/cloudinit does. that's a frikking pain [10:27] rogpeppe, nobody said good testing was easy [10:28] fwereade: it's not just a pain, it's an *ongoing* pain. [10:28] fwereade: because you need to search out the right bits to change every time the cloudinit output changes. [10:29] rogpeppe, I think that's better than an ongoing situation in which "go test ./..." doesn't take a position on whether or not the providers actually work [10:29] fwereade: this wouldn't either. [10:30] rogpeppe, ISTM that it would fail any time there's a risk of the live tests failing [10:30] fwereade: there's always a risk of the live tests failing [10:30] rogpeppe, ...and it being a direct result of changes just made [10:31] fwereade: can you give an example of a live test failure that this would have caught? [10:32] hi, i'm having a problem creating juju instances in openstack, i have to run /var/lib/cloud/instance/scripts/runcmd on each machine to make it work [10:33] fwereade: if we made the testing certs unchangable, things would be easier perhaps. [10:33] rogpeppe, let me turn that around: if secrets are in the environ config, a test should fail. if the state server certs does not match the key, or cannot be verified by the ca cert, a test should fail. if the machine agent is not invoked with the correct machine id, a test should fail [10:34] rogpeppe, the fact that we happen not to have broken any of these yet, as far as I am aware, does not impact the fact that they should actually be tested [10:35] fwereade: all those things sound like tests on the MachineConfig input itself rather than than on the generated script. [10:36] fwereade: perhaps there's a case for intercepting the render step to see what actually gets passed to cloudinit rather than trying the reverse-engineer the output [10:39] rogpeppe, if use of cloudinit is optional in the providers -- which it is -- I think we must resign ourselves to checking what the providers actually produce [10:40] fwereade: surely each provider can decide how best to check its user data? this is very much a provider-specific test. [10:41] optional in what sense? [10:41] mgz, in the sense that we don't necessarily have cloudinit available [10:41] that's... not the case? [10:42] mgz, maybe it's working in lxc now? it certainly wasn't a while ago [10:42] nothing functions at all unless cloudinit is present and runs [10:42] ah, lxc is special, and doesn't exist for go yet [10:43] mgz: it will soon :-) [10:44] mgz, anyway, rogpeppe just blocked a change of mine on the basis that cloudinit wasn't special [10:44] just using cloudinit for lxc too is probably simpliest [10:44] mgz, he's right about this, I think [10:45] mgz: at some point in the future we'll probably want juju to work under other systems without cloudinit (windows, for example) [10:45] mgz, it would be a bit weird to explicitly pass cloudinit-specific stuff into an environ when launching an instance [10:45] I'm not sure about that. [10:45] I have two thoughts: we have too much junk in the cloudconfig that shouldn't really be there right now [10:46] mgz, +1 on that, I think [10:46] but the generic stuff we'd just end up duplicating in something that looked very much like cloudinit if we didn't use it in a provider [10:46] mgz: +1 too (i'd be interested to know which bits you're thinking of particularly though) [10:47] mgz, this is why I'm so pissed off by MachineConfig in the first place [10:48] mgz, it takes all the totally generic scripts-we-must-run stuff and smooshes it into a cloudinit-specific form [10:48] fwereade: those scripts are generic enough to run under Windows? :-) [10:49] well, what do we mean by windows? [10:49] rogpeppe, at the moment we can't run the version of ubuntu we wanr [10:49] we're a long, long way away from being able to use windows as a machine type in juju [10:49] but that's not what we're talkinga about with azure [10:49] mgz: i though people were talking about "juju deploy activedirectory" as a possibility at some point [10:50] for azure, we basically don't control boot, but can get our ubuntu machine, then access it and do stuff, which can still be cloudinit [10:50] s/though/thought/ [10:51] I think "some point" should be clarified to not worrying about with detail design like this right now, it would entail changing... a great deal more than just this [10:52] fwereade: what's your branch, so I can catch up on the earlier discussion in the mp? [10:53] mgz, it's just a sketch, up at https://codereview.appspot.com/7396055/ [10:53] mgz, sadly the discussion happened live [10:53] live here, or live hangout? :) [10:53] mgz, hangout, I'm afraid [10:53] ah well, add to the list for next week :) [10:55] mgz, as someone who came to the environs package cold, though, I would be very interested on your thoughts on that change [10:55] fwereade: i don't think that was the CL i had an issue with [10:56] hm, "error: old chunk mismatch" [10:56] rogpeppe, crap, you're right [10:56] mgz, sorry, I have too many recent branches :/ [10:56] * fwereade goes digging [10:56] mgz: yeah, that happens. you can see the diffs though. [10:56] mgz: it'll be fixed if fwereade re-proposes [10:56] launchpad will save me [10:57] mgz, https://codereview.appspot.com/7394048/ -- and it does have some discussion [10:57] mgz: https://codereview.appspot.com/7396055/patch/1/6 [10:57] mgz, it is just a sketch, only proposed -wip [10:58] ta [11:00] mgz: the thrust of my argument AFAIR was that factoring out this stuff was a good idea, but i think it would be better to take place under the umbrella of Bootstrap, rather than adding lots of cloudinit-related stuff to the environs.Environ interface. [11:01] * rogpeppe goes back to trying to find that compiler bug [11:02] rogpeppe: is this in 1.0.3 or tip ? [11:02] davecheney: tip [11:02] rogpeppe: already reported [11:02] davecheney: have you narrowed it down? [11:02] https://code.google.com/p/go/issues/detail?id=4932 [11:02] https://code.google.com/p/go/source/detail?r=e73800eb2b00 [11:02] stay below this revision for the moment [11:03] or use hg revert [11:03] i'm setting up a jenkins build against tip to ensure we catch this faster [11:03] sorry, hg undo [11:03] davecheney: ah, cool. i was trying to reproduce by trial and error. [11:04] davecheney: i'd found this: [11:04] func (@"".s·2 *@"".Settings "esc:0x0") @"".assertUnchangedOp () (? @"labix.org/v2/mgo/txn".Op) { return &@"labix.org/v2/mgo/txn".Op{ C:@"".s·2.@"".st.@"".settings.Name, Id:@"".s·2.@"".key, Assert:(@"".D{ 0x0:{ Name:"txn-revno", Value:@"".s·2.@"".txnRevno } }) } } [11:04] davecheney: but couldn't reliably reproduce it in a small program [11:04] rogpeppe: ironically, the fix was for an issue which was almost identical https://code.google.com/p/go/issues/detail?id=4879 [11:05] rogpeppe: nah, we use almost every conceivable style and permutation allowed by the language [11:05] davecheney: i narrowed it down quite a bit [11:05] try https://codereview.appspot.com/7437043 [11:07] ok, jenkins biuld is setup [11:07] but is currently passing because r943 was rolled back [11:08] davecheney: trying that CL [11:08] davecheney: it sounds like they'd still benefit from a small test case [11:09] yeah, i agree, have a look at the 4879 [11:09] the test case for that might be some of the way there [11:10] davecheney: that CL fixed the problem [11:13] rogpeppe: a test case would be useful [11:13] Dmorsing was saying that the way composite literals work, stretches the meaning of work [11:13] davecheney: how so? [11:14] 20:21 < DMorsing> davecheney, the biggest problem is that the compiler does a lot of work on the ast [11:14] 20:21 -!- fzzbt [~jahman@melkinpaasi.cs.helsinki.fi] has quit [Client Quit] [11:14] 20:22 -!- AnybodyElse [uid10067@gateway/web/irccloud.com/x-yvlsbbaerwtfivkb] has joined #go-nuts [11:14] 20:22 -!- fzzy [~jahman@melkinpaasi.cs.helsinki.fi] has joined #go-nuts [11:14] 20:22 -!- gsamat [~gsamat@broadband-188-32-17-124.nationalcablenetworks.ru] has quit [Quit: Computer has gone to sleep.] [11:14] 20:22 < DMorsing> and that either messes up later passes, or it messes up inlining because there isn't a proper representation of the post-processing AST [11:17] davecheney, tyvm [11:17] no worries [11:18] i've got a build setup now that watches juju tip and go tip for breakages [11:21] note: i am not running the tests (yet), just checking it compiles [11:32] mgz: poke [11:37] jam, a, hey [11:37] mgz: care to join us for mmubemboeumob ? [11:39] too many things going on, have fled to the conservatory [11:53] ian@wallyworld:~/.hpopenstack$ juju deploy mysql [11:53] error: cannot get latest charm revision: charm info errors for "cs:quantal/mysql": entry not found [12:04] fwereade: have you looked at tim's latest CL? i'm not sure what i think - i'm interested in your reaction. https://codereview.appspot.com/7375053 [12:12] rogpeppe, looking [12:23] fwereade: done with standup, shall we g+? [12:24] dimitern, ok, would you start one please? [12:24] fwereade: https://plus.google.com/hangouts/_/5fb9c8fa96a6d9bc74de7a5f5cf171a04aeb0a40?authuser=0&hl=en [12:52] mgz, wallyworld_: https://code.launchpad.net/~jameinel/juju-core/only-943/+merge/151005 [12:56] jam: my rev's changes look like they're all there. thanks for doing that [12:56] wallyworld_: np, if you can merge it and run the test suite quickly, it would help [13:01] jam: hmmm. a failure, haven't looked yet.... PANIC: local_test.go:132: localServerSuite.SetUpTest [13:01] wallyworld_: is it related to not enough bytes ? [13:01] not sure, looking now === gary_pos` is now known as gary_poster [13:02] wallyworld_: if you get a chance to paste the full traceback, please do so. [13:03] jam: https://pastebin.canonical.com/85834/ [13:03] wallyworld_: that is the failure I'm working on in goose [13:03] interesting we've only seen it a couple times recently [13:03] ah ok [13:03] we must be using a lot more random data. [13:03] i'll rerun [13:05] jam: all good this time [13:06] jam, tyvm for reapplying those changes, if it's all passing it LGTM [13:06] fwereade: thanks [13:07] I've confirmed they pass here and for wallyworld_ [13:07] jam, <3 [13:07] jam, btw, I have a vague recollection mramm was going to talk to you about tarmac for juju-core at one stage, but I never followed up on it [13:08] fwereade: I actually have it set up as lp:~goose-bot/juju-core/trunk, but I wasn't sure how we wanted to actually coordinate the deployment. [13:08] I wasn't going to push for it until I updated 'lbox submit --tarmac' [13:09] (And it would currently be out of date) [13:10] wallyworld_: I think such intermittent failures deserve a bug report [13:10] dimitern, +1 [13:10] dimitern: I have a patch submitted that you've reviewed for it, which is waiting for roger to approve [13:10] so yes, we could have a bug, but we do have a fix [13:10] jam: ah, that's your fix? ok [13:10] jam: I though it's a new random thing [13:11] wallyworld_: https://codereview.appspot.com/7375059/ is the one where fwereade is removing instanceid from being stored. [13:11] dimitern: the panic is because random isn't giving enough data, and we end up with a nil somewhere. [13:11] the fix should prevent that. [13:11] jam, what are your current priorities? is there anything we can downgrade in favour of getting reliable builds set up? [13:12] jam: that's great. i'll look tomorrow [13:12] fwereade: well next week is sprinting :). [13:12] And it depends if you want to require lbox submit --tarmac, if you can live with the manual steps we do for goose, I can get it set up quite quickly. [13:12] The only remaining stuff is policy stuff [13:12] do we want trunk to be only accessible by the bot [13:13] or should the bot just be in the group that can commit to it. [13:15] jam, I'm pretty comfortable declaring anything with a pulse to be untrustworthy [13:16] jam, it'd be a shame not to have submit --tarmac, but I guess the answer depends more on how many manual steps there are and how onerous they are [13:17] fwereade: you need to copy the description in Launchpad to the commit message, and then mark the proposal approved. [13:17] (tarmac uses Commit Message rather than description) [13:18] jam, that feels like it could be pretty easily scriptable, right? so even if there's trouble getting it into lbox, we should still be able to reap the benefits [13:18] jam, the other big thing IMO is that with tarmac, we could actually get away with running likley subsets of the tests [13:20] jam, and *that* then means we could put the deps in the source tree and get repeatable builds [13:22] jam, (nobody's thought of an alternative route to get that without dropping the go tools, right?) [13:22] * rogpeppe goes for some lunch [13:23] * fwereade pops out for 5 mins in the sun, then over to dimitern's place for state talks; see you all soon [13:23] cu [13:35] There appears to be a sort-order test bug on trunk (http://paste.ubuntu.com/5573328/); is that something you guys want a bug filed for? === benji___ is now known as benji [13:35] * benji snipps off his tail. [13:36] benji: can you file a quick bug report about it please? [13:37] dimitern: will do [13:37] benji: today everything breaks it seems [13:37] :) [13:40] dimitern: https://bugs.launchpad.net/juju-core/+bug/1135757 [13:40] <_mup_> Bug #1135757: List order test bug in launchpad.net/juju-core/environs/openstack < https://launchpad.net/bugs/1135757 > [13:40] benji: cheers! [13:42] benji: yeah, it seems that's related to ian's list prefix change [13:47] benji: strange, I'm not getting it on tip - are you sure you've updated goose before? [13:48] fwereade is here now [13:49] dimitern: nope, I have not, let me try that real quick [14:20] dimitern: did you manage to countersign your objectives? HR is asking me to do the final signoff. [14:21] dimitern: https://allhands.canonical.com/hra-space/portal/root/employee [14:21] jam: oh, you wrote here - yes I did [14:22] I know you did the submission, there is a countersign step that has to happen after mine. [14:22] I'm guessing you did it, but I want to make sure before I tell them. [14:22] dimitern: ^ [14:25] jam: I double checked - there's no more to do on that page, tell me if I missed something. I just selected I agree + submit [14:25] benji: did you manage to get the test pass?\ [14:25] if there aren't any tasks, then I don't see anything to do either. [14:27] dimitern: let me check the test run... [14:27] jam: yeah, i had to go to the archives page to see the countersign task [14:27] it worked! I guess that's something I need to internaize. [14:27] * benji writes "go get -u when you see test failures" 100 times on the blackboard [14:28] It would be really nice if there were dependency management in place so a human didn't have to do that sort of thing. [14:28] benji: cheers! please update the bug [14:30] dimitern: done [14:41] * rogpeppe is back [14:51] rogpeppe: Do you know if we meet in 10 minutes? Or only this evening? I have to step out now to fetch my daughter. Today I'm the driver. ;) [14:52] TheMue: i'm not sure. i *presume* only this evening. mramm? [14:52] Yo all! [14:52] mthaddon: ping [14:52] niemeyer: hiya! [14:52] niemeyer: Hi. [14:52] niemeyer: pings with content save time :) [14:53] mthaddon: https://portal.admin.canonical.com/59712 [14:53] niemeyer: cool, thx, we'll get it done soon - is there a particular deadline for it, or just "sooner the better"? [14:53] mthaddon: I generally like to say "Hi, how's life been since we last deployed it?", but alright :) [14:53] heh [14:53] * TheMue is AFK, BIAB [14:54] mthaddon: There's no deadline, but sooner the better indeed [14:54] mthaddon: There's a new stats feature [14:54] mthaddon: Can't see that data while it doesn't land [14:54] niemeyer: ok, thx [14:54] rogpeppe, TheMue: Yos [14:55] rogpeppe: TheMue: yea, just the evening meeting is fine [14:58] niemeyer: the RT mentions revno 945 - is 949 okay (our scripts pull tip by default)? [14:58] mthaddon: Yeah, it's okay [14:58] thx [14:59] niemeyer: done === wedgwood_away is now known as wedgwood [15:00] mthaddon: Sweet! Let me test it [15:00] mthaddon: WORKS! [15:01] good good [15:01] mthaddon: Thanks much [15:01] np [15:04] mramm, TheMue, rogpeppe: kanban? [15:04] fwereade: we decided to only do the one this evening [15:04] mramm, ah! [15:05] mramm, good point [15:05] mramm, ok then :) [16:52] knocking off now, we've got the call later [17:59] fss: ping [18:32] hi rogpeppe, would you time to do a second review for me? [18:32] bac: sure [18:32] bac: link? [18:32] cool, i hope you're not EOD [18:32] rogpeppe: https://codereview.appspot.com/7369058/ [18:32] bac: normally yes, but today i'm working later [18:42] bac: reviewed === deryck is now known as deryck[lunch] [18:53] rogpeppe: thank. looking at it now [20:09] fss: pingous? === deryck[lunch] is now known as deryck === _thumper_ is now known as thumper [21:02] niemeyer: hi [21:02] fss: Heya.. you've got reviews [21:02] fss: Great stuff.. just trivial comments [21:03] niemeyer: I'm lbox proposing group changes right now :-) [21:03] fss: Sweet [21:03] niemeyer: regarding the message returned by amazon, that's the message [21:04] niemeyer: should I use %q anyway? [21:06] right, i'm off for the night. see y'all tomorrow. [21:21] fss: Does it include quotes around the name or not? === thumper is now known as thumper-afk [23:04] mramm: around? === wedgwood is now known as wedgwood_away === wedgwood_away is now known as wedgwood [23:12] jcastro: I am now [23:16] got time for a quick G+? [23:16] 2 minutes, I promise! [23:16] mramm: https://plus.google.com/hangouts/_/097d689c217f97e00665bff91bac17fd9b78e439?authuser=0&hl=en === wedgwood is now known as wedgwood_away [23:55] jcastro, sorry I missed you... [23:58] no worries [23:58] next time