-
Notifications
You must be signed in to change notification settings - Fork 1k
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: Revert named stores in expected topologies, disable naming stores from StreamJoined, re-enable join tests. #3550
fix: Revert named stores in expected topologies, disable naming stores from StreamJoined, re-enable join tests. #3550
Conversation
…s from StreamJoined, re-enable join tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @bbejeck - really appreciate you seeing this one through to the end!
Reverting the expected topologies ensures 5.4 goes out without a backwards incompatible change on internal topic and state store names.
Thanks!
@@ -1,8 +1,8 @@ | |||
{ | |||
"tests": [ | |||
{ | |||
"comment": "re-enable after KIP-479 is merged", | |||
"enabled": false, | |||
"comment": "Tests covering the use of Joins", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: would you mind just removing the comment
and enabled
fields from the JSON for each of these please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ack
@big-andy-coates updated this per comments |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉 thanks Bill!
Merged #3550 into master. |
Thanks @big-andy-coates and @agavra for the reviews! |
Description
This PR disables the naming of stores in join operations and reverts the named stores in the expected topologies files. Note that in the future KSQL can easily re-enable the naming of state stores for joins. After this PR is merged, we should be able to close #3364
Testing done
Updated all expected topology files and ran all tests, everything passing.
Reviewer checklist