Azure / load-testing

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

[BUG] A supported task execution handler was not found. The task does not carry an implementation that is compatible with your current operating system 'Windows(X64)' #99

Open SvenLauterbach opened 1 week ago

SvenLauterbach commented 1 week ago

Describe the bug When using the Azure DevOps extension to run a Load Test, we receive the following error message:

2024-06-20T01:03:35.7049494Z ##[section]Starting: Load Test 2024-06-20T01:03:35.7203223Z ============================================================================== 2024-06-20T01:03:35.7203609Z Task : Azure Load Testing 2024-06-20T01:03:35.7203923Z Description : Automate performance regression testing with Azure Load Testing 2024-06-20T01:03:35.7204233Z Version : 1.2.46 2024-06-20T01:03:35.7204438Z Author : Microsoft Corporation 2024-06-20T01:03:35.7204861Z Help : https://docs.microsoft.com/azure/load-testing/tutorial-cicd-azure-pipelines#azure-load-testing-task 2024-06-20T01:03:35.7205326Z ============================================================================== 2024-06-20T01:03:35.7747638Z ##[error]A supported task execution handler was not found. The task does not carry an implementation that is compatible with your current operating system 'Windows(X64)'. Contact the task author for more details. 2024-06-20T01:03:35.7756100Z ##[section]Finishing: Load Test

This happens since 14/06/2024. We noticed that the version number changed from 1.2.45 to 1.2.46 on this date.

To Reproduce Steps to reproduce the behavior: 1.) Create a Azure DevOps classic Release pipeline with just one Azure Load Test Task and run it with a Windows X64 agent

Expected behavior A successful Load test.

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Add any other context about the problem here.

SvenLauterbach commented 6 days ago

I saw that this repo is for github actions. Where can I report issues with the Azure DevOps extension?