-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Pester script is hanging after the recent Pull Requests #60
Comments
Hi Can you try running the pipeline with diagnostics enabled and sharing the logs? You can enable diagnostics by setting the system.debug variable to true at queue time. Thanks. |
Hi, please see below:
|
We are also seeing this behavior for v10. For us we were able to debug that it hangs because it is trying to install
Based on this it shouldn't happen.
|
@ChrisLGardner Any help on this is helpful. |
Can confirm. Pester runner is unable to install a package non-interactively.
Also, I assume the installation is triggered somewhere from here: That Install-PackageProvider cmdlet finishes successfully and installs package non-interactively |
I too am seeing his issue. But the problem persists on the execution of the Pester Test Runner task. |
There is a Pester script processed with Azure Devops task "Pester Test Runner" and It has been detected as broken within version 9.4.0 and it worked for 9.3.0.
It is not related to the agent because it is hanging within Azure Pipelines agents too and there were no changes in the custom pool.
The current behavior: the task is going to be started for minutes.
Expected (previous) behavior: the task executes simple pester scripts for <2 minutes.
The text was updated successfully, but these errors were encountered: