<div dir="ltr"><div><div><div><div><div>I did a search a long time ago for wrong test names: <a href="https://issues.jboss.org/browse/ISPN-2534">https://issues.jboss.org/browse/ISPN-2534</a><br><br></div>It seems I missed <span class="">JdbcMixedCacheStoreTest2</span> / JdbcMixedCacheStoreVamTest2 in the patch for some reason, although I did mention them in the JIRA description :(<br>

<br>Searching again, I see some more tests that need renaming:<br></div><br>./core/src/test/java/org/infinispan/profiling/ProfileTestSlave.java<br>./core/src/test/java/org/infinispan/xsite/TestBackupForNotSpecified.java<br>

./query/src/test/java/org/infinispan/query/config/LegacyConfigurationAdaptorTests.java<br>./tools/src/test/java/org/infinispan/test/fwk/TestNameVerifier.java<br><br></div><div>Could you create a JIRA + PR for them as well?<br>

</div><div><br></div><div>BTW, it may be a good idea to remove the auto-correcting functionality of TestNameVerifier, so we can enable it all the time, and instead add the ability to check the file names against the Surefire pattern.<br>

</div><br></div>Cheers<br></div>Dan<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Mar 5, 2013 at 6:34 PM, Anna Manukyan <span dir="ltr">&lt;<a href="mailto:amanukya@redhat.com" target="_blank">amanukya@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">Hi all,<br>
<br>
during ER12 testing I&#39;ve found out that there are some tests which were not included into ISPN testsuite run.<br>
<br>
And this issue appeared both on our JDG related jobs as well as I&#39;ve checked the Cloudbees for the community version runs and the same situation is there.<br>
<br>
If the testsute run Maven command includes the -Dtest=org/infinispan/**... parameter (for corresponding module), then these tests are included in the run.<br>
<br>
The thing was that there were some failing tests, which we didn&#39;t see during our previous test runs.<br>
<br>
I&#39;ve found out that the issue is that some of the test classes don&#39;t follow the naming convention for Maven (Test*.java || *Test.java || *TestCase.java). Example tests are: JdbcMixedCacheStoreTest2 &amp; JdbcMixedCacheStoreVamTest2 classes.<br>


<br>
So I&#39;ve renamed and fixed the tests mentioned above, but I will need to find all tests which are under the mentioned category and rename them so that all existing tests run properly (they are not so much).<br>
<br>
Best regards,<br>
Anna.<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>
</blockquote></div><br></div>