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 ebb62812d96 KAFKA-19074 Remove the cached responseData from
ShareFetchResponse (#19357)
add 3d96b206302 KAFKA-19042 Move TransactionsExpirationTest to
client-integration-tests module (#19288)
No new revisions were added by this update.
Summary of changes:
.../kafka/clients/TransactionsExpirationTest.java | 310 +++++++++++++++++++++
.../kafka/api/TransactionsExpirationTest.scala | 247 ----------------
.../org/apache/kafka/common/test/TestUtils.java | 22 +-
3 files changed, 327 insertions(+), 252 deletions(-)
create mode 100644
clients/clients-integration-tests/src/test/java/org/apache/kafka/clients/TransactionsExpirationTest.java
delete mode 100644
core/src/test/scala/integration/kafka/api/TransactionsExpirationTest.scala