<div dir="ltr"><div><div><div><div>Hey Frank,<br><br></div>multinode testsuite is quite complex and intensive. <br></div>in any case it should not start instance defined in JBOSS_HOME <br></div>it should start instances in <br>
/home/jboss/WildFly-8.0/wildfly/testsuite/integration/multinode/target/jbossas-multinode-client<br>and <br>/home/jboss/WildFly-8.0/wildfly/testsuite/integration/multinode/target/jbossas-multinode-server<br><br><br>but just to make sure i would undefine JBOSS_HOME env variable it is useful for running server but kinda pain for testsuite.<br>
<br>--<br></div>tomaz<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Wed, Oct 30, 2013 at 9:16 AM, Frank Langelage <span dir="ltr"><<a href="mailto:frank.langelage@osnanet.de" target="_blank">frank.langelage@osnanet.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I'm still trying to run the complete testsuite without everything where<br>
multiple instances of WildFly are started (clustering, multinode, ...).<br>
Main reason is I do not enough free memory resources.<br>
And as I anyways only use WildFly in standalone mode I want to see the<br>
other tests passing on my system but don't care about clustering.<br>
<br>
<br>
I'm running build/test with "ksh build.sh clean install -DallTests<br>
-Dts.noClustering -DnoMultinode" now.<br>
<br>
I see that clustering testsuite code gets compiled but testsuite is not<br>
executed. Fine!<br>
<br>
<br>
But this does not work for multinode testsuite. Testsuite is executed,<br>
although I have -DnoMultinode which is the activation property name in<br>
pom.xml.<br>
What am I missing?<br>
<br>
<br>
The multinode tests seems to be configured bad some how.<br>
I have WildFly sources located in directory /home/jboss/WildFly-8.0/.<br>
<br>
Testsuite execution fails with<br>
<br>
-------------------------------------------------------<br>
T E S T S<br>
-------------------------------------------------------<br>
Running<br>
org.jboss.as.test.multinode.remotecall.scoped.context.DynamicJNDIContextEJBInvocationTestCase<br>
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 3.32 sec<br>
<<< FAILURE!<br>
Running org.jboss.as.test.multinode.remotecall.RemoteLocalCallTestCase<br>
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.077<br>
sec <<< FAILURE!<br>
Running<br>
org.jboss.as.test.multinode.transaction.TransactionInvocationTestCase<br>
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.043<br>
sec <<< FAILURE!<br>
<br>
Results :<br>
<br>
Tests in error:<br>
org.jboss.as.test.multinode.remotecall.scoped.context.DynamicJNDIContextEJBInvocationTestCase:<br>
jbossHome '/mbi/tools/jboss/8.0' must exist<br>
org.jboss.as.test.multinode.remotecall.RemoteLocalCallTestCase:<br>
Arquillian has previously been attempted initialized, but failed. See<br>
cause for previous exception<br>
org.jboss.as.test.multinode.transaction.TransactionInvocationTestCase:<br>
Arquillian has previously been attempted initialized, but failed. See<br>
cause for previous exception<br>
<br>
Tests run: 3, Failures: 0, Errors: 3, Skipped: 0<br>
<br>
<br>
It does not use the server just build from sources in<br>
/home/jboss/WildFly-8.0/wildfly/build/target/wildfly-8.0.0.Beta2-SNAPSHOT but<br>
tries to start the one in $JBOSS_HOME = /mbi/tools/jboss/8.0.<br>
<br>
_______________________________________________<br>
wildfly-dev mailing list<br>
<a href="mailto:wildfly-dev@lists.jboss.org">wildfly-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/wildfly-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/wildfly-dev</a><br>
</blockquote></div><br></div>