This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
from c5e06f6e7ab KAFKA-18486 Update
testExceptionWhenUnverifiedTransactionHasMultipleProducerIds (#19883)
add 8fd0d336709 KAFKA-19042 Move PlaintextConsumerSubscriptionTest to
client-integration-tests module (#19827)
No new revisions were added by this update.
Summary of changes:
.../org/apache/kafka/clients/ClientsTestUtils.java | 15 +
.../consumer/PlaintextConsumerPollTest.java | 10 +-
.../PlaintextConsumerSubscriptionTest.java | 585 +++++++++++++++++++++
.../api/PlaintextConsumerSubscriptionTest.scala | 422 ---------------
4 files changed, 602 insertions(+), 430 deletions(-)
create mode 100644
clients/clients-integration-tests/src/test/java/org/apache/kafka/clients/consumer/PlaintextConsumerSubscriptionTest.java
delete mode 100644
core/src/test/scala/integration/kafka/api/PlaintextConsumerSubscriptionTest.scala