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

[LinuxBionic] Disable RemoteExecutor during test runs #76495

Closed
wants to merge 2 commits into from

Conversation

steveisok
Copy link
Member

Fixes #76140

Steve Pfister added 2 commits October 1, 2022 17:54
Set DOTNET_REMOTEEXECUTOR_SUPPORTED=0 in SimpleAndroidTestRunner in order not run RemoteExecutor tests on LinuxBionic. It's not adequately supported on devices.
@ghost ghost assigned steveisok Oct 1, 2022
@dotnet-issue-labeler
Copy link

I couldn't figure out the best area label to add to this PR. If you have write-permissions please help me learn by adding exactly one area label.

@steveisok
Copy link
Member Author

/azp run runtime-extra-platforms

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jkotas
Copy link
Member

jkotas commented Oct 1, 2022

Is there a reason why Linux Bionic does not support remote executor? I would expect that remote executor should work on Linux Bionic just fine. Linux Bionic is basically plain vanilla Linux. It does not come with the same limitations as Android apps.

@jkotas
Copy link
Member

jkotas commented Oct 1, 2022

Also, we have a ton of RemoteExecutor tests and they seem to be all running on Linux Bionic today. Why are we seeing the failure on just 3 tests? It suggests that the problem is specific to the 3 tests that are failing.

@akoeplinger
Copy link
Member

I agree with Jan, if possible we should just disable the failing tests

@steveisok steveisok closed this Oct 4, 2022
@directhex
Copy link
Member

directhex commented Oct 11, 2022 via email

@ghost ghost locked as resolved and limited conversation to collaborators Nov 10, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 System.Diagnostics tests failing - System.FormatException : The input is not a valid Base-64
4 participants