This is an automated email from the ASF dual-hosted git repository.

fschumacher pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 99a06ac  Seems like our test plans were subject to the bug 64142
99a06ac is described below

commit 99a06ac24d77fd15a1adf8bc25bbec5c77c40ea5
Author: Felix Schumacher <felix.schumac...@internetallee.de>
AuthorDate: Sun Feb 16 16:29:59 2020 +0100

    Seems like our test plans were subject to the bug 64142
    
    Correct the number of reported threads in the expected file, as they
    have changed with the fixing of bug 64142.
    
    Bugzilla Id: 64142
---
 bin/testfiles/JDBC_TESTS.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/bin/testfiles/JDBC_TESTS.xml b/bin/testfiles/JDBC_TESTS.xml
index e2c5e13..ca0a704 100644
--- a/bin/testfiles/JDBC_TESTS.xml
+++ b/bin/testfiles/JDBC_TESTS.xml
@@ -360,7 +360,7 @@
     <failure>false</failure>
     <error>false</error>
   </assertionResult>
-  <sample s="true" lb="JDBC_With_Failing_PreProcessor-0" rc="200" rm="OK" 
tn="TG-Errors 2-1" dt="text" sc="1" ec="0" ng="0" na="0"/>
+  <sample s="true" lb="JDBC_With_Failing_PreProcessor-0" rc="200" rm="OK" 
tn="TG-Errors 2-1" dt="text" sc="1" ec="0" ng="1" na="1"/>
 </sample>
 <sample s="true" lb="JDBC_With_Failing_PostProcessor" rc="200" rm="OK" 
tn="TG-Errors 2-1" dt="text" sc="1" ec="0" ng="1" na="1">
   <assertionResult>
@@ -368,7 +368,7 @@
     <failure>false</failure>
     <error>false</error>
   </assertionResult>
-  <sample s="true" lb="JDBC_With_Failing_PostProcessor-0" rc="200" rm="OK" 
tn="TG-Errors 2-1" dt="text" sc="1" ec="0" ng="0" na="0"/>
+  <sample s="true" lb="JDBC_With_Failing_PostProcessor-0" rc="200" rm="OK" 
tn="TG-Errors 2-1" dt="text" sc="1" ec="0" ng="1" na="1"/>
 </sample>
 
 </testResults>

Reply via email to