testkube icon indicating copy to clipboard operation
testkube copied to clipboard

summary report export and UI on testkube

Open nttq1sub opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. I got this error when run test on jmeter executor on testkube

Describe the solution you'd like It can show summary report in the UI as in the jmeter and allow to export this summary report

Describe alternatives you've considered 2023-11-22 07:17:56,313 INFO o.a.j.r.p.CsvFileSampleSource: produce(): 8 samples produced in 61ms on channel 0 2023-11-22 07:17:56,313 INFO o.a.j.r.d.ReportGenerator: Exporting data using exporter:'json' of className:'org.apache.jmeter.report.dashboard.JsonExporter' 2023-11-22 07:17:56,449 INFO o.a.j.r.d.JsonExporter: Found data for consumer statisticsSummary in context 2023-11-22 07:17:56,449 INFO o.a.j.r.d.JsonExporter: Creating statistics for overall 2023-11-22 07:17:56,450 ERROR o.a.j.JMeter: Error generating the report java.lang.IndexOutOfBoundsException: Index: 13, Size: 13 at java.util.ArrayList.rangeCheck(ArrayList.java:659) ~[?:1.8.0_275] at java.util.ArrayList.get(ArrayList.java:435) ~[?:1.8.0_275] at org.apache.jmeter.report.processor.ListResultData.get(ListResultData.java:72) ~[ApacheJMeter_core.jar:5.0 r1840935] at org.apache.jmeter.report.dashboard.JsonExporter.createStatistic(JsonExporter.java:135) ~[ApacheJMeter_core.jar:5.0 r1840935] at org.apache.jmeter.report.dashboard.JsonExporter.export(JsonExporter.java:72) ~[ApacheJMeter_core.jar:5.0 r1840935] at org.apache.jmeter.report.dashboard.ReportGenerator.exportData(ReportGenerator.java:381) ~[ApacheJMeter_core.jar:5.0 r1840935] at org.apache.jmeter.report.dashboard.ReportGenerator.generate(ReportGenerator.java:262) ~[ApacheJMeter_core.jar:5.0 r1840935] at org.apache.jmeter.JMeter$ListenToTest.generateReport(JMeter.java:1264) ~[ApacheJMeter_core.jar:5.5] at org.apache.jmeter.JMeter$ListenToTest.testEnded(JMeter.java:1200) [ApacheJMeter_core.jar:5.5] at org.apache.jmeter.engine.StandardJMeterEngine.notifyTestListenersOfEnd(StandardJMeterEngine.java:227) [ApacheJMeter_core.jar:5.0 r1840935] at org.apache.jmeter.engine.StandardJMeterEngine.run(StandardJMeterEngine.java:495) [ApacheJMeter_core.jar:5.0 r1840935] at java.lang.Thread.run(Thread.java:748) [?:1.8.0_275]

Additional context image

nttq1sub avatar Nov 22 '23 06:11 nttq1sub

hey @nttq1sub it's worth to check our Pro version. pinging @TheBrunoLopes

vsukhin avatar Nov 22 '23 09:11 vsukhin