You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by pm...@apache.org on 2017/03/01 22:51:04 UTC

svn commit: r1785061 - in /jmeter/trunk: bin/testfiles/TestSchedulerWithTimer.jmx build.xml

Author: pmouawad
Date: Wed Mar  1 22:51:03 2017
New Revision: 1785061

URL: http://svn.apache.org/viewvc?rev=1785061&view=rev
Log:
Bug 60797 - TestAction in pause mode can last beyond configured duration of test
Add Tests for Bugs 60797 and 60049
Bugzilla Id: 60797

Modified:
    jmeter/trunk/bin/testfiles/TestSchedulerWithTimer.jmx
    jmeter/trunk/build.xml

Modified: jmeter/trunk/bin/testfiles/TestSchedulerWithTimer.jmx
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/testfiles/TestSchedulerWithTimer.jmx?rev=1785061&r1=1785060&r2=1785061&view=diff
==============================================================================
--- jmeter/trunk/bin/testfiles/TestSchedulerWithTimer.jmx (original)
+++ jmeter/trunk/bin/testfiles/TestSchedulerWithTimer.jmx Wed Mar  1 22:51:03 2017
@@ -2,7 +2,7 @@
 <jmeterTestPlan version="1.2" properties="3.2" jmeter="3.2-SNAPSHOT.20170301">
   <hashTree>
     <TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Test Plan" enabled="true">
-      <stringProp name="TestPlan.comments">Each Thread Group should initially end after 20s but since scheduler is set to 5s, we check it ends within 5.5s</stringProp>
+      <stringProp name="TestPlan.comments">Each Thread Group should initially end after 20s but since scheduler is set to 5s, we check it ends within 5.5s. Tests for Bugs 60797 and 60049</stringProp>
       <boolProp name="TestPlan.functional_mode">false</boolProp>
       <boolProp name="TestPlan.serialize_threadgroups">false</boolProp>
       <elementProp name="TestPlan.user_defined_variables" elementType="Arguments" guiclass="ArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">

Modified: jmeter/trunk/build.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/build.xml?rev=1785061&r1=1785060&r2=1785061&view=diff
==============================================================================
--- jmeter/trunk/build.xml (original)
+++ jmeter/trunk/build.xml Wed Mar  1 22:51:03 2017
@@ -2775,6 +2775,11 @@ run JMeter unless all the JMeter jars ar
       <!-- This test contains a Redirection loop that leads to an error -->
       <param name="batchtest.ignoreErrorLogs" value="true" />
     </antcall>
+
+    <antcall target="batchtest">
+      <param name="batchtest.name" value="TestSchedulerWithTimer"/>
+      <param name="batchtest.jmx" value="TestSchedulerWithTimer.jmx"/>
+    </antcall>
   </target>
 
   <!-- Run all batch tests; used by test target -->