This is an automated email from the ASF dual-hosted git repository.
cmccabe pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.
from 8b1eca1 KAFKA-13126: guard against overflow when computing
`joinGroupTimeoutMs` (#11111)
add dc512cc KAFKA-13015: Ducktape System Tests for Metadata Snapshots
(#11053)
No new revisions were added by this update.
Summary of changes:
tests/kafkatest/services/kafka/config.py | 5 +
tests/kafkatest/services/kafka/config_property.py | 6 +
tests/kafkatest/services/kafka/kafka.py | 6 +-
tests/kafkatest/tests/core/snapshot_test.py | 251 ++++++++++++++++++++++
4 files changed, 267 insertions(+), 1 deletion(-)
create mode 100644 tests/kafkatest/tests/core/snapshot_test.py