-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
AppHost.Bundle.Tests.BundleLocalizedApp.Bundled_Localized_App_Run_Succeeds failing #85993
Comments
Tagging subscribers to this area: @dotnet/area-infrastructure-libraries Issue DetailsMicrosoft.NET.HostModel.Tests AppHost.Bundle.Tests failing on CI Build Installer Build and Test coreclr windows_x86 Debug Build InformationBuild: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=265331 Error MessageFill the error message using known issues guidance. {
"ErrorMessage": "Tests failed: D:\a\_work\1\s\artifacts\TestResults\Debug\AppHost.Bundle.Tests_net8.0_x86.html",
"BuildRetry": false,
"ErrorPattern": "",
"ExcludeConsoleLog": false
}
|
Looks like encoding issue somewhere:
I'm no aware of any changes in the host/related tests, so possibly something from the system around it? @elinor-fung for ideas. |
We haven't changed anything there. It does seem to have been failing intermittently since mid-April based on our test data: AzureDevOpsTests
| where Repository == "dotnet/runtime"
| where TestName == "AppHost.Bundle.Tests.BundleLocalizedApp.Bundled_Localized_App_Run_Succeeds"
| where Outcome == "Failed"
| where Message contains "did not contain expected result: 'ನಮಸ್ಕಾರ! வணக்கம்! Hello!'"
| order by RunCompleted asc
| project BuildId, TestRunName, TestName, Message, StackTrace, RunCompleted |
Failed in #86602 |
Tagging subscribers to this area: @agocke, @vitek-karas, @VSadov Issue DetailsMicrosoft.NET.HostModel.Tests AppHost.Bundle.Tests failing on CI Build Installer Build and Test coreclr windows_x86 Debug Build InformationBuild: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=265331 Error MessageFill the error message using known issues guidance. {
"ErrorMessage": "The command output did not contain expected result: 'ನಮಸ್ಕಾರ! வணக்கம்! Hello!'",
"BuildRetry": false,
"ErrorPattern": "",
"ExcludeConsoleLog": false
} Report
Summary
|
Still not sure why exactly this is failing, but the test seems to depend on more external factors than it should (and maybe doesn't compensate for them). I'll try to rework it a bit. |
Microsoft.NET.HostModel.Tests AppHost.Bundle.Tests failing on CI Build Installer Build and Test coreclr windows_x86 Debug
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=265331
Build error leg or test failing: AppHost.Bundle.Tests.BundleLocalizedApp.Bundled_Localized_App_Run_Succeeds
Pull request: #85896
Error Message
Fill the error message using known issues guidance.
Report
Summary
The text was updated successfully, but these errors were encountered: