microsoft / playwright-testing-service

MIT License
87 stars 13 forks source link

[BUG]:[Pipeline stuck in "in Progress" for multiple runs] #118

Closed garg-shubham closed 2 months ago

garg-shubham commented 3 months ago

Describe the bug Here's the Test Runs page for our workspace: https://playwright.microsoft.com/workspaces/westus3_8bb7536e-c5d5-431c-9d36-89641b40423d Pipeline link: https://dev.azure.com/msazure/One/_build?definitionId=357939&_a=summary as you would see, there are mutiple test runs that are stuck i inProgress for days. The issue is Cloud agnostic, as the runs stuck are from different clouds. The pipeline starts 5 test runs in the night automatically to test the changes from last day.

Expected behavior Test runs should get completed / give a failed to run tests error.

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

Setup information (please complete the following information):

Additional context Add any other context about the problem here.

pratiksharma23 commented 2 months ago

The runs were stuck in running state due to no testRun end event arriving from the client side. This seems to be due to failing SAS token calls from the service, which exited the process.

This is mitigated by upgrading to the latest package version, as confirmed by the team.