-
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
Re-enable disabled JOIN tests. #3364
Comments
These tests still fail if re-enabled. They are expecting an internal topic name of This would be a breaking change for our existing users. |
But we don't want to revert all the changes as with KIP-307 |
…s from StreamJoined, re-enable join tests. (#3550) 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 Reviewers: Andy Coates <[email protected]>, Almog Gavra <[email protected]>
We have tests disabled in
joins.json
waiting on KIP-479.This is a blocker for the next release.
The text was updated successfully, but these errors were encountered: