-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
3 System.Diagnostics tests failing - System.FormatException : The input is not a valid Base-64 #76140
Comments
Tagging subscribers to this area: @tommcdon Issue DetailsAffected tests:
Regression on 9/21 - first occurrence in PR 25181 Runfo queries:
As of 9/24 there are 10 hits on the same builds in each test:
|
@carlossanlop any idea what is the release/5 branch? Is it 5.0.x servicing? |
Tagging subscribers to 'arch-android': @steveisok, @akoeplinger Issue DetailsAffected tests:
Regression on 9/21 - first occurrence in PR 25181 Runfo queries:
As of 9/24 there are 10 hits on the same builds in each test:
|
/cc @mdh1418 |
All 3 of the listed tests require RemoteExecutor support, which is not supported on Android and I think extends to LB. |
@karelz for runtime specifically, 5.0 is handled internally only, since it's out of support. Will send you the branch via chat. |
It is not what the code says: https://github.com/dotnet/arcade/blob/5fb434d9e8b99ff4d64381ef2f0c577b314a56e2/src/Microsoft.DotNet.RemoteExecutor/src/RemoteExecutor.cs#L99-L108 |
A few ProcessStartInfo tests sometimes fail for strange reasons. Disabling until we can look further. Addresses dotnet#76140
A few ProcessStartInfo tests sometimes fail for strange reasons. Disabling until we can look further. Addresses #76140 Co-authored-by: Steve Pfister <steve.pfister@microsoft.com>
Tagging subscribers to this area: @dotnet/area-system-diagnostics-process Issue DetailsAffected tests:
Regression on 9/21 - first occurrence in PR 25181 Runfo queries:
As of 9/24 there are 10 hits on the same builds in each test:
{
"ErrorMessage" : " The input is not a valid Base-64 string as it contains a non-base 64 character",
"BuildRetry": false
} Report
Summary
|
I don't understand one thing: in #76585 @steveisok has disabled this test by applying following attribute: [ActiveIssue("https://github.com/dotnet/runtime/issues/76140", TestPlatforms.LinuxBionic)] but it keeps failing for Why is that? |
Affected tests:
System.Diagnostics.Tests.ProcessStartInfoTests.ProcessStartInfoEnvironmentDoesNotThrowForCaseSensitiveDuplicates
System.Diagnostics.Tests.ProcessStartInfoTests.ProcessStartInfoEnvironmentVariablesDoesNotThrowForCaseSensitiveDuplicates
System.Diagnostics.Tests.ProcessStartInfoTests.EnvironmentGetEnvironmentVariablesIsCaseSensitive
Regression on 9/21 - first occurrence in PR 25181
Runfo queries:
As of 9/24 there are 10 hits on the same builds in each test:
net7.0-Linux-Release-arm64-Mono_Release_LinuxBionic-Windows.10.Amd64.Android.Open
Report
Summary
Known issue validation
Build: 🔎⚠️ Validation could not be done without an Azure DevOps build URL on the issue. Please add it to the "Build: 🔎" line.
Result validation:
The text was updated successfully, but these errors were encountered: