https://bz.apache.org/bugzilla/show_bug.cgi?id=64624
Bug ID: 64624
Summary: Russian language in field Type of error encode
Product: JMeter
Version: 5.2.1
Hardware: PC
OS: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.3.1
Created attachment 37371
--> https://bz.apache.org/bugzilla/attachment.cgi?id=37371&action=edit
csv report and png of dashboard
Hello!
I have a problem with encoding when generating a dashboard report.
In .csv file the label field is displayed correctly in Russian language, but in
Type of error field the text is displayed incorrectly ('\u041A
\u0441\u043E\u0436\...').
In the search for the truth, I replaced sampleresult.default.encoding = UTF-8
in jmeter.propertis, I also added this encoding for all my requests.
Found such a bug https://bz.apache.org/bugzilla/show_bug.cgi?id=59889 and it
went into the release, checked that this patch is in my version ..
I generate the report like this:
eval $ jmeter -g $ loadReports /report1.csv -o $ loadReports /report
or so, if it is launched through teamcity:
jmeter -n -t $ {JMETER_PATH} / test-plan / $ {FILE_NAME} .jmx -Jlayer = $
{LAYER} -Jusers = $ {USERS_NUMBER} -l /result/result_$ {FILE_NAME }.jtl -j /
result /jmeter_$ {FILE_NAME }.log -e -o / result / report _ $ {FILE_NAME} /
Please tell me how i can fix it
--
You are receiving this mail because:
You are the assignee for the bug.