<p>The unit testd were transferred to file because in_memory db was leaking memory, causing the jenkins job to go OOM. So this is ptobably not going to help a lot as the infra team informed us unit tests should be able to run on a 2gb ram machine.</p>

<p>The flipside of this id that now they take longer, and sometimes the jenkins job kills itself because cannot finish in 30 minutes.<br>
So, as you native english speakers say, we're between a rock and a hard place.</p>
<p>Assuming we can find a way to stem the memory leak, I would like to kerp in memory unit tests. I tried, but to no avail. It seems sqlite does not free memory even if you explicitly destroy tables.</p>
<p>Otherwise, Bob proposed to mount the sqlite db file into a ram fs. I have not spent any time on thid, but assumung it is feasible for the infra team, I think this would be the way to go.</p>
<p>Last resort would be to shorten the number of tests by removing test_<pluginname>_plugin modules and appropriate modules which run only unit tests for covering methods overriden by the specific plugin.</p>
<div class="gmail_quote">Il giorno 07/ott/2012 09:09, "Gary Kotton" <<a href="mailto:gkotton@redhat.com">gkotton@redhat.com</a>> ha scritto:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
There have been a number of issues regarding unit tests as of late - the main problem being that they are taking too long. The reason for the increased test time was using a file instead of memory. I have tried a number of things to improve the test times but to no avail (for example defining the pragma cache which I understand uses mmap for the file - this reduced the time of an average test from 4 seconds to 2 seconds. When using memory this was 0.10 secs). I have reverted them back to the in memory and suggest that we discuss on how to tackle the problem in the future. I think that it is better that we have the tests running and try and work on a better long term solution off line. I guess that we can discuss this at summit. Please look at - <a href="https://review.openstack.org/14135" target="_blank">https://review.openstack.org/<u></u>14135</a><br>

Thanks<br>
Gary<br>
<br>
______________________________<u></u>_________________<br>
OpenStack-dev mailing list<br>
<a href="mailto:OpenStack-dev@lists.openstack.org" target="_blank">OpenStack-dev@lists.openstack.<u></u>org</a><br>
<a href="http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev" target="_blank">http://lists.openstack.org/<u></u>cgi-bin/mailman/listinfo/<u></u>openstack-dev</a><br>
</blockquote></div>