This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch test-catalog
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/test-catalog by this push:
     new 07ca594a533 Update test catalog data for GHA workflow run 14237201956
07ca594a533 is described below

commit 07ca594a5331542e1522482ad5797d3dfabe06b7
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 3 09:55:36 2025 +0000

    Update test catalog data for GHA workflow run 14237201956
    
    Commit: 
https://github.com/apache/kafka/commit/be80e3cb8a0561cf933aec3638cceea8de1ffc22
    GitHub Run: https://github.com/apache/kafka/actions/runs/14237201956
---
 test-catalog/clients/tests.yaml | 3 +++
 test-catalog/tools/tests.yaml   | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 4400b52c007..bc1fa64b8bd 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -334,6 +334,9 @@ org.apache.kafka.clients.admin.KafkaAdminClientTest:
 - testExplicitlyEnableJmxReporter
 - testExplicitlyEnableTelemetryReporter
 - testFenceProducers
+- testForceTerminateTransaction
+- testForceTerminateTransactionWithCustomTimeout
+- testForceTerminateTransactionWithError
 - testGenerateClientId
 - testGetOrCreateListValue
 - testGetSubLevelError
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index 8e7bcb6f74e..3747011eb59 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -531,6 +531,8 @@ org.apache.kafka.tools.TransactionsCommandTest:
 - testFindHangingRequiresTopicIfPartitionIsSpecified
 - testFindHangingSpecifiedTopicPartition
 - testFindHangingWithNoTransactionDescription
+- testForceTerminateTransaction
+- testForceTerminateTransactionTransactionalIdRequired
 - testListTransactions
 - testNewBrokerAbortTransaction
 - testOldBrokerAbortTransactionWithUnknownCoordinatorEpoch

Reply via email to