Skip to content
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

ServiceFabricProcessor: HardGetRuntimeInfoFailure failing on .NET Framework #5995

Closed
weshaggard opened this issue Apr 29, 2019 · 8 comments
Closed
Assignees
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. Client This issue points to a problem in the data-plane of the library. Event Hubs Service Attention Workflow: This issue is responsible by Azure service team. test-reliability Issue that causes tests to be unreliable

Comments

@weshaggard
Copy link
Member

[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.

@weshaggard weshaggard added Event Hubs Client This issue points to a problem in the data-plane of the library. labels Apr 29, 2019
weshaggard added a commit to weshaggard/azure-sdk-for-net that referenced this issue Apr 29, 2019
chidozieononiwu pushed a commit that referenced this issue Apr 30, 2019
* Enable full signing for test libraries

We were silently failing to run the tests on .NET Framework because
the test assembly was delay-signed and the xunit test run just outputs
a skipping message in this case which made the CI pass but we didn't
actually run any tests on .NET Framework.

* Disable some failing tests on .NET Framework

Filed a couple tracking issues:
#5995
#5997
@weshaggard
Copy link
Member Author

Looks like we also have the following test failing at least sometimes:

Failed   Microsoft.Azure.EventHubs.Tests.ServiceFabricProcessor.OptionsTests.RuntimeInformationTest
Error Message:
 Assert.True() Failure
Expected: True
Actual:   False
Stack Trace:
   at Microsoft.Azure.EventHubs.Tests.ServiceFabricProcessor.OptionsTests.RuntimeInformationTest() in D:\a\1\s\sdk\eventhub\Microsoft.Azure.EventHubs\tests\ServiceFabricProcessor\OptionsTests.cs:line 191

@jsquire
Copy link
Member

jsquire commented Sep 3, 2019

Reported as fixed with #7446. As a result, closing this out.

@jsquire jsquire closed this as completed Sep 3, 2019
@jsquire
Copy link
Member

jsquire commented Sep 3, 2019

Reopening; this test has been failing intermittently in CI builds and also had nightly run failures. Marking to be ignored pending further investigation.

@jsquire jsquire reopened this Sep 3, 2019
@jsquire jsquire added the Service Attention Workflow: This issue is responsible by Azure service team. label Nov 1, 2019
@JamesBirdsall JamesBirdsall added the bug This issue requires a change to an existing behavior in the product in order to be resolved. label Dec 11, 2019
@JamesBirdsall
Copy link
Contributor

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.

@samuelkoppes
Copy link

We are investigating this issue, and will report back with a status update by 11/4/2020.

@pakrym pakrym added the test-reliability Issue that causes tests to be unreliable label Oct 27, 2020
@ramya-rao-a ramya-rao-a changed the title HardGetRuntimeInfoFailure failing on .NET Framework ServiceFabricProcessor: HardGetRuntimeInfoFailure failing on .NET Framework Jun 15, 2021
@kasun04
Copy link

kasun04 commented Sep 15, 2021

The Microsoft.Azure.EventHubs.ServiceFabricProcessor package is in preview and there are no plans for a stable release. This package will soon be deprecated and therefore we won't be taking any changes.

@kasun04 kasun04 closed this as completed Sep 15, 2021
@kasun04 kasun04 reopened this Sep 15, 2021
@kasun04
Copy link

kasun04 commented Sep 15, 2021

Please remove the package from the test pipeline.

@jsquire
Copy link
Member

jsquire commented Oct 8, 2021

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.

@jsquire jsquire closed this as completed Oct 8, 2021
@github-actions github-actions bot locked and limited conversation to collaborators Mar 29, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. Client This issue points to a problem in the data-plane of the library. Event Hubs Service Attention Workflow: This issue is responsible by Azure service team. test-reliability Issue that causes tests to be unreliable
Projects
None yet
Development

No branches or pull requests

6 participants