Closed VincentBu closed 2 years ago
Tagging subscribers to this area: @tommcdon, @krwq See info in area-owners.md if you want to be subscribed.
Author: | VincentBu |
---|---|
Assignees: | - |
Labels: | `arch-x86`, `area-System.Diagnostics`, `os-windows` |
Milestone: | - |
Failed again in runtime-coreclr libraries-jitstress2-jitstressregs 20210724.1
Failed tests:
net6.0-windows-Release-x86-CoreCLR_checked-jitstress2_jitstressregs2-Windows.10.Amd64.Open
System.Diagnostics.Tests.EventLogConfigurationTests.EventLogConfiguration_CheckProperties_RemainsTheSame
System.Diagnostics.Tests.ProviderMetadataTests.ProviderNameTests
Error Message:
System.Diagnostics.Eventing.Reader.EventLogException : The RPC server is unavailable.
Stack trace
at System.Diagnostics.Eventing.Reader.EventLogException.Throw(Int32 errorCode) in /_/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogException.cs:line 46
at System.Diagnostics.Eventing.Reader.EventLogConfiguration..ctor(String logName, EventLogSession session) in /_/src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventLogConfiguration.cs:line 46
at System.Diagnostics.Tests.EventLogConfigurationTests.EventLogConfiguration_CheckProperties_RemainsTheSame(String logName) in /_/src/libraries/System.Diagnostics.EventLog/tests/System/Diagnostics/Reader/EventLogConfigurationTests.cs:line 33
Test isn't disabled, and hasn't failed for a while. @dotnet/area-system-diagnostics-eventlog such issue can be closed.
Execute: Web | Desktop | Web (Lens) | Desktop (SAW)
https://engsrvprod.kusto.windows.net/engineeringdata
TestResults
| where Result == "Fail"
| where Method == "ProviderNameTests"
| join kind=inner Jobs on JobId
| where Queued > ago(30d)
| project
QueueName, Queued,
Type, Method, Message,
PhaseName = tostring(parse_json(Properties)["System.PhaseName"]),
Pipeline = tostring(parse_json(Properties).DefinitionName),
Source,
Build = tostring(parse_json(Properties).BuildNumber)
| order by Queued desc
Run: runtime 20210506.92
Failed test:
Error message: