This is an automated email from the ASF dual-hosted git repository.
cegerton pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
from ba0c5b0902d MINOR: Simplify JUnit assertions in tests; remove
accidental unnecessary code in tests (#13219)
add f3dc3f0dad1 Kafka 14565: On failure, close AutoCloseable objects
instantiated and configured by AbstractConfig (#13168)
No new revisions were added by this update.
Summary of changes:
.../apache/kafka/common/config/AbstractConfig.java | 101 +++++++++++++--------
.../kafka/clients/consumer/KafkaConsumerTest.java | 27 ++++++
.../kafka/clients/producer/KafkaProducerTest.java | 24 +++++
.../kafka/common/config/AbstractConfigTest.java | 26 +++++-
.../apache/kafka/test/MockConsumerInterceptor.java | 14 +++
.../apache/kafka/test/MockProducerInterceptor.java | 14 +++
6 files changed, 166 insertions(+), 40 deletions(-)