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

Fix missing ProcessPartitionEventAsync handler #432

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

sebastianburckhardt
Copy link
Member

As observed in #430, the handler registration was missing.

This appears to be a simple copy-paste mistake but it was not caught by testing because the tests use the other constructor overload.

@sebastianburckhardt sebastianburckhardt added bug Something isn't working P1 Priority 1 labels Oct 14, 2024
Copy link
Member

@davidmrdavid davidmrdavid left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM but can you please also add a test with this constructor overload? If you need to unblock this release, it doesn't have to be now, but if so it would be good to create a ticket tracking the testing gap

@sebastianburckhardt
Copy link
Member Author

sebastianburckhardt commented Oct 22, 2024

As far as I know we don't really have a way to run automated tests using managed identity credentials.

Once we finish #433 we should at least be able to catch this using a smoke test, though. Let's make sure as part of that PR that we have some sort of test in place.

@sebastianburckhardt sebastianburckhardt merged commit c9a0b73 into main Oct 22, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working P1 Priority 1
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants