https://bz.apache.org/bugzilla/show_bug.cgi?id=63016
Bug ID: 63016
Summary: Empty HTML report if source csv contains labels with
quotes
Product: JMeter
Version: 5.0
Hardware: PC
Status: NEW
Severity: normal
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.1
Creating a html report from a csv file that contains labels with quotes (")
leads to an empty html report.
Example testplan:
-----------------
Testplan
-Thread Group
--Debug Sampler "Test"
Example report.csv:
-------------------
timeStamp,elapsed,label,responseCode,responseMessage,threadName,dataType,success,failureMessage,bytes,grpThreads,allThreads,Latency,Encoding,Hostname,IdleTime
1545134163000,0,"Debug Sampler
""Test""",200,OK,TG-1,text,true,,1000,1,1,0,UTF-8,localhost,0
Create html report:
-------------------
jmeter.bat -g report.csv -o htmlReport
After opening the html report, the browser comes up with the following error:
Uncaught SyntaxError: Unexpected identifier (dashboard.js:170)
Best regards
--
You are receiving this mail because:
You are the assignee for the bug.