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 d6951ccb46c Update test catalog data for GHA workflow run 14281670810
d6951ccb46c is described below

commit d6951ccb46cf332c46d66a7e26c50e79a885c7c4
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Apr 5 16:37:38 2025 +0000

    Update test catalog data for GHA workflow run 14281670810
    
    Commit: 
https://github.com/apache/kafka/commit/3d96b206302cac95fc81aa8a20a2326cec988059
    GitHub Run: https://github.com/apache/kafka/actions/runs/14281670810
---
 test-catalog/clients/clients-integration-tests/tests.yaml | 5 +++++
 test-catalog/core/tests.yaml                              | 3 ---
 test-catalog/server/tests.yaml                            | 1 +
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index fe4fcb26614..98b02c2073a 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -7,6 +7,11 @@ org.apache.kafka.clients.ClientRebootstrapTest:
 - testConsumerRebootstrapDisabled
 - testProducerRebootstrap
 - testProducerRebootstrapDisabled
+org.apache.kafka.clients.TransactionsExpirationTest:
+- testFatalErrorAfterInvalidProducerIdMappingWithTV1
+- testFatalErrorAfterInvalidProducerIdMappingWithTV2
+- testTransactionAfterProducerIdExpiresWithTV1
+- testTransactionAfterProducerIdExpiresWithTV2
 org.apache.kafka.clients.admin.AdminFenceProducersTest:
 - testFenceAfterProducerCommit
 - testFenceBeforeProducerCommit
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 5bc43bbc996..2ff52088258 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -646,9 +646,6 @@ kafka.api.SslProducerSendTest:
 - testSendToPartitionWithFollowerShutdownShouldNotTimeout
 kafka.api.TransactionsBounceTest:
 - testWithGroupMetadata
-kafka.api.TransactionsExpirationTest:
-- testFatalErrorAfterInvalidProducerIdMapping
-- testTransactionAfterProducerIdExpires
 kafka.api.TransactionsTest:
 - testAbortTransactionTimeout
 - testBasicTransactions
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 455c4cce1c2..94a73626cbf 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -144,6 +144,7 @@ 
org.apache.kafka.server.share.fetch.PartitionRotateStrategyTest:
 - testRoundRobinStrategyWithEmptyPartitions
 - testRoundRobinStrategyWithSpecialSessionEpochs
 org.apache.kafka.server.share.fetch.ShareFetchTest:
+- testDontCacheAnyData
 - testErrorInAllPartitions
 - testErrorInAllPartitionsWithMultipleTopicIdPartitions
 - testFilterErroneousTopicPartitions

Reply via email to