Re: New helper library for unit-testing charms

2016-10-12 Thread Cory Johns
Free, This looks fantastic! Can I request that you cross-post this over to the main Juju mailing list, as it would be very helpful for the community as a whole? On Tue, Oct 11, 2016 at 4:57 AM, Free Ekanayaka < free.ekanay...@canonical.com> wrote: > Hello, > > I published a couple of new Python

Re: New helper library for unit-testing charms

2016-10-12 Thread Free Ekanayaka
On 12 October 2016 at 16:29, Cory Johns wrote: > Free, > > This looks fantastic! Can I request that you cross-post this over to the > main Juju mailing list, as it would be very helpful for the community as a > whole? > Glad you like it! I forwarded it to j...@lists.canonical.com too. -- Juju-

Big memory usage improvements

2016-10-12 Thread Menno Smits
Christian (babbageclunk) has been busy fixing various memory leaks in the Juju controllers and has made some significant improvements. Chris (veebers) has been tracking resource usage for a long running test which adds and removes a bunch of models and he noticed the difference. Take a look at the

Re: Big memory usage improvements

2016-10-12 Thread Tim Penhey
This is awesome. Tim On 13/10/16 09:39, Menno Smits wrote: Christian (babbageclunk) has been busy fixing various memory leaks in the Juju controllers and has made some significant improvements. Chris (veebers) has been tracking resource usage for a long running test which adds and removes a bun

Re: Big memory usage improvements

2016-10-12 Thread Charles Butler
Fantastic! Thanks to everyone involved! :cheers: On Wed, Oct 12, 2016 at 3:39 PM Menno Smits wrote: > Christian (babbageclunk) has been busy fixing various memory leaks in the > Juju controllers and has made some significant improvements. Chris > (veebers) has been tracking resource usage for

Re: Big memory usage improvements

2016-10-12 Thread Alexis Bruemmer
Awesome cross team work, thank you Chris and Christian! On Wed, Oct 12, 2016 at 1:39 PM, Menno Smits wrote: > Christian (babbageclunk) has been busy fixing various memory leaks in the > Juju controllers and has made some significant improvements. Chris > (veebers) has been tracking resource usag

Re: Big memory usage improvements

2016-10-12 Thread Katherine Cox-Buday
Menno Smits writes: > Christian (babbageclunk) has been busy fixing various memory leaks in the Juju > controllers and has made some significant improvements. Awesome, good work, Christian! Not to detract from this fantastic news, but it's still worrisome that an idle Juju seems to have a memo

Re: Big memory usage improvements

2016-10-12 Thread Tim Penhey
I have a strong feeling that we are still "leaking". Was talking with Christian this morning and he has some plans for introspection to isolate the issues. Tim On 13/10/16 10:36, Katherine Cox-Buday wrote: Menno Smits writes: Christian (babbageclunk) has been busy fixing various memory le

Re: Big memory usage improvements

2016-10-12 Thread Andrew Wilkins
On Thu, 13 Oct 2016, 4:39 a.m. Menno Smits, wrote: > Christian (babbageclunk) has been busy fixing various memory leaks in the > Juju controllers and has made some significant improvements. Chris > (veebers) has been tracking resource usage for a long running test which > adds and removes a bunch

Re: Big memory usage improvements

2016-10-12 Thread Menno Smits
On 13 October 2016 at 10:36, Katherine Cox-Buday < katherine.cox-bu...@canonical.com> wrote: > Menno Smits writes: > > > Christian (babbageclunk) has been busy fixing various memory leaks in > the Juju > > controllers and has made some significant improvements. > > Awesome, good work, Christian!

Re: Big memory usage improvements

2016-10-12 Thread Mark Shuttleworth
On 12/10/16 22:39, Menno Smits wrote: > Christian (babbageclunk) has been busy fixing various memory leaks in > the Juju controllers and has made some significant improvements. Chris > (veebers) has been tracking resource usage for a long running test > which adds and removes a bunch of models and

upcoming change in Juju 2.0 to bootstrap arguments

2016-10-12 Thread Ian Booth
See https://bugs.launchpad.net/juju/+bug/1632919 The order of the cloud/region and controller name arguments will be swapped. Old: $ juju bootstrap mycontroller aws/us-east-1 New: $ juju bootstrap aws/us-east-1 mycontroller or now $ juju bootstrap aws/us-east-1 Notice how controller name is o

Re: Big memory usage improvements

2016-10-12 Thread Danilo Ĺ egan
Indeed, this is amazing stuff: good job, it's great to see so significant improvements! I can't help but wonder about the bootstrap time: it goes up by 75s (from 114s to 189s, or ~66% increase)? Do you perhaps have multiple runs comparing just the bootstrap times to ensure it's related more to the