[04:29] hola! [04:29] who is in demark ? [04:39] joy, my airplane to frankfurt is 22 ... http://www.aussieairliners.org/b-747/vh-oji/vhoji.html [04:42] it gets better [04:42] http://www.atsb.gov.au/publications/investigation_reports/2003/aair/aair200304815.aspx [07:24] TheMue, morning [07:25] fwereade: heya [07:39] hmm, online checkin doesn't work [08:15] Hello there [08:18] niemeyer, heyhey [08:18] niemeyer, I presume you're already in a nearby timezone :) [08:19] fwereade: Indeed :)_ [08:19] niemeyer, tolerable travel? [08:20] fwereade: It was pretty good all things considered.. uneventful long trip [08:20] niemeyer, good-o [08:20] niemeyer: meya [08:20] s/meya/heya/ [08:21] TheMue: Yo [08:21] When are you all coming over? [08:22] niemeyer: I'm flying on Wednesday very early. We have a local airline providing a direct flight of about 1h. [08:22] TheMue: Ah, nice [08:23] niemeyer: Indeed. But we'll see where the January sprint will be. ;) [08:24] TheMue: I came through Frankfurt coincidently [08:26] niemeyer: Ah, the most important airport for international flights in Germany. [08:27] niemeyer: Haven't been there for a longer time. Last flights have been via Munich or Amsterdam. [08:32] niemeyer, this should be trivial: https://codereview.appspot.com/6736058 [08:32] fwereade: Looking [08:37] fwereade: A couple of comments containing the content we're trying to match might be useful [08:37] niemeyer, good point, thanks [08:37] fwereade: Not sure about what this matches, for example: ([0-9a- [08:37] z-/ ]+) [08:37] fwereade: (a space?) [08:38] niemeyer, yeah, it's the relation ID if present [08:38] niemeyer, I shall bulk up the explanations [08:39] fwereade: Thanks.. I felt like I wouldn't know what the intention there really is if I had to fix/change it somehow [08:39] niemeyer, (oh, sorry, wrong bit: *that* is the remote unit if present) [08:39] * fwereade remakes niemeyer's point [08:42] niemeyer: I think I now have the right firewaller approach but not yet a clue how to test it best (todays unit tests work). I would like to propose it so you can take a look. OK? [08:47] TheMue: I'd prefer if you could actually figure testing out first.. we'll have to talk about it anyway, and it's not clear yet what slot size I'll find here [08:48] niemeyer: ok [08:49] TheMue: Think about the use cases you're exercising.. the things I've mention would break your previous implementations are good use cases to encode in the test [08:49] TheMue: To start with.. [08:49] s/mention/&ed/ [08:52] niemeyer: Yeah, I have the use case in mind. Have to see how I simulate it best. [08:53] TheMue: A as-small-as-possible test case that exercises exactly the problems described sounds like a good start [08:53] TheMue: Should watch out to avoid copying test logic that is not really relevant for the specific use case being exercised [08:54] niemeyer: Yes, will keep it small. === TheMue_ is now known as TheMue [13:55] fwereade: ping [13:57] TheMue: ping [13:57] wrtp: pong [13:57] TheMue: you don't happen to know anything about TLS and x509 do you? :-) [13:58] wrtp: sorry, almost nothing, yes [13:58] ;) [13:58] TheMue: thanks. i had to ask :-) [13:59] TheMue: i've got a bit further with my example, but it's still failing [13:59] wrtp: the one from G+? [13:59] TheMue: yes [14:00] TheMue: it does actually run in the playground now: http://play.golang.org/p/arjFhqvpWU [14:17] wrtp: I'll look deeper in a few moments, my wife needs me. [14:17] TheMue: it's no problem. i'm already quite deep into it! [14:58] Can anyone shed any insight as why I may be getting a zookeeper.Session.Expired Error? I am deploying a stress test, but I typically cannot see the completion of the test via juju debug-log before the timeout. [16:11] TheMue: got it working, finally (with a little help from agl): http://play.golang.org/p/Z5Jn4Qykk4 [16:12] wrtp: Great. The list of imports reads weird. ;) [16:12] TheMue: why so? [16:12] wrtp: The large number. [16:12] TheMue: this bit of go crypto is a bit of a nightmare tbh [16:13] wrtp: Seldom seen it in one package or program.. [16:13] wrtp: I so far only used the Rand() [16:13] TheMue: i imagine it's one of the more complex programs that's run in the playground... [16:13] wrtp: +1 yes [16:14] TheMue: rand is fine. crypto/cipher is nice too. but the legacy stuff (x509, tls, etc) is horrible [16:14] TheMue: so many special cases [16:15] TheMue: so many half-general (half-assed!) things [16:15] wrtp: *rofl* [17:16] right, i'm off [17:16] see y'all tomorrow! yay!