microsoft / azure-load-testing

MIT License
22 stars 3 forks source link

[BUG] Create and Run Load Test: Results Disappear #42

Open conradascott opened 2 years ago

conradascott commented 2 years ago

Describe the bug Load Test: Create test, run, exit, return: test results Disappear

To Reproduce

  1. Create a Load Test (JMeter has URL to Azure Function; added resources)
  2. Run Test
  3. Exit and return to Test Results page

Expected behavior Test results should not disappear.

Screenshots image

Desktop (please complete the following information):

Submitted by Conrad to Nick Trough in December 2021 who sent to product team.

Error displayed when returning to test results (see attached screen shot):

{ "shellProps": { "sessionId": "98b854b976244f5ea45cdea6ca046693", "extName": "Microsoft_Azure_CloudNativeTesting", "contentName": "NewReport" }, "error": { "message": "t.throughput.toFixed is not a function", "error": { "message": "t.throughput.toFixed is not a function", "name": "TypeError", "stack": "TypeError: t.throughput.toFixed is not a function\n at t._initStatistics (https://afd.hosting-ms.portal.azure.net/cloudnativetesting/Content/Dynamic/iFwL3xKDLUX3.js:7:8307)\n at t. (https://afd.hosting-ms.portal.azure.net/cloudnativetesting/Content/Dynamic/iFwL3xKDLUX3.js:7:12460)\n at s (https://ms.portal.azure.com/Content/Dynamic/IMnrqdwlqpqW.js:17:2614)\n at Object.next (https://ms.portal.azure.com/Content/Dynamic/IMnrqdwlqpqW.js:17:1907)\n at o (https://ms.portal.azure.com/Content/Dynamic/IMnrqdwlqpqW.js:17:1680)", "extension": "Microsoft_Azure_CloudNativeTesting" }, "code": null }}

AB#1467961