GitHub user guozhangwang opened a pull request:
https://github.com/apache/kafka/pull/4331
[WIP] MINOR: Improve Join integration test coverage, PART I
1. Merge `KStreamRepartitionJoinTest.java` into `JoinIntegrationTest.java`
with augmented stream-stream join.
2. Make the JoinIntegrationTest `Parameterized` with and without caching.
### Committer Checklist (excluded from commit message)
- [ ] Verify design and implementation
- [ ] Verify test coverage and CI build status
- [ ] Verify documentation (including upgrade notes)
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/guozhangwang/kafka
KMinor-join-integration-tests
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/kafka/pull/4331.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4331
----
commit c1e00d0c5717a23cdf7252e48dcd6e49dd0ad810
Author: Guozhang Wang <[email protected]>
Date: 2017-11-30T01:01:17Z
ingested stream stream join
commit 71f2625746d4ce9d6297b8adc84d3df4eac435fb
Author: Guozhang Wang <[email protected]>
Date: 2017-12-15T22:22:07Z
Merge branch 'trunk' of https://git-wip-us.apache.org/repos/asf/kafka into
KMinor-join-integration-tests
----
---