You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are trying to override the setting jmeter.save.saveservice.assertion_results_failure_message=True, from jmeter-bzt.properties file, but we feel this setting is hardcoded in the command line
So, the value in the jmeter-bzt.properties is not respected?
Is there any reason this is hard coded as part of the arguments?
We want this to be set to True so that the report output kpi.jtl is compatible in one of our report processing tools. To make it compatible we want these columns in the CSV file
Currently we are getting this error when the report is getting generated.
/opt/hostedtoolcache/jmeter-2e0f0d9b2a6ddba2b87ef4b69c1d7255f50b3840/5.4.0/x64/apache-jmeter-5.4/bin/jmeter -Jjmeter.save.saveservice.assertion_results_failure_message=false -g taurus-output/kpi.jtl -o taurus-output/report -q taurus-output/jmeter-bzt.properties
An error occurred: Error while processing samples: Consumer failed with message :Consumer failed with message :Consumer failed with message :Consumer failed with message :Consumer failed with message :No column <failureMessage> found in sample metadata <timeStamp,elapsed,label,responseCode,responseMessage,threadName,success,bytes,grpThreads,allThreads,Latency,Hostname,Connect>, check #jmeter.save.saveservice.* properties to add the missing column
##[warning]JMeter report generation failed.
We also tried setting all the properties through the Task "TaurusRunner@0" argument as follows
We are trying to override the setting
jmeter.save.saveservice.assertion_results_failure_message=True
, from jmeter-bzt.properties file, but we feel this setting is hardcoded in the command linejmeterTool.arg(["-Jjmeter.save.saveservice.assertion_results_failure_message=false"]);
So, the value in the jmeter-bzt.properties is not respected?
Is there any reason this is hard coded as part of the arguments?
We want this to be set to True so that the report output kpi.jtl is compatible in one of our report processing tools. To make it compatible we want these columns in the CSV file
Currently we are getting this error when the report is getting generated.
We also tried setting all the properties through the Task "TaurusRunner@0" argument as follows
taurusArguments: '-o jmeter.save.saveservice.output_format=csv -o jmeter.save.saveservice.assertion_results_failure_message=true -o jmeter.save.saveservice.assertion_results=none -o jmeter.save.saveservice.data_type=true -o jmeter.save.saveservice.label=true -o jmeter.save.saveservice.response_code=true -o jmeter.save.saveservice.response_data=false -o jmeter.save.saveservice.response_data.on_error=true -o jmeter.save.saveservice.response_message=false -o jmeter.save.saveservice.successful=true -o jmeter.save.saveservice.thread_name=true -o jmeter.save.saveservice.time=true -o jmeter.save.saveservice.subresults=true -o jmeter.save.saveservice.assertions=true -o jmeter.save.saveservice.latency=true -o jmeter.save.saveservice.samplerData=true -o jmeter.save.saveservice.responseHeaders=true -o jmeter.save.saveservice.requestHeaders=true -o jmeter.save.saveservice.encoding=true -o jmeter.save.saveservice.bytes=true -o jmeter.save.saveservice.sent_bytes=true -o jmeter.save.saveservice.url=true -o jmeter.save.saveservice.hostname=true -o jmeter.save.saveservice.thread_counts=true -o jmeter.save.saveservice.sample_count=true -o jmeter.save.saveservice.idle_time=true -o jmeter.save.saveservice.timestamp_format=ms'
now it fails with the following error
The text was updated successfully, but these errors were encountered: