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/10/27 07:16:02 UTC

svn commit: r1813477 - in /jmeter/trunk/bin/testfiles: OS_TESTS.jmx OS_TESTS.xml

Author: pmouawad
Date: Fri Oct 27 07:16:02 2017
New Revision: 1813477

URL: http://svn.apache.org/viewvc?rev=1813477&view=rev
Log:
Bug 61651 Improve OS test coverage
Fix wrong assertion on Mac/Linux and wrong OS_TESTS.xml
Bugzilla Id: 61651

Modified:
    jmeter/trunk/bin/testfiles/OS_TESTS.jmx
    jmeter/trunk/bin/testfiles/OS_TESTS.xml

Modified: jmeter/trunk/bin/testfiles/OS_TESTS.jmx
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/testfiles/OS_TESTS.jmx?rev=1813477&r1=1813476&r2=1813477&view=diff
==============================================================================
--- jmeter/trunk/bin/testfiles/OS_TESTS.jmx (original)
+++ jmeter/trunk/bin/testfiles/OS_TESTS.jmx Fri Oct 27 07:16:02 2017
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<jmeterTestPlan version="1.2" properties="3.4" jmeter="3.4-SNAPSHOT.20171022">
+<jmeterTestPlan version="1.2" properties="3.4" jmeter="3.4-SNAPSHOT.20171027">
   <hashTree>
     <TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Test Plan" enabled="true">
       <stringProp name="TestPlan.comments"></stringProp>
@@ -138,7 +138,7 @@
               <collectionProp name="Asserion.test_strings">
                 <stringProp name="-57279347">Process timeout out after 1000 milliseconds</stringProp>
               </collectionProp>
-              <stringProp name="Assertion.test_field">Assertion.response_headers</stringProp>
+              <stringProp name="Assertion.test_field">Assertion.response_message</stringProp>
               <boolProp name="Assertion.assume_success">true</boolProp>
               <intProp name="Assertion.test_type">16</intProp>
             </ResponseAssertion>

Modified: jmeter/trunk/bin/testfiles/OS_TESTS.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/bin/testfiles/OS_TESTS.xml?rev=1813477&r1=1813476&r2=1813477&view=diff
==============================================================================
--- jmeter/trunk/bin/testfiles/OS_TESTS.xml (original)
+++ jmeter/trunk/bin/testfiles/OS_TESTS.xml Fri Oct 27 07:16:02 2017
@@ -22,9 +22,8 @@
 <sample s="true" lb="OSPS-sleep" rc="500" rm="System Sampler interrupted whilst executing system call: java.lang.InterruptedException: Process timeout out after 1000 milliseconds" tn="Thread Group 1-1" dt="text" sc="1" ec="0" ng="1" na="1">
   <assertionResult>
     <name>Response Assertion</name>
-    <failure>true</failure>
+    <failure>false</failure>
     <error>false</error>
-    <failureMessage>Response was null</failureMessage>
   </assertionResult>
   <assertionResult>
     <name>Response Assertion</name>