-
-
Notifications
You must be signed in to change notification settings - Fork 499
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
windows ipc winsec fails frequently in CI/CD #1346
Comments
Haven't seen this in a bit. |
Still happens kind of frequently. I suspect its related to our paths. |
The problem I think is that this test is implemented using a fixed address and convey, and listen will fail sometimes if the clean up from a prior subtest has not completed. We should rewrite this test using the "new" test framework, and using the support function to provide a unique and safe address for every run. |
While this test passes consistently on my system, its a frequent source of failures in CI/CD.
Additionally it's hard to debug because convey doesn't give us enough information about what failed. Let's convert it to the new test framework.
The text was updated successfully, but these errors were encountered: