You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2017/02/23 18:58:14 UTC

svn commit: r1784195 - /jmeter/trunk/build.xml

Author: sebb
Date: Thu Feb 23 18:58:14 2017
New Revision: 1784195

URL: http://svn.apache.org/viewvc?rev=1784195&view=rev
Log:
Try to fix jmeter-nightly server test fail

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1784195&r1=1784194&r2=1784195&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Thu Feb 23 18:58:14 2017
@@ -2452,6 +2452,7 @@ run JMeter unless all the JMeter jars ar
           <arg value="-j"/>
           <arg value="${batchtestserver.out}/${batchtestserver.log}"/>
           <arg value="-Dserver_port=${rmi_port}"/>
+          <arg value="-Djava.rmi.server.hostname=127.0.0.1"/> <!-- TEMP DEBUG -->
           <arg value="-s"/>
           <arg value="-Jserver.exitaftertest=true"/>
           <arg value="${rmi_hostname_option}"/>
@@ -2461,7 +2462,7 @@ run JMeter unless all the JMeter jars ar
         <!-- Increase as necessary to ensure server has time to start -->
         <sleep seconds="2"/>
         <antcall target="batchtest">
-          <param name="remote" value="-Rlocalhost:${rmi_port}"/>
+          <param name="remote" value="-R127.0.0.1:${rmi_port}"/>  <!-- TEMP DEBUG -->
           <param name="taskname" value="client"/>
           <!-- Default the test name so we can override with a parameter -->
         </antcall>