ServiceFabricProcessor: HardGetRuntimeInfoFailure failing on .NET Framework
See original GitHub issue[xUnit.net 00:00:28.97] Microsoft.Azure.EventHubs.Tests.ServiceFabricProcessor.EventHubExceptionTests.HardGetRuntimeInfoFailure [FAIL]
Failed Microsoft.Azure.EventHubs.Tests.ServiceFabricProcessor.EventHubExceptionTests.HardGetRuntimeInfoFailure
Error Message:
Assert.Contains() Failure
Not found: ErrorInjector
In value: One or more errors occurred.
Stack Trace:
at Microsoft.Azure.EventHubs.Tests.ServiceFabricProcessor.EventHubExceptionTests.GeneralStartupFailure(String name, EHErrorLocation location, Boolean isEventHubsException) in D:\a\1\s\sdk\eventhub\Microsoft.Azure.EventHubs\tests\ServiceFabricProcessor\EventHubExceptionTests.cs:line 298
at Microsoft.Azure.EventHubs.Tests.ServiceFabricProcessor.EventHubExceptionTests.HardGetRuntimeInfoFailure() in D:\a\1\s\sdk\eventhub\Microsoft.Azure.EventHubs\tests\ServiceFabricProcessor\EventHubExceptionTests.cs:line 201
When running the EventHubs tests on .NET Framework the HardGetRuntimeInfoFailure test fails.
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
c# - Service fabric error
Service fabric has a hook ( The commslistener) which tells it the service is ready , if this is not set ( or...
Read more >Troubleshoot your local Azure Service Fabric cluster setup
Cluster connection fails with "Object is closed". Problem. A call to Connect-ServiceFabricCluster fails with an error like this: Output
Read more >Service Fabric Worker Application does not get updated ...
This error happens after successful deployment to the production Azure cluster because it does not get updated with the latest dlls. I notice...
Read more >Deploy and Debug to local cluster with F5 fails without error
Steps to reproduce: Open under normal (non-admin) user; Create new project: Service Fabric Application (targeted .NET Framework 4.7.2 by default) ...
Read more >Diagnose common code package errors by using Service ...
Indicates that Service Fabric terminated the process or container. Sometimes, this error code indicates that the process or container didn't ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For the record, this is a test issue in ServiceFabricProcessor which is still in preview. The entire CIT mechanism needs some work to make it more deterministic, and that will happen when we have time to start moving SFP toward GA.
Closing this out, as the package is no longer under active development and the tests are currently skipped (so no impact) unlikely to be fixed.