mirror of https://github.com/apache/jmeter.git
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:
parent
499ad34a93
commit
206c451ae9
|
|
@ -38,7 +38,7 @@ public class Top5ErrorsBySamplerConsumer extends
|
|||
* Instantiates a new Top5 Errors by sampler consumer.
|
||||
*/
|
||||
public Top5ErrorsBySamplerConsumer() {
|
||||
super(true);
|
||||
super(false);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue