Azure / load-testing

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

[BUG] Load test resource "Not Found" #59

Closed tom171296 closed 11 months ago

tom171296 commented 11 months ago

Describe the bug Running a load test results in a Not Found. Running the same code 3 weeks ago resulted in a succesfull load test run. Running it now results in a 404 resource not found.

To Reproduce Steps to reproduce the behavior:

  1. Use the github action "azure/load-testing@v1.1.17"
  2. Run the pipeline

Expected behavior I expect the load test run to be created in my load testing resource.

Screenshots image

ninallam commented 11 months ago

@tom171296 Thanks for reaching out. We will look into this and get back.

tom171296 commented 11 months ago

I found out that this bug is introduced in version 1.1.17, version 1.1.16 still works for me.

tom171296 commented 11 months ago

little remark, in version 1.1.16 it isn't fixed. It seems to be an issue with azure not finding the resource actually. Did you already have time to look into this issue? @ninallam

ninallam commented 11 months ago

@tom171296 we have released v1.1.18. Please check if it working for you.

tom171296 commented 11 months ago

@ninallam I tested it, and it seems to be working again. My pipeline is able to create the test again! Thanks for the solution.