[00:22] arosales, hatch, gary_poster thanks ! [00:46] we'll catch you tomorrow evilnick [01:27] rick_h_: looks like parallels 9 supports 13.10 so i'll need to upgrade if I want to use it on there...just fyi === gary_poster is now known as gary_poster|away [03:36] hatch: coolio === gary_poster|away is now known as gary_poster [11:01] hey frankban. thanks for charm branch. sorry again for bad qa. trying out your branch [11:01] gary_poster: I was going to reply to your email, it does not seem a bad qa IMHO, it seems just a network connection problem, the environment setup exited with an error [11:01] oh! [11:02] gary_poster: so the charm is good, the less good thing is that when setup exits with an error we should call setup again when the user runs, e.g. make unittest [11:03] gary_poster: so the branch I proposed is just a fix for that (remove the activate file if setup fails, so that next time setup is called, pip install is re-executed)) [11:04] frankban, oh, so when no dists were found for lazr.authentication for some reason, which I missed because I was moving too fast, then everything above it (yaml and mock) were effetively aborted? [11:06] gary_poster: yes, I checked with a fresh lxc, and the dependencies are all correctly installed (I just found the missing rsync sysdep, added in the branch). so it seems pip install -r is transactional, so you were starting the test suite without any dependencies [11:07] gary_poster: also proposed a similar quickstart branch. the logic si the same: "Remove the activate file if the requirements installation process fails." [11:09] cool [11:09] trying charm build again [11:09] gary_poster: so good news, the charm does not introduce bugs in the testing infrastructure. bad news: PIP_DOWNLOAD_CACHE prevented my to find this problem earlier [11:13] frankban, ack. Don't see a way around that unless we make the download cache shared. what do you think of having a PIP_DOWNLOAD_CACHE as a branch that the makefile checks out? [11:13] (or bzr ups) [11:16] frankban, lazr.authentication reliably fails for me. :-( http://pastebin.ubuntu.com/6415348/ investigating [11:16] gary_poster: with the branch I proposed, at least "pip install -r ..." is retried in case of previous errors. So, for example, the first "make" failed yesterday for you, and the subsequent "make test", instead of showing import errors, retries the requirements download. [11:16] ack, definite improvement [11:22] interesting. https://pypi.python.org/pypi/lazr.authentication is only owned by leonard. he didn't transfer. but...yeah. I can't downoad that, for some reason. [11:33] gary_poster: here is the full verbose log of "pip install lazr.authentication" without cache in my local machine, if it can help: http://pastebin.ubuntu.com/6415408/ [11:34] gary_poster: generated using "pip install -v --log lazrauth.log lazr.authentication" [11:34] ack thx looking at charm pip log too [11:36] frankban, charm log excerpt very diff: http://pastebin.ubuntu.com/6415421/ [11:37] Could not fetch URL https://launchpad.net/lazr.authentication (from https://pypi.python.org/simple/lazr.authentication/): [11:37] ! [11:37] https://launchpad.net/lazr.authentication loads fine in browser [11:39] Could not fetch URL https://launchpad.net/lazr.authentication/+download (from https://pypi.python.org/simple/lazr.authentication/): [11:39] oh, yeah [11:40] gary_poster: the same for https://launchpad.net/lazr.authentication/+download I guess [11:41] frankban, yes. and http://pastebin.ubuntu.com/6415433/ [11:42] hum... [11:42] and http://pastebin.ubuntu.com/6415437/ [11:49] frankban, what do you think of having a PIP_DOWNLOAD_CACHE as a branch that the makefile checks out, or ups? [11:50] lp:~juju-gui/juju-gui/charm-download-cache or something. [11:53] frankban, bizarrely, worked that time. :-/ [11:54] still think download cache would be a good idea [11:56] gary_poster: huh? does it work now? yes I agree re the separate branch, medium priority? It's just for the tests and I'd like to understand why lazr.auth failed for you [11:58] frankban, yes it works now. no idea why. it can now access those pages when it could not before. :-/ [11:58] frankban, separately https://codereview.appspot.com/26530043/LGTM [11:58] https://codereview.appspot.com/26530043/ LGTM [11:58] (with comment) [12:00] gary_poster: confused about the comment, how do you use $ACTIVATE to diagnose? [12:00] frankban, you can source the file and then use the venv's python to see if you can dupe the problem [12:01] gary_poster: aha! good suggestion, changing also the other quickstart branch then [12:01] cool [12:04] frankban, https://codereview.appspot.com/26540043/ also LGTM with trivial [12:06] gary_poster: great, thank you [12:06] welcome frankban. replying to my own email about this. [12:38] gary_poster: both branches landed, thanks for the reviews and for the email! [12:39] trying to build new quickstart packages now === TheRealMue is now known as TheMue [13:36] rick_h_, will ping soon, sorry, still talking [13:36] gary_poster: np [13:42] frankban, heya, so what's the plan for putting quickstart in the normal juju ppa? [13:57] benji, will be late sorry. rick_h_ joining now [13:58] gary_poster: no worries [14:05] rick_h_, hey if you have time today, when the stuff lands in prod on jujucharms.com I'd like to write it up, maybe talk me through it over g+ later? [14:06] jcastro: rgr [14:23] jcastro: not sure about the plan, gary_poster can give a better answer when he's free from calls [14:23] * jcastro nods [14:26] hi frankban, can you give me some advice on how to use and test @gen.coroutine? [14:26] bac: 1min [14:31] frankban: grab this branch when you get a chance lp:~bac/charms/precise/juju-gui/increment-deployments [14:49] bac: looking [14:54] frankban: clearly i'm not returning the values correctly. [14:54] bac: gen.Return is something you have to raise [14:55] frankban: and then is it a real exception or is that a return mechanism? [14:56] bac: when you have a coroutine, you can either exit without values (without returning or just with "return" without values) or you can raise a gen.Return, that will be treated as a return value. This is a workaround to python2 not being able to use return in a generator. [14:57] jujugui, I need helpfrom someone who can test the charm upgrade. I was going to try and do it but am swamped in calls. You would set up charm r76 the way IS has it (https://wiki.canonical.com/InformationInfrastructure/WebOps/CDO/JujuGui) and then upgrade to the newest version of the charm and document what needs to be done [14:57] bac: in general, when you have a function decorated with gen.coroutine, the test is easier to write using the tornado.testing.gen_test decorator. [14:57] for webops [14:58] bac or benji, I can talk now with one of you, and move the other to the afternoon. preference? [14:58] gary_poster: same/same [14:58] ack [14:58] gary_poster: so now or later? :) [14:59] bac, benji's not responding, so let's do it now [14:59] frankban: ok, i'll look for gen_test [14:59] gary_poster: that's fine, we can go this afternoon [15:00] thanks benji [15:00] gary_poster: but I do need a quick pre-imp on a card after you're done though [15:00] benji heh ok. not a lot of time. will squeeze in [15:01] bac: the idea with gen_test is that the test itself can use yield in order give the execution control back to the ioloop and wait for the result [15:03] frankban: ok, on a call with gary_poster atm. be back shortly. [15:10] gary_poster: I'll test the charm upgrade. So bzr revno 76 of lp:charms/juju-gui, juju-core environment and builtin-server=false, correct? [15:10] thank you frankban ! yes [15:10] cool [15:10] frankban, also note the ga-key instructions on that page [15:12] gary_poster: oh, so currently we are not using ga... ok so the new options are ga and builtin-server [15:12] yes [15:12] cool [15:21] Dart 1.0 was released today http://news.dartlang.org/2013/11/dart-10-stable-sdk-for-structured-web.html [15:22] so now we can port to Dart? [15:22] * hatch runs [15:25] Makyo: OneTab needs the ability to 'store' a single/group of tabs [15:26] It says it supports that but I can't figure out how :) [15:31] jujugui can I search commits on launchpad? I'm trying to find the commit to juju-core which added the unit details object [15:33] hatch: much easier with bzr locally, no? [15:33] gary_poster: the old charm downloaded the gui release file v0.10.1. Is this surprising or am I missing something. I expected the old charm to download the last release. oh, maybe it was the last to be tgz? [15:33] bac: it's looking like it [15:34] yes it was [15:34] hatch: do you know what file? [15:35] bac: well it was a series of them [15:35] hatch: you can do 'bzr log ' and it'll only show you commits that changed that file [15:35] if I could find the bug that would help either [15:35] frankban, yeah probably last tgz [15:35] gary_poster: do I have to simulate latest version, or just proceed with the upgrade? [15:36] gary_poster: maybe it's better to just go on. let's see [15:36] frankban, I think proceed is fine [15:36] ok cool [15:37] found it https://bugs.launchpad.net/juju-core/+bug/1224568 [15:37] <_mup_> Bug #1224568: Improve hook error reporting [15:37] jeesh that took forever [15:50] jujugui call in 10. [15:51] gary_poster: so revno76 does not work in juju-core (apache returns a 403, I guess it is related to the fact the gui was served from inside the charm directory. [15:51] frankban, so what they told us must be wrong? [15:52] gary_poster: they either fixed this issue or used another, less restrictive, version of juju-core [15:53] gary_poster: juju-core is another viarable now, but I remember we had a fix for the permission problem... [15:53] variable even [15:53] we did [15:55] frankban, you saw #webops? [15:55] gary_poster: yes, and confirmed, solved giving +ar to /var/lib/juju/agents/unit-juju-gui-0/charm [15:55] ack [15:56] gary_poster: so I think it worked at the time with an older juju-core, but then they introduced this restriction [15:56] ok [15:56] that rings a bell [15:58] jujugui call in 2 [16:00] rick_h_, pingy ping [16:04] benji: could you have another look at my MP? The changes are big enough to need another review... [16:05] adeuring: sure (I'm on a call now, but will as soon as I can) [16:05] thanks! [16:13] frankban: is there a way I can inspect the web socket traffic from the juju-core side? [16:16] ahah I finally got it sending the information [16:18] hatch: if you bootstrap with --debug all the ws traffic is in the debug-log [16:19] hatch: or Makyo can I get one of you to do a first pass reviews on https://codereview.appspot.com/26290043/ w/o QA and just one for now. I've got to qa it all in a live env and I'll write up QA instructions once I make sure it all works right. Then I'll bug for two real reviews and a QA. [16:19] Sure [16:19] I'll take a quick glance [16:20] Makyo: thanks [16:20] oh Makyo you're on it [16:20] hey frankban, i want to mock AsyncHttpClient.fetch() so that it returns a response with a non-200 code. what thing should i actually return? a Future? [16:21] rick_h_: don't like composition hey? ;) [16:21] hatch: what do you mean? [16:21] I just had app.js open, you removed the mixin in favour of a utils file [16:21] hatch: oh, I don't like tools that don't need any access to object state and require building into a dummy object just to test :P [16:21] bac: yes, a concurrent.futures.Future (with a result already set) [16:22] hatch: right, but it meant that it was spread across views/utils, app, the extension, the topology, etc [16:22] yeah that was all over the place [16:23] hatch: but yea, I felt this cleans things up as I needed to be able to wrap all places that deploy a bundle into one path I could test and add a watcher to [16:23] and an extension didn't get me anything [16:24] yeah true true [16:30] rick_h_, yeah, first pass looks good. [16:30] Makyo: cool, appreciate making sure there's nothing crazy while I get the QA stuff in order. [16:31] rick_h_: do websocket frames wrap for you? It looks like it's broken in chrome [16:32] I'm asking because you're on dev :) [16:32] hatch: I'll have to look in a few. My charm is in progrerss of re-working due to changing the source [16:33] sure no rush https://code.google.com/p/chromium/issues/detail?id=286419 claims it was fixed in chromium but it would be too bad if that wasn't back ported [16:35] ahh looks like they just have some bad css in the inspector now [16:35] I wonder if I can provide a patch... [16:46] adeuring: I've finished looking at the branch. I supplied a diff that you can use to add some comments to the new tests if you like. [16:46] benji: thanks! [16:47] frankban: still around? [16:50] rick_h_: yes [16:50] frankban: nvm, found it. Case mis-match in grep [16:50] ok [16:55] jcastro: your bundles for jenkins and mediawiki still have the cpu= constrints [16:56] ack, I'll blow em away in a minute [16:56] jcastro: thanks [16:59] gary_poster: juju upgrade-charm + juju set juju-gui ga-key=UA-1018242-44 builtin-server=false run ok. to be noted that in the process the latest (local) release of the GUI was also installed [16:59] does anyone know of any broken charms or a way I can cause an error in a real env? [16:59] hatch: how so? We try not to ingest broken charms [16:59] hatch: how are you looking to trigger an error? [16:59] hatch, mediawiki broke for me yesterday :-/ [17:00] trying mediawiki [17:02] frankban, yay, thank you. so, looking at https://wiki.canonical.com/InformationInfrastructure/WebOps/CDO/JujuGui at bottom... sorry, on call, one sec... [17:04] I think we need to write some broken charms to test hook failures and the like [17:04] frankban, I am going to edit the instructions and then ask you to approve diff [17:04] gary_poster: ack [17:05] thx [17:13] unfortunately mediawiki worked just fine :/ hah [17:19] sorry :-) [17:19] hatch make a charm and break it? use an old revision of the juju gui charm that doesn't support juju core? [17:20] I'd really like a testing charm which allows us to test failures [17:20] I have the string format of the StatusInfo [17:20] but StatusData is implementers choice :) [17:21] frankban, http://paste.ubuntu.com/6416799/ has ballpark side-by-side diff, which omits chars over 80. http://paste.ubuntu.com/6416801/ is new. http://paste.ubuntu.com/6416811/ is original. [17:21] gary_poster: looking [17:21] hatch, so make a testing charm! :-) or use an old revision of the charm you made that was broken at one point, or introduce a new error in a branch of it [17:22] I can push it up if you want :-) [17:22] thank you [17:25] pssht, I don't write broken anything [17:25] :P [17:25] :-) [17:25] yeah I'll write a broken one [17:27] gary_poster: the new instructions look good. the only thought I have is that currently they have juju-gui-source set to something (a url IIRC). maybe we want them to switch to local? [17:28] frankban, ah! yes, thank you. [17:28] great catch [17:29] gary_poster: in my test, I did not set juju-gui-source, so my test worked well with stable. I'd assume it should work also fi they switch on the fly from url: to local. [17:29] ok thanks [17:30] np [17:41] frankban: hey got a sec still? [17:41] bac: on call, will ping you [17:41] ok, thanks === rogpeppe1 is now known as rogpeppe [17:56] charmworld update starting now-ish. eek [17:58] charmworld? or the jujucharms.com? [17:58] * rick_h_ looks again [18:01] wow, condesation from my cup fell on my MBP track pad and it went crazy with fantom events. [18:01] s/condesation/condensation/ [18:03] rick_h_, oh bummer, in the jenkins bundle the constraints are blank [18:03] does that still mess stuff up? [18:04] jcastro: that's ok, but the cpu one gets rejected [18:04] so you can't deploy it [18:04] oh right! [18:04] it's cpu-cores [18:04] on it [18:08] evilnickveitch: can you pm me your email and I can get you the list which was made 2 weeks ago [18:08] then I can expand on it later [18:12] bac: ping [18:12] hi frankban [18:13] frankban: can you look at this real quick http://paste.ubuntu.com/6416921/ [18:13] bac: sure [18:14] frankban: i expected calls to increment_deployment_counter to return a boolean but instead i'm getting a tornado.concurrent.TracebackFuture [18:16] bac: ok = yield utils.increment_deployment_counter(bundle_id, cw_url) [18:17] bac: it seems yield is missing: each gen.coroutine returns a future [18:18] frankban: ah, right! [18:19] bac: also you can use mock.Mock(return_value=BadResponse) instead of defining your own mock function. , but then you can take advantage of assert_called_once_with [18:20] hatch, ok [18:21] (and IIRC FakeResponse can also be mock.Mock(code=404)) etc... [18:22] frankban, jujugui, jujucharms has new stuff. yay! [18:23] gary_poster: woot! [18:23] great! [18:23] gary_poster: now to send the email "STAY OFF COMINGSOON IN FRONT OF CUSTOMERS" :) [18:23] or large tech conference gatherings [18:24] gary_poster: so from now on updating jc.com will also mean updating the GUI there. sounds cool [18:24] frankban, you mean 'cause the tarball is there, yeah [18:24] gary_poster: yes [18:25] cool, time to go, bac: is everything ok? [18:26] frankban: yes! i may ask someone here to review it but ask you to do a 2nd tomorrow. [18:26] bac: ok [18:30] hatch, you have been volunteered to brainstorm about Le Web. :-) if you have any ideas, please follow up with that mail from Sally [18:30] on it [18:31] thanks [18:40] oh oh oh, it's working finally! [18:45] gary_poster: just noticed bundles don't work in jc.com: Object # has no method 'deployerImport' . we might want to ask for an apiBackend change in config js and/or applying a patch like this http://pastebin.ubuntu.com/6417214/ to the charm (not tested) [18:46] frankban, ah frak :-/ thanks will pursue [18:48] gary_poster: ok thanks, have a nice evening [18:48] tahnks frankban ! [18:48] you too! [18:49] jcastro: does the discourse charm take a while to setup in a live deploy? [18:52] jcastro: nvm, github goes boom and this charm goes with it :/ [19:16] rick_h_, yeah, about 20 minutes [19:16] rick_h_, it doesn't do much until it relates to postgres [19:16] then it does a bunch of stuff [19:16] jcastro: yea, one of it's deps hit github which was 500'ing and it took a LONG time to timeout and die [19:16] jcastro: yea, just testing it as a bundle and making sure my in-progress/bundle complete notifcations are working [19:16] yeah, well, it's rails, the entire platform depends on the right dice roll of servers being up [19:17] yea [19:19] jujugui, looking for quick charm review of https://codereview.appspot.com/26430044/ [19:19] i will [19:19] thank you [19:20] hey benji. ready any time. sorry. lemme know when you are ready [19:20] gary_poster: quick enough? [19:20] gary_poster: sure, one minute [19:20] bac :-) thank you yes [19:21] Makyo, approved swap [19:21] gary_poster, ty :) [19:22] it was a hard choice ;-) [19:22] * gary_poster moving all releasable kanban cards to done...leankit is working hard... [19:22] heh, "An error occurred while cards moving." [19:23] Our massive card mountain proved too much for the poor little kanban board... [19:24] heh [19:26] jujugui, the releasable lane is clear :-) (much rejoicing etc.) [19:37] hatch: Makyo ok, I think I've fixed the final issue. QA instrucitons noted in the MP now https://codereview.appspot.com/26290043/ if you guys can start review [19:38] hatch: Makyo I'm running my hopefully finally fresh QA from scratch, but the code is near enough final and ready for full review and such. Only need one QA if hatch wants to bribe Makyo to do it for him :) [20:02] benji: i manually hit some URLs on staging yesterday to increment metrics and saw them work by getting the 'total'. today they are back to zero. is that expected? [20:03] rick_h_: ok I'll do the review first and see where that gets us [20:03] hatch: man, that mayor in toronto is getting classier by the day! [20:04] bac: hah, I don't really follow it but it sure sounds like he likes to party [20:05] bah, one more thing to fix [20:06] jcastro: so nope, can't have the empty constraint values. Thave have to be legit [20:15] rick_h_, .... so basically, you need me to remove them entirely? [20:15] rick_h_, is this a deployer bug? [20:16] jcastro: it's a mix I think. Yes, we should remove them as that'll update in 15min vs a production deploy [20:16] jcastro: the thing is that Go won't accept an empty value for the key [20:16] ok so you want me to do it now? [20:16] jcastro: so we should probably rip empty ones out along the path to juju-core before it gets them [20:17] jcastro: yes please, they're up in the store for people to see and they won't work [20:17] and we've been telling sales folks to use them to demo, but if they do it in a live env, it'll die [20:17] wait, what? [20:18] right now, is someone were to bootstrap an ec2 env, and deploy your bundle, it'll fail silently [20:19] done! [20:19] jcastro: ty much kind sir [20:21] rick_h_: did you say jcastro's cloudfoundry bundle was super slow to deploy? [20:21] bac: yea, takes about an hour to finish I think [20:21] grrr [20:22] i used it for a test since it only has one service [20:22] bac, it takes an hour [20:22] if you want a fast one do mediawiki [20:22] jcastro: yours? [20:22] mediawiki-simple to be precise [20:22] bac: lol, looks can be deceptive [20:22] yea [20:22] rick_h_: is putting each param on a new line some python thing? :P [20:22] jcastro: mediawiki bundle? [20:23] hatch: :P it's a reads nice thing when you can't fit on one line to start [20:23] ah, mediawiki-simple [20:23] haha [20:23] bac, if you have it locally please bzr pull, I just updated it about 2 minutes ago [20:24] jcastro: i need to deploy from staging for my test [20:31] gary_poster: ooh, one other thought I had in my notes: the "connect to a local juju environment from the GUI" feature doesn't have to be limited to the LXC provider, therefore we can let people manage their own EC2 (or private cloud) from a hosted GUI [20:32] true, benji [20:32] thanks [20:37] gary_poster: heads up, filing this on the charm, but might be a deployer fix, not sure atm. https://bugs.launchpad.net/charms/+source/juju-gui/+bug/1251420 [20:37] <_mup_> Bug #1251420: reporting an error from the environment isn't formatted well [20:38] ack rick_h_ thx [20:38] gary_poster: going to move forward with my branch as is, it shows that poor error message to the user for now since it's not my branch's fault? Is that ok or would you prefer I hide the message for now? [20:40] rick_h_, go forward, thx. what you see is ? [20:40] gary_poster: yea, you see "The deployment errored: xxxxxxxxxxxx" [20:40] in the notification dropdown [20:41] jcastro's bundles working all my code paths in QA so well :) [20:41] rick_h_, I am debating stealing maarten's and putting them in there [20:41] jcastro, I copied quickstart to https://launchpad.net/~juju/+archive/stable [20:41] jcastro: cool, gary has a working version of a couple of them I think [20:41] but I don't want to just shove them in there because [20:41] I'd rather have "real" ones that people actually use [20:42] instead of "here's what I think big data should look like even I know nothing about big data." [20:42] gary_poster, \o/ [20:42] yeah jcastro I put some of Maarten's in "demo". Can add more if you like. https://jujucharms.com/sidebar/search/?text=demo [20:42] rick_h_, wanna sync up on G+ wrt. quickstart? I'd like to write it up now that everything is landed [20:42] jcastro: sure thing [20:43] ok quitting time. ttyl [20:43] gary_poster: have fun [20:43] thanks you too === gary_poster is now known as gary_poster|away [20:43] https://plus.google.com/hangouts/_/7ecpjr7uvbg386q48qdcdnf7qc?hl=en [20:55] jcastro: on ec2 how long should it take to see some action when deploying your mediawiki-simple bundle? i got nothing. [20:56] it's about 7 minutes for the bootstrap [20:56] and then after that they should come up quicklyish. [20:57] bac: wait on ingest cycle, it's got a constraints bug in it atm [20:57] jcastro: that's deploying from the gui? i've hit the deploy button, it was acknowledged, but nothing [20:57] rick_h_: should it give feedback? [20:57] bac: yea, there's empty constraints that it fails on [20:57] bac: welcome to my branch :) [20:57] rick_h_: ok, good time to walk the dog [20:58] rick_h_: but shouldn't it give feedback if it fails with constraint errors? or does it just silently slink away? [20:59] bac: well, is this in sandbox or real env? [20:59] ec2 [20:59] bac: in a real env, it hits Go and Go up and dies. and my branch is working on displaying that Go error back to the user [20:59] ah, gotcha [20:59] bac: so right now, there's an error thrown, but the gui isn't listening for it and my branch is working on that atm [21:00] rick_h_: i've also changed charmworld-url to point to staging. lots of things to go wrong. [21:00] bac: he's updated his bundle so once it ingests the constraints should go away [21:00] so that bundle should work shortly [21:00] ok great [21:01] jujugui trying to QA in an lxc, anyone have experience with this? lxc-start: command get_init_pid failed to receive response [21:02] Makyo: no, never seen it. I know quickstart doesn't support lxc if you're trying quickstart? [21:02] rick_h_, just trying to get an environment without juju so I can qa quickstart installing it. [21:12] rick_h_: ok almost done the review - am I missing why we can't process deltas for these updates instead of longpolling? [21:12] hatch: ok, heading out. I landed one small change to fix using the import button [21:12] hatch: we're not longpolling are we? I'm not sure how deltas work tbh. This was the api spelled out in the card from frankban [21:13] Note: This returns once the server has something to update on. It might wait a while. [21:13] hatch: see http://bazaar.launchpad.net/~juju-gui-charmers/charms/precise/juju-gui/trunk/view/head:/server/guiserver/bundles/__init__.py#L127 [21:13] hatch: true [21:13] hatch: so no idea, this is what I had for instructions to work from [21:14] ok maybe I'll let this sit for tonight and ask him in the morning [21:14] hatch: I dont' think there'sa way in the delta to tell is a change was from a bundle request or just a command [21:14] hatch: so just watching the delta as it exists will do me much good tbh [21:14] hatch: especially since you can run multiple bundle deploys at once and have several running around at once until they complete [21:15] right but can't we send the data down the delta that's being returned from this rpc call [21:15] I don't know, I'm curious as to why that's not the case [21:15] hatch: probably because this is run by the guiserver and the delta is proxied through it, but not part of it [21:15] hatch: so the guiserver could mix up requestid and such if it tried to use the same channel [21:16] right so we should be able to send a fake delta [21:16] hatch: possibly I guess, I'm not sure if that's feasible from the guiserver/deployer side to generate fake deltas that look legit/work from the go env side [21:16] I'm sure there is a valid reason why we aren't doing that but curious as to what that is [21:16] * rick_h_ doesn't know enough about the delta stream [21:16] would simplify this :) [21:17] crap half my notes are on one rev and half are on the other [21:17] hatch: :P well now you tell me on day 3 of working on it [21:17] you'll have to decode them :P [21:17] hatch: all good [21:17] hatch: hopefully not that many notes :P [21:17] haha no - I am probably goign to lgtm it [21:17] i havent' decided yet [21:17] lol [21:18] heh, well feel free to hold off. I'm going to EOD and do another round of QA in the morning. Kept finding 'one more small thing' each fresh deploy today [21:18] and still need the second review and a 3rd party QA so won't go anywhere until later tomorrow [21:18] sure thing I'll get the review finished for sure [21:18] but not sure about qa today [21:18] rgr, all godod [21:18] I'm probably going to go back to lying down [21:18] all good [21:18] just mean no hurry [21:19] yea, cool. Go medicate and such. I'm out of here. Will push this boulder farther up the hill tomorrow [21:38] rick_h_: this time it popped right up [21:42] bac: cool