Requests Summary as per its name, concerns Requests not SampleResults generated by TransactionController. Currently it counts twice or more an error: - 1 time for the request - 1 time for the parent TC if any - 1 time for the parent TC of its parent TC if any .... So it should ignore TC Sample Results.
Author: pmouawad Date: Sat Sep 10 08:10:15 2016 New Revision: 1760133 URL: http://svn.apache.org/viewvc?rev=1760133&view=rev Log: Bug 60103 - Report / Dashboard : Requests summary includes Transaction Controller leading to wrong percentage Bugzilla Id: 60103 Modified: jmeter/trunk/src/core/org/apache/jmeter/report/processor/RequestsSummaryConsumer.java jmeter/trunk/xdocs/changes.xml jmeter/trunk/xdocs/usermanual/generating-dashboard.xml
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4097