Bug 62209

Summary: InfluxBackendListenerClient: First Assertion Failure Message must be sent if error code and response code are empty or ok
Product: JMeter - Now in Github Reporter: Philippe Mouawad <p.mouawad>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P2 Keywords: FixedInTrunk
Version: 4.0   
Target Milestone: JMETER_5.0   
Hardware: All   
OS: All   

Description Philippe Mouawad 2018-03-21 20:26:37 UTC
Currently as nothing is sent, you end up with a correct count of errors but no error detail if you use:

- https://grafana.com/dashboards/4026
Comment 1 Philippe Mouawad 2018-03-24 20:30:37 UTC
Author: pmouawad
Date: Sat Mar 24 20:16:35 2018
New Revision: 1827674

URL: http://svn.apache.org/viewvc?rev=1827674&view=rev
Log:
Bug 62209  InfluxBackendListenerClient: First Assertion Failure Message must be sent if error code and response code are empty or ok
Bugzilla Id: 62209

Added:
    jmeter/trunk/src/core/org/apache/jmeter/report/utils/
    jmeter/trunk/src/core/org/apache/jmeter/report/utils/MetricUtils.java   (with props)
Modified:
    jmeter/trunk/src/components/org/apache/jmeter/visualizers/backend/ErrorMetric.java
    jmeter/trunk/src/core/org/apache/jmeter/report/processor/ErrorsSummaryConsumer.java
    jmeter/trunk/src/core/org/apache/jmeter/samplers/SampleResult.java
    jmeter/trunk/src/core/org/apache/jmeter/save/CSVSaveService.java
    jmeter/trunk/src/protocol/http/org/apache/jmeter/protocol/http/sampler/HTTPSamplerBase.java
    jmeter/trunk/test/src/org/apache/jmeter/report/processor/ErrorsSummaryConsumerTest.java
    jmeter/trunk/xdocs/changes.xml


Author: pmouawad
Date: Sat Mar 24 20:30:02 2018
New Revision: 1827678

URL: http://svn.apache.org/viewvc?rev=1827678&view=rev
Log:
Bug 62209  InfluxBackendListenerClient: First Assertion Failure Message must be sent if error code and response code are empty or ok
Fix Test failure
Bugzilla Id: 62209
Comment 2 The ASF infrastructure team 2022-09-24 20:38:12 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4721