microsoft / azure-load-testing

MIT License
22 stars 2 forks source link

[BUG] Load Test Results: JMeter web pages missing #73

Open conradascott opened 2 years ago

conradascott commented 2 years ago

Describe the bug After running a load test, the results .zip file used to contain a set of JMeter web pages with results. These results web pages no longer exist.

To Reproduce Steps to reproduce the behavior:

  1. Run a load test.
  2. Go to results.
  3. Click Download, select results. File is downloaded to local temp folder.
  4. Open .zip file- no JMeter pages present.

Expected behavior Expected JMeter result web pages to exist in .zip file. Note that I tried this with both AKS and an App Service and the JMeter web pages were missing from both.

Screenshots N/A

Desktop (please complete the following information):

AB#1535523

Sachid26 commented 2 years ago

Thank you for reporting this. The JTL dashboard has been disabled temporarily. We will update once we re-enable it.

conradascott commented 2 years ago

Thanks. This is a major issue because we cannot download tests results. The JMeter results web pages are missing. The results Excel file is too large to open (see issue 44). If you can take a look, it would be great. Thanks

MetroMarv commented 1 year ago

I struggled with same.

Alternatively you can create the web pages yourself by using the JMeter CLI. Download JMeter and execute

jmeter -g <Output CSV file from Azure> -o <Output folder for web pages>