Bug 64547

Summary: Report/Dashboard: Ensure graphs Response codes per second is not broken by empty response code in SampleResult
Product: JMeter - Now in Github Reporter: Philippe Mouawad <p.mouawad>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: normal CC: p.mouawad
Priority: P2 Keywords: FixedInTrunk
Version: 3.0   
Target Milestone: JMETER_5.4   
Hardware: All   
OS: All   
Attachments: Broken Response Code per second

Description Philippe Mouawad 2020-06-23 10:07:02 UTC
Created attachment 37325 [details]
Broken Response Code per second

If a plugin delivers SampleResults with empty response code then graph ends up like attached screenshot.

Colors don't match.
Some series are no more clickable.
Comment 1 Philippe Mouawad 2020-06-23 10:11:18 UTC
pmouawad 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 69ecfde  Bug 64547 - Report/Dashboard: Ensure graphs Response codes per second is not broken by empty response code in SampleResult
69ecfde is described below

commit 69ecfde59a12fcf1e333419af9958e935107b329
Author: pmouawad <p.mouawad@ubik-ingenierie.com>
AuthorDate: Tue Jun 23 12:09:31 2020 +0200

    Bug 64547 - Report/Dashboard: Ensure graphs Response codes per second is
    not broken by empty response code in SampleResult

    Contributed by UbikLoadPack
---
 .../report/processor/graph/AbstractSeriesSelector.java    | 15 +++++++++++++++
 .../jmeter/report/processor/graph/CodeSeriesSelector.java |  5 +----
 .../jmeter/report/processor/graph/NameSeriesSelector.java |  4 +---
 .../report/processor/graph/StaticSeriesSelector.java      |  4 +---
 xdocs/changes.xml                                         |  2 ++
 5 files changed, 20 insertions(+), 10 deletions(-)
Comment 2 Philippe Mouawad 2020-07-25 14:07:10 UTC
This is an automated email from the ASF dual-hosted git repository.

pmouawad 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 12bb68c  Bug 64547 - Report/Dashboard: Ensure graphs Response codes per second is not broken by empty response code in SampleResult
12bb68c is described below

commit 12bb68cb6f83f378fee37af61499c64a4e2a266d
Author: pmouawad <p.mouawad@ubik-ingenierie.com>
AuthorDate: Sat Jul 25 16:06:01 2020 +0200

    Bug 64547 - Report/Dashboard: Ensure graphs Response codes per second is
    not broken by empty response code in SampleResult


    Fix regression in Response Time Percentiles Over Time (successful
    responses)
---
 .../org/apache/jmeter/report/processor/graph/StaticSeriesSelector.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
Comment 3 The ASF infrastructure team 2022-09-24 20:38:20 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/5342