X Tutup
The Wayback Machine - https://web.archive.org/web/20200918095318/https://github.com/PowerShell/PSScriptAnalyzer/pull/1358
Skip to content
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

Increase maximum runspace pool size in flaky test #1358

Merged
merged 2 commits into from Jan 16, 2020
Merged

Conversation

@bergmeister
Copy link
Collaborator

bergmeister commented Oct 26, 2019

PR Summary

Increase maximum number over time until we find a stable upper limit. It turns out one cannot do a straightforward calculation of runspaces (either due to complexity or garbage collection)
An example build failure with 14 runspaces is here: https://ci.appveyor.com/project/PowerShell/psscriptanalyzer/builds/28399656/job/8d7spi13o6kekjaw?fullLog=true

cc @thomasrayner for visiblity

PR Checklist

@bergmeister
Copy link
Collaborator Author

bergmeister commented Nov 11, 2019

re-trigger ci

@bergmeister bergmeister reopened this Nov 11, 2019
@bergmeister bergmeister requested a review from JamesWTruher Jan 2, 2020
@bergmeister bergmeister merged commit 86c48b4 into master Jan 16, 2020
3 checks passed
3 checks passed
continuous-integration/appveyor/branch AppVeyor build succeeded
Details
continuous-integration/appveyor/pr AppVeyor build succeeded
Details
license/cla All CLA requirements met.
@bergmeister bergmeister deleted the bergmeister-patch-2 branch Feb 9, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.
X Tutup