You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by vv...@apache.org on 2019/12/11 17:49:02 UTC

[kafka] branch trunk updated (4fea3e4 -> 717ce42)

This is an automated email from the ASF dual-hosted git repository.

vvcephei pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.


    from 4fea3e4  KAFKA-9288: Do not allow the same object to be inserted multiple times into ImplicitLinkedHashCollection (#7809)
     add 717ce42  KAFKA-9138: Add system test for relational joins (#7664)

No new revisions were added by this update.

Summary of changes:
 bin/kafka-run-class.sh                             |  11 +-
 build.gradle                                       |   1 +
 checkstyle/suppressions.xml                        |   4 +-
 .../kafka/streams/tests/RelationalSmokeTest.java   | 998 +++++++++++++++++++++
 .../streams/tests/RelationalSmokeTestTest.java     | 102 +++
 .../tests/streams/streams_relational_smoke_test.py | 126 +++
 .../streams/templates/log4j_template.properties}   |   0
 7 files changed, 1237 insertions(+), 5 deletions(-)
 create mode 100644 streams/src/test/java/org/apache/kafka/streams/tests/RelationalSmokeTest.java
 create mode 100644 streams/src/test/java/org/apache/kafka/streams/tests/RelationalSmokeTestTest.java
 create mode 100644 tests/kafkatest/tests/streams/streams_relational_smoke_test.py
 copy tests/kafkatest/{services/templates/tools_log4j.properties => tests/streams/templates/log4j_template.properties} (100%)