-
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
Platform_TimeZoneNames failing for Iran time zones on macOS #83901
Comments
@hoyosjs Any ideas why this isn't catching the failures? The message is in the test failure: |
Looks like the text is in the specific subcase that failed. Maybe the Known Issues logic isn't searching in test subcases that failed? |
Tagging subscribers to this area: @dotnet/area-system-globalization Issue DetailsBuild InformationBuild: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=216592 Error MessageFill the error message using known issues guidance. {
"ErrorMessage": "(UTC+03:30) Iran Standard Time (Tehran)",
"BuildRetry": false,
"ErrorPattern": "",
"ExcludeConsoleLog": true
} ReportSummary
|
|
@dotnet/dnceng do you know why this blob isn't matching? It seems to fit and it appears in the error section of the test case. |
@hoyosjs, sorry it's not behaving as you expect. Understanding this will require some investigation. Can you file an issue in Arcade with sufficient context / repro so that it can be triaged and addressed appropriately? |
This is also happening in 6.0 and 7.0, so I'm reopening the issue. Affected 7.0 PR is: #83747 Failure message in both is:
|
... so, why do we have tests that are dependent on external data with no guarantee of stability? Should we be just checking for a non-empty string? That it contains part of some content? |
@Clockwork-Muse it is good to be aware of the changes and find out if the change make sense too. |
The json pattern is correct, but the I added the label a few hrs ago but it isn't matching the 7.0 and 6.0 patterns. I suspect it's because the ExcludeConsoleLog item was set to true. I changed it to false, hopefully that'll make the failures to get collected. |
Yep, that was it. The bot is collecting failed CI legs now. |
Backports merged. We can close this. |
Build Information
Build: https://dev.azure.com/dnceng-public/cbb18261-c48f-4abb-8651-8cdcb5474649/_build/results?buildId=216592
Build error leg or test failing: System.Tests.TimeZoneInfoTests.Platform_TimeZoneNames
Pull request: #83755
Error Message
Fill the error message using known issues guidance.
Report
Summary
The text was updated successfully, but these errors were encountered: