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 e1b7699975e MINOR: Bump versions in CI (#20497) add 749c2d91d52 KAFKA-19609 Move TransactionLogTest to transaction-coordinator module (#20460) No new revisions were added by this update. Summary of changes: .../import-control-transaction-coordinator.xml | 1 + .../coordinator/transaction/TransactionLog.scala | 4 +- .../transaction/TransactionLogTest.scala | 246 ------------------ .../transaction/TransactionLogTest.java | 283 +++++++++++++++++++++ 4 files changed, 286 insertions(+), 248 deletions(-) delete mode 100644 core/src/test/scala/unit/kafka/coordinator/transaction/TransactionLogTest.scala create mode 100644 transaction-coordinator/src/test/java/org/apache/kafka/coordinator/transaction/TransactionLogTest.java