Azure / load-testing

Automate azure load test through github actions
MIT License
17 stars 17 forks source link

changes for EINVAL issue reported by customer, latest version changes… #97

Closed mohitpavan closed 2 weeks ago

mohitpavan commented 2 weeks ago

… (#96)

https://github.com/Azure/load-testing/issues/95 there is an issue with some EINVAL where we use some ExecFile command and there is a breaking change in node18,20 and it started failing in windows. ref : https://github.com/nodejs/node/issues/52554 we missed updating the API-version to latest preview version, done now. added the report in the loadTest output folder. fixed the undefined issues when there are no statistics. updated the pr build checks to check both the windows and ubuntu. there is a bug, when the test run is polled for completion, the TR is deleted, then it goes to the infinite loop, changed it to proper one and included the errors in the same. added the check for the file checks which the pipeline produces in the E2E of pr build. in time of validation of test files, if the deletion of test occurs, then there is error that it shows validation succeeded and then fails while creating the TR.