Azure / Azure/azure-functions-host
Migrate usage of deprecated EventHubs package
- Dominant language
- C#
- Stars
- 2k
- Forks
- 482
- Avg merge
- 2d 12h
- Merged PRs (30d)
- 38
Description
Our tests reference a deprecated EventHuibs package:
https://github.com/Azure/azure-functions-host/blob/1bf081347aa0ff3fa02e846802ae330611d192ff/test/WebJobs.Script.Tests.Integration/WebJobs.Script.Tests.Integration.csproj#L44
Only a single test appears to use it, which is skipped:
https://github.com/Azure/azure-functions-host/blob/1bf081347aa0ff3fa02e846802ae330611d192ff/test/WebJobs.Script.Tests.Integration/WebHostEndToEnd/SamplesEndToEndTests_Node.cs#L42-L43
We should either migrate and fix this test, or remove the package and test.
Contributor guide
Research direction
Start with test/WebJobs.Script.Tests.Integration/WebJobs.Script.Tests.Integration.csproj at the referenced package entry, then inspect WebHostEndToEnd/SamplesEndToEndTests_Node.cs around the skipped test. Determine whether the test can be migrated to a supported Event Hubs package or should be removed; done means the deprecated package and its unused test reference are resolved and the integration tests pass.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, csharp
- Domain
- backend, testing-qa
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100