<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, May 21, 2013 at 1:42 PM, Karel Piwko <span dir="ltr">&lt;<a href="mailto:kpiwko@redhat.com" target="_blank">kpiwko@redhat.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Seems to me that we might agree on moving tests into separate repository</blockquote><div><br></div><div>+1 </div><div>
 </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"> for<br>
now while making them a part of src/test of the project itself once we<br>
stabilize testing tools.<br></blockquote><div><br></div><div style>please no INTEGRATION tests in src/test</div><div><br></div><div> </div><div><br></div><div style>-M</div><div><br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

<br>
Comments inline.<br>
<br>
Karel<br>
<div class="im"><br>
On Tue, 21 May 2013 11:11:42 +0200<br>
Matthias Wessendorf &lt;<a href="mailto:matzew@apache.org">matzew@apache.org</a>&gt; wrote:<br>
<br>
&gt; On Tue, May 21, 2013 at 9:15 AM, Karel Piwko &lt;<a href="mailto:kpiwko@redhat.com">kpiwko@redhat.com</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; Well, we have 3 options where to put tests:<br>
&gt; &gt;<br>
&gt; &gt; 1/ Have them tightly integrated - that would be src/test<br>
&gt; &gt; 2/ Have them next to actual code - that&#39;s current proposal<br>
&gt; &gt; 3/ Have them in separate repository - that&#39;s Matthias option<br>
&gt; &gt;<br>
&gt; &gt; I chose 2/ because that way people are not required to setup anything to<br>
&gt; &gt;<br>
&gt;<br>
&gt; well, it&#39;s not really tied to the maven default layout;<br>
&gt; folks have to explictily cd into the &quot;tests&quot; folder, at root level;<br>
&gt; Also, I guess you need separated CI hooks for that<br>
&gt;<br>
</div>Yes, we need to add one more Maven execution set up in CI.<br>
<div class="im">&gt;<br>
&gt;<br>
&gt;<br>
&gt; &gt; code on the component while being aware something like integration tests<br>
&gt; &gt; exists and it&#39;s not that difficult to fix them if broken by your last<br>
&gt; &gt; commit.<br>
&gt; &gt;<br>
&gt;<br>
&gt; fair point, but they can be always executed against the latest snapshot.<br>
<br>
</div>Yes, they will be no matter where the tests are put into. But &quot;cd tests &amp; fix&quot;<br>
is much less effort compared to check CI job where tests actually are, clone,<br>
fix and rerun.<br>
<div class="im">&gt;<br>
&gt;<br>
&gt;<br>
&gt; &gt; That&#39;s the main reason why I do not like 3/, separate lifecycle for tests<br>
&gt; &gt; adds<br>
&gt; &gt; entry barrier for test development and maintenance.<br>
&gt;<br>
&gt;<br>
&gt; cd tests (at root level), make this already very similar to a separate<br>
&gt; project, hence it has<br>
&gt; an individual &quot;lifecycle&quot;, right ?<br>
<br>
</div>It is a separate project. But lifecycle is shared.<br>
<div class="im">&gt;<br>
&gt;<br>
&gt;<br>
&gt; &gt; Option 1/ is the best if<br>
&gt; &gt; the set of test tools is stable, which is unfortunately not the case yet,<br>
&gt; &gt; unfortunately.<br>
&gt; &gt;<br>
&gt;<br>
&gt; For me, personally src/test is more for unit/mock testing. But that&#39;s just<br>
&gt; personal preference.<br>
<br>
</div>Right.<br>
<div class="HOEnZb"><div class="h5">&gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; &gt;<br>
&gt; &gt; Personally, I do not like integration tests being kept separately. With<br>
&gt; &gt; Arquillian, the boundary between integration and unit test is very blur, so<br>
&gt; &gt; so the only point keeping tests separated is developer turnaround - test<br>
&gt; &gt; execution feedback should be quick. So, if you guys figure out that<br>
&gt; &gt; integration<br>
&gt; &gt; tests take too much time in future, I&#39;d opt for making smoke profile with a<br>
&gt; &gt; subset of selected tests and full profile for CI purposes.<br>
&gt; &gt;<br>
&gt; &gt; Karel<br>
&gt; &gt;<br>
&gt; &gt; On Mon, 20 May 2013 16:30:24 -0300<br>
&gt; &gt; Bruno Oliveira &lt;<a href="mailto:bruno@abstractj.org">bruno@abstractj.org</a>&gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt; &gt; Hi Karel, why do not follow conventions? src/test?<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; <a href="http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html" target="_blank">http://maven.apache.org/guides/introduction/introduction-to-the-standard-directory-layout.html</a><br>

&gt; &gt; &gt;<br>
&gt; &gt; &gt; Karel Piwko wrote:<br>
&gt; &gt; &gt; &gt; Hi All,<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; I&#39;ve just sent a PR for PushEE testing [1]. The idea is to write tests<br>
&gt; &gt; &gt; &gt; covering specification and simply execute those against a real running<br>
&gt; &gt; &gt; &gt; server instance. More details at [2].<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; I have evaluated multiple API approaches, described here[3], Groovy and<br>
&gt; &gt; &gt; &gt; Spock seems to be the best to me.<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; Any comments/suggestions/objections very welcomed. My plan is to start<br>
&gt; &gt; &gt; &gt; covering specs we have so far and run it on a CI server.<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; Thanks,<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; Karel<br>
&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt; &gt; [1] <a href="https://github.com/matzew/pushee/pull/6/" target="_blank">https://github.com/matzew/pushee/pull/6/</a><br>
&gt; &gt; &gt; &gt; [2] <a href="https://github.com/kpiwko/pushee/blob/tests/tests/readme.txt" target="_blank">https://github.com/kpiwko/pushee/blob/tests/tests/readme.txt</a><br>
&gt; &gt; &gt; &gt; [3] <a href="https://gist.github.com/kpiwko/5612949" target="_blank">https://gist.github.com/kpiwko/5612949</a><br>
&gt; &gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; &gt; aerogear-dev mailing list<br>
&gt; &gt; &gt; &gt; <a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a><br>
&gt; &gt; &gt; &gt; <a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br>
&gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt; aerogear-dev mailing list<br>
&gt; &gt; &gt; <a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a><br>
&gt; &gt; &gt; <a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; aerogear-dev mailing list<br>
&gt; &gt; <a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a><br>
&gt; &gt; <a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br>
&gt; &gt;<br>
&gt;<br>
&gt;<br>
&gt;<br>
<br>
_______________________________________________<br>
aerogear-dev mailing list<br>
<a href="mailto:aerogear-dev@lists.jboss.org">aerogear-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/aerogear-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/aerogear-dev</a><br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br>Matthias Wessendorf <br><br>blog: <a href="http://matthiaswessendorf.wordpress.com/" target="_blank">http://matthiaswessendorf.wordpress.com/</a><br>
sessions: <a href="http://www.slideshare.net/mwessendorf" target="_blank">http://www.slideshare.net/mwessendorf</a><br>twitter: <a href="http://twitter.com/mwessendorf" target="_blank">http://twitter.com/mwessendorf</a>
</div></div>