<div dir="ltr"><div>We don&#39;t have a configured maximum duration for the stress tests. The stress build take about 13 minutes now, but enabling all the stress tests will probably increase the duration. <br><br>I didn&#39;t want to delay regular builds, I&#39;ve scheduled it to run every night at 03:00 GMT instead of running after every commit.<br>

</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Oct 7, 2013 at 4:09 PM, Sanne Grinovero <span dir="ltr">&lt;<a href="mailto:sanne@infinispan.org" target="_blank">sanne@infinispan.org</a>&gt;</span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Nice!<br>
Is that going to work out with our hardware?<br>
<br>
We&#39;ll need to be careful now with the configured duration of each such test.<br>
<div class="HOEnZb"><div class="h5"><br>
On 7 October 2013 13:48, Dan Berindei &lt;<a href="mailto:dan.berindei@gmail.com">dan.berindei@gmail.com</a>&gt; wrote:<br>
&gt; I&#39;ve created a build in CI for the stress tests:<br>
&gt;<br>
&gt; <a href="http://ci.infinispan.org/viewType.html?buildTypeId=Infinispan_StressHotspotJdk6" target="_blank">http://ci.infinispan.org/viewType.html?buildTypeId=Infinispan_StressHotspotJdk6</a><br>
&gt;<br>
&gt; Cheers<br>
&gt; Dan<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Sun, Oct 6, 2013 at 12:07 AM, Sanne Grinovero &lt;<a href="mailto:sanne@infinispan.org">sanne@infinispan.org</a>&gt;<br>
&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Hi all,<br>
&gt;&gt; the following change introduced a critical issue in the Lucene Directory:<br>
&gt;&gt;<br>
&gt;&gt;        final Set&lt;String&gt; filesList = fileOps.getFileList();<br>
&gt;&gt; -      String[] array = filesList.toArray(new String[0]);<br>
&gt;&gt; -      return array;<br>
&gt;&gt; +     return filesList.toArray(new String[filesList.size()]);<br>
&gt;&gt;<br>
&gt;&gt; I&#39;ll leave it as a puzzler to figure why the change is able to cause<br>
&gt;&gt; trouble ;-)<br>
&gt;&gt;<br>
&gt;&gt; This generates a NPE in just a single second of running one of the<br>
&gt;&gt; stress tests or performance tests, but I&#39;m guilty of not being able to<br>
&gt;&gt; make a normal unit test for this case.<br>
&gt;&gt;<br>
&gt;&gt; That module contains such limited code, that in the very rare<br>
&gt;&gt; occasions in which I apply some changes I re-run the included<br>
&gt;&gt; benchmarks; I realize I can&#39;t expect that from all of you, so..<br>
&gt;&gt;<br>
&gt;&gt; Should we enable some stress tests on CI?<br>
&gt;&gt;<br>
&gt;&gt; As a side warning consequence of this, the Lucene Directory in release<br>
&gt;&gt; 6.0.0.CR1 is very unreliable [ISPN-3592].<br>
&gt;&gt;<br>
&gt;&gt; --Sanne<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; infinispan-dev mailing list<br>
&gt;&gt; <a href="mailto:infinispan-dev@lists.jboss.org">infinispan-dev@lists.jboss.org</a><br>
&gt;&gt; <a href="https://lists.jboss.org/mailman/listinfo/infinispan-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/infinispan-dev</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; infinispan-dev mailing list<br>
&gt; <a href="mailto:infinispan-dev@lists.jboss.org">infinispan-dev@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/infinispan-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/infinispan-dev</a><br>
_______________________________________________<br>
infinispan-dev mailing list<br>
<a href="mailto:infinispan-dev@lists.jboss.org">infinispan-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/infinispan-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/infinispan-dev</a><br>
</div></div></blockquote></div><br></div>