-
Notifications
You must be signed in to change notification settings - Fork 997
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
Remove dependency on RemoteExecutor
in tests
#4500
Comments
This issue is now marked as "up for grabs", and we’re looking for a community volunteer to work on this issue. If we receive no interest in 120 days, we will close the issue. To learn more about how we handle feature requests, please see our documentation. Happy Coding! |
I can help with removing the What if anything should be done with tests that depend on |
That'd be great! We use/tried to use |
Here's some context #2192 (comment) |
I have a stash with That is good to know that the UIIntegration test project executes tests serially. |
We can do this in a staggered fashion - i.e., open a PR that fixes one or two tests, then fix another, etc., until all fixed. |
@willibrandon I'm assigning this to you. Please holler if you won't be able to work on it. |
@Tanya-Solyanik In #12379 I have re-enabled all tests that were previously skipped with the explanation: Additionally, I restored the correct state of the Summary of Attempts:
Both approaches passed local tests but failed automated CI checks. For now, I’m pausing work on this issue to focus on higher-priority tasks. Let me know if you have any suggestions or would like me to revisit this sooner! |
Problem description:
RemoteExecutor
has been used in a number of tests for the sole purpose of enabling visual styles. HoweverRemoteExecutor
has proven to be rather unstable (see: dotnet/arcade#5325).The tests have been update to run with visual styles on by default in #4197, however
RemoteExecutor
hasn't been cleaned out.We need to scan the codebase for
RemoteExecutor
(and "Skip = "Crash with AbandonedMutexException. See: dotnet/arcade#5325"") and update those tests, removingRemoteExecutor
.The text was updated successfully, but these errors were encountered: