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 6a4207f12aa KAFKA-19158: Add SHARE_SESSION_LIMIT_REACHED error code (#19492) add 23e71586652 KAFKA-19002 Rewrite ListOffsetsIntegrationTest and move it to clients-integration-test (#19460) No new revisions were added by this update. Summary of changes: .../import-control-clients-integration-tests.xml | 1 + .../clients/admin/ListOffsetsIntegrationTest.java | 296 +++++++++++++++++++++ .../kafka/admin/ListOffsetsIntegrationTest.scala | 288 -------------------- .../apache/kafka/common/test/ClusterInstance.java | 8 +- 4 files changed, 303 insertions(+), 290 deletions(-) create mode 100644 clients/clients-integration-tests/src/test/java/org/apache/kafka/clients/admin/ListOffsetsIntegrationTest.java delete mode 100644 core/src/test/scala/integration/kafka/admin/ListOffsetsIntegrationTest.scala