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

SAMZA-2776: Fix unused parameter - EventHubSystemConsumer #1670

Merged
merged 1 commit into from
Jun 14, 2023

Conversation

ehoner
Copy link
Contributor

@ehoner ehoner commented Jun 14, 2023

Symptom: self-reported bug.

Cause: A variable added in #1660 is unused. The parameter sets the offset in the PartitionReceiver. The change was required because of API changes in the previous PR.

Changes: This change was required in two places in the original PR, however, only one was unused. This PR corrects that and updates both sites to a similar code structure.

Tests: No new tests were added. Existing tests did not identify the mistake because the change did not affect the mock used for testing. After the change, the tests failed until the mock was updated.

@ehoner ehoner marked this pull request as ready for review June 14, 2023 14:27
@atoomula atoomula merged commit 03d70a5 into apache:master Jun 14, 2023
1 check passed
@ehoner ehoner deleted the SAMZA-2776 branch June 22, 2023 15:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants