Author: pmouawad
Date: Mon Oct 23 21:27:27 2017
New Revision: 1813104

URL: http://svn.apache.org/viewvc?rev=1813104&view=rev
Log:
Bug 61641 - Improve JMS Test coverage
We can get error logs as we shutdown ActiveMQ in teardown while connections are 
closed after it, so we ignore here
Bugzilla Id: 61641

Modified:
    jmeter/trunk/build.xml

Modified: jmeter/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1813104&r1=1813103&r2=1813104&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Mon Oct 23 21:27:27 2017
@@ -2750,6 +2750,7 @@ run JMeter unless all the JMeter jars ar
        <antcall target="batchtest">
          <param name="batchtest.name" value="JMS_TESTS"/>
       <param name="batchtest.jmx" value="JMS_TESTS.jmx"/>
+      <param name="batchtest.ignoreErrorLogs" value="true" />
        </antcall>
       
        <antcall target="batchtest">


Reply via email to