-
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
system.diagnostics.tests.providermetadatatests.getprovidernames_assertproperties #64153
Comments
I couldn't figure out the best area label to add to this issue. If you have write-permissions please help me learn by adding exactly one area label. |
Tagging subscribers to this area: @tommcdon Issue DetailsRunfo Creating Tracking Issue (data being generated)
|
This showed up in the latest rolling build and has been hitting in PRs. @tommcdon Is someone available to investigate?
|
Tagging subscribers to this area: @dotnet/area-system-diagnostics-eventlog Issue DetailsRunfo Tracking Issue: system.diagnostics.tests.providermetadatatests.getprovidernames_assertproperties
Build Result Summary
|
The runtime-extra-platforms rolling build just hit this too: https://dev.azure.com/dnceng/public/_build/results?buildId=1612202&view=ms.vss-test-web.build-test-results-tab&runId=44896660&resultId=118843&paneView=debug |
Added blocking clean ci because it is blocking extra-platforms and main pipeline. Can we perhaps disable the test? |
Removing blocking - it was disabled Line 94 in 0e6d607
Ah, but it was not disabled for Arm64, and it's continuing to fail there. Needs disabling for that. TestResults
//| join kind=inner WorkItems on WorkItemId
| join kind=inner Jobs on JobId
| where Finished >= now(-120d)
| where Result == "Fail"
| where Type == "System.Diagnostics.Tests.ProviderMetadataTests"
//| where WorkItemFriendlyName startswith "System.Diagnostics"
//| where Method == "GetProviderNames_AssertProperties"
//| where Source !startswith "pr/"
| project
Pipeline = tostring(parse_json(Properties).DefinitionName),Result,
//Pipeline_Configuration = tostring(parse_json(Properties).configuration),
OS = QueueName,
Arch = tostring(parse_json(Properties).architecture),
//Test = Type1,
//Result,
Finished,
//Duration,
Method,
//Build = tostring(parse_json(Properties).BuildNumber),
Message, StackTrace
| where Pipeline startswith "runtime"
| summarize count() by Arch, Message, Method, StackTrace
|
test now fully disabled. |
@carlossanlop Do we still need this in the 7.0.0 milestone? |
Runfo Tracking Issue: system.diagnostics.tests.providermetadatatests.getprovidernames_assertproperties
Build Result Summary
The text was updated successfully, but these errors were encountered: