Bug 60726 - Report / Dashboard : Top 5 errors by samplers must not take into account the series filtering

Bugzilla Id: 60726

git-svn-id: https://svn.apache.org/repos/asf/jmeter/trunk@1782610 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Philippe Mouawad 2017-02-11 15:19:46 +00:00
parent 499ad34a93
commit 206c451ae9
2 changed files with 6 additions and 1 deletions

View File

@ -38,7 +38,7 @@ public class Top5ErrorsBySamplerConsumer extends
* Instantiates a new Top5 Errors by sampler consumer.
*/
public Top5ErrorsBySamplerConsumer() {
super(true);
super(false);
}
/**

View File

@ -261,6 +261,11 @@ JMeter now requires Java 8. Ensure you use most up to date version.
<ul>
</ul>
<h3>Report / Dashboard</h3>
<ul>
<li><bug>60726</bug>Report / Dashboard : Top 5 errors by samplers must not take into account the series filtering</li>
</ul>
<h3>General</h3>
<ul>
<li><bug>60428</bug>JMeter Graphite Backend Listener throws exception when test ends