<div dir="ltr">This didn&#39;t help unfortunately.<div><br></div><div>But I got a bit further. There seems to be a dependency between NegativeValidationTestCase and DisabledValidationTestCase (in the same package). If I run the former alone, it fails, but if I run the two together via -Dtest..., both pass.</div>
<div><br></div><div>I really can&#39;t say what&#39;s causing this: NegativeValidationTestCase just expects *any* exception (<span class="">@Test</span>(expected = Exception.<span class="">class</span>)), so it&#39;s really hard to say what&#39;s actually asserted here. I guess DisabledValidationTestCase creates some exceptional state which then causes NegativeValidationTestCase to pass, though possibly not due to the exception originally expected.</div>








<div><br></div><div><br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">2013/4/19 Scott Marlow <span dir="ltr">&lt;<a href="mailto:smarlow@redhat.com" target="_blank">smarlow@redhat.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">You might need to define allTests.  Something like this might work better:<br>
<br>
cd testsuite/integration/basic/<br>
<br>
mvn install -Dts.noSmoke -Dtest=org.jboss.as.test.<u></u>integration.jpa.basic.<u></u>entitymanagerfactorytest.<u></u>EntityManagerFactoryTestCase -DallTests<br>
<br>
Could you try again like this (after building AS8 first).<div><div class="h5"><br>
<br>
On 04/18/2013 12:29 PM, Gunnar Morling wrote:<br>
</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div class="h5">
Hi all,<br>
<br>
I&#39;m having a problem with running single tests on jboss-as/master.<br>
<br>
If I run all the &quot;basic&quot; integration tests (via ./integration-tests.sh<br>
test -Dts.basic), everything works fine. But if when I run a certain<br>
test only (/integration-tests.sh test -Dts.basic<br>
-Dtest=<u></u>NegativeValidationTestCase), that one will fail.<br>
<br>
The log says:<br>
<br>
org.jboss.msc.service.<u></u>DuplicateServiceException: Service<br>
jboss.connector.connection-<u></u>factory.java:jboss/exported/<u></u>bv/VCF is already<br>
registered<br>
<br>
(See <a href="http://pastebin.com/DkrwVgU5" target="_blank">http://pastebin.com/DkrwVgU5</a> for the complete stack trace). IIUC<br>
this factory is registered by this test itself, but somehow it fails to<br>
be properly removed/cleaned up when only this single test is run.<br>
<br>
Does anyone have an idea what&#39;s the cause for this and how it can be<br>
avoided?<br>
<br>
Thanks a lot,<br>
<br>
--Gunnar<br>
<br>
<br>
<br></div></div>
______________________________<u></u>_________________<br>
jboss-as7-dev mailing list<br>
<a href="mailto:jboss-as7-dev@lists.jboss.org" target="_blank">jboss-as7-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/jboss-as7-dev" target="_blank">https://lists.jboss.org/<u></u>mailman/listinfo/jboss-as7-dev</a><br>
<br>
</blockquote>
<br>
</blockquote></div><br></div>