https://bz.apache.org/bugzilla/show_bug.cgi?id=65885
Bug ID: 65885
Summary: HTML Report: Error report displays wrong failure
message when Response Assertion checks Ignore Status
and Assertion test that response code is 403|404 for
example
Product: JMeter
Version: 5.4.3
Hardware: All
OS: All
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.5
Created attachment 38192
--> https://bz.apache.org/bugzilla/attachment.cgi?id=38192&action=edit
Grafana OK
See attached screenshot showing Response Assertion that:
- has Ignore status checked
- has a Pattern to test: 403|404 and custom failure set to Mensch Maier!
HTML report shows as error:
- 404/Not Found
(https://github.com/apache/jmeter/blob/master/src/core/src/main/java/org/apache/jmeter/report/processor/ErrorsSummaryConsumer.java#L90)
While it should display as BackendListener:
- Mensch Maier!
(https://github.com/apache/jmeter/blob/master/src/components/src/main/java/org/apache/jmeter/visualizers/backend/ErrorMetric.java#L44)
--
You are receiving this mail because:
You are the assignee for the bug.