Re: [openstack-dev] [Neutron][QA] Partial fix for unittest memory consumption

2014-05-09 Thread Edgar Magana Perdomo (eperdomo)
I ran the tests in my dev server and I noticed the decrease in memory 
consumption. Very good job Maru!
The patch has been approved!

Edgar

From: Salvatore Orlando mailto:sorla...@nicira.com>>
Reply-To: "OpenStack Development Mailing List (not for usage questions)" 
mailto:openstack-dev@lists.openstack.org>>
Date: Thursday, May 8, 2014 at 7:30 AM
To: "OpenStack Development Mailing List (not for usage questions)" 
mailto:openstack-dev@lists.openstack.org>>
Subject: Re: [openstack-dev] [Neutron][QA] Partial fix for unittest memory 
consumption

Thanks Maru,

I've added this patch to my list of patches to review.
I've also targeted the bug of J-1 because I love being a pedant bookkeeper.

Salvatore


On 8 May 2014 11:41, Maru Newby mailto:ma...@redhat.com>> 
wrote:
Memory usage due to plugin+mock leakage is addressed by the following patch:

https://review.openstack.org/#/c/92793/

I'm seeing residual (post-test) memory usage decrease from ~4.5gb to ~1.3gb 
with 12 concurrent test runners.  Of the 1.3gb, sqlalchemy is taking the lion 
share at ~500mb, so that will be my next target.


Maru
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org<mailto:OpenStack-dev@lists.openstack.org>
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev

___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Neutron][QA] Partial fix for unittest memory consumption

2014-05-08 Thread Joe Gordon
On Thu, May 8, 2014 at 7:30 AM, Salvatore Orlando wrote:

> Thanks Maru,
>
> I've added this patch to my list of patches to review.
> I've also targeted the bug of J-1 because I love being a pedant bookkeeper.
>
> Salvatore
>
>
> On 8 May 2014 11:41, Maru Newby  wrote:
>
>> Memory usage due to plugin+mock leakage is addressed by the following
>> patch:
>>
>> https://review.openstack.org/#/c/92793/
>>
>> I'm seeing residual (post-test) memory usage decrease from ~4.5gb to
>> ~1.3gb with 12 concurrent test runners.  Of the 1.3gb, sqlalchemy is taking
>> the lion share at ~500mb, so that will be my next target.
>>
>
Awesome!


>
>>
>> Maru
>> ___
>> OpenStack-dev mailing list
>> OpenStack-dev@lists.openstack.org
>> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>>
>
>
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
>
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


Re: [openstack-dev] [Neutron][QA] Partial fix for unittest memory consumption

2014-05-08 Thread Salvatore Orlando
Thanks Maru,

I've added this patch to my list of patches to review.
I've also targeted the bug of J-1 because I love being a pedant bookkeeper.

Salvatore


On 8 May 2014 11:41, Maru Newby  wrote:

> Memory usage due to plugin+mock leakage is addressed by the following
> patch:
>
> https://review.openstack.org/#/c/92793/
>
> I'm seeing residual (post-test) memory usage decrease from ~4.5gb to
> ~1.3gb with 12 concurrent test runners.  Of the 1.3gb, sqlalchemy is taking
> the lion share at ~500mb, so that will be my next target.
>
>
> Maru
> ___
> OpenStack-dev mailing list
> OpenStack-dev@lists.openstack.org
> http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev
>
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev


[openstack-dev] [Neutron][QA] Partial fix for unittest memory consumption

2014-05-08 Thread Maru Newby
Memory usage due to plugin+mock leakage is addressed by the following patch:

https://review.openstack.org/#/c/92793/

I'm seeing residual (post-test) memory usage decrease from ~4.5gb to ~1.3gb 
with 12 concurrent test runners.  Of the 1.3gb, sqlalchemy is taking the lion 
share at ~500mb, so that will be my next target.


Maru
___
OpenStack-dev mailing list
OpenStack-dev@lists.openstack.org
http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev