Bug 62209 - InfluxBackendListenerClient: First Assertion Failure Message must be sent if error code and response code are empty or ok
Summary: InfluxBackendListenerClient: First Assertion Failure Message must be sent if ...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 4.0
Hardware: All All
: P2 enhancement (vote)
Target Milestone: JMETER_5.0
Assignee: JMeter issues mailing list
URL:
Keywords: FixedInTrunk
Depends on:
Blocks:
 
Reported: 2018-03-21 20:26 UTC by Philippe Mouawad
Modified: 2018-03-31 11:47 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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