This is an automated email from the ASF dual-hosted git repository.
frankvicky pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
from ac0d7e245b2 KAFKA-20783: Completion handling and more tests (3/N)
(#22804)
add 4607033ed06 KAFKA-20629: Add ducktape system tests for topology
description plugin (#22769)
No new revisions were added by this update.
Summary of changes:
.../StreamsGroupTopologyDescriptionManager.java | 2 +
.../tests/TopologyDescriptionPluginSystemTest.java | 88 +++++++++++
tests/kafkatest/services/streams.py | 45 ++++++
tests/kafkatest/services/streams_property.py | 1 +
tests/kafkatest/tests/streams/base_streams_test.py | 4 +-
.../tests/streams/streams_broker_bounce_test.py | 16 +-
.../streams/streams_broker_compatibility_test.py | 18 ++-
.../streams_topology_description_plugin_test.py | 163 +++++++++++++++++++++
8 files changed, 328 insertions(+), 9 deletions(-)
create mode 100644
streams/src/test/java/org/apache/kafka/streams/tests/TopologyDescriptionPluginSystemTest.java
create mode 100644
tests/kafkatest/tests/streams/streams_topology_description_plugin_test.py