This is an automated email from the ASF dual-hosted git repository.
mimaison pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.
from 367eca0 KAFKA-12503: inform threads to resize their cache instead of
doing so for them (#10356)
add 1fb8bd9 KAFKA-10070: parameterize Connect unit tests to remove code
duplication (#10299)
No new revisions were added by this update.
Summary of changes:
checkstyle/suppressions.xml | 2 +-
.../connect/runtime/ErrorHandlingTaskTest.java | 56 +-
.../ErrorHandlingTaskWithTopicCreationTest.java | 658 ---------
.../connect/runtime/WorkerSourceTaskTest.java | 459 +++++-
.../WorkerSourceTaskWithTopicCreationTest.java | 1469 -------------------
.../apache/kafka/connect/runtime/WorkerTest.java | 21 +-
.../runtime/WorkerWithTopicCreationTest.java | 1510 --------------------
.../kafka/connect/util/ParameterizedTest.java | 83 ++
8 files changed, 572 insertions(+), 3686 deletions(-)
delete mode 100644
connect/runtime/src/test/java/org/apache/kafka/connect/runtime/ErrorHandlingTaskWithTopicCreationTest.java
delete mode 100644
connect/runtime/src/test/java/org/apache/kafka/connect/runtime/WorkerSourceTaskWithTopicCreationTest.java
delete mode 100644
connect/runtime/src/test/java/org/apache/kafka/connect/runtime/WorkerWithTopicCreationTest.java
create mode 100644
connect/runtime/src/test/java/org/apache/kafka/connect/util/ParameterizedTest.java