bodycombathuang opened a new issue, #6231:
URL: https://github.com/apache/jmeter/issues/6231
### Expected behavior
failureMessage in csv should display "error"
### Actual behavior
failureMessage in csv should display nothing
### Steps to reproduce the problem
I have a JSR 223 assertion
if(vars.get("connectionId")=="abc")
AssertionResult.setFailure(false);
else
{
AssertionResult.setResultForFailure("error");
}
and view result tree listener which writes result to test.csv
run the test plan, I can see error is shown as failureMessage in jmeter
but I check test.csv, the failureMessage column value is blank
### JMeter Version
5.6.2
### Java Version
_No response_
### OS Version
_No response_
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]