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

commit edde4c2d1df5ab7c1e522cfcce419687aa1d93e8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 11 07:44:15 2025 +0000

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

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index 0fb90100087..5fcbbedd309 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -12,6 +12,8 @@ org.apache.kafka.clients.TransactionsExpirationTest:
 - testFatalErrorAfterInvalidProducerIdMappingWithTV2
 - testTransactionAfterProducerIdExpiresWithTV1
 - testTransactionAfterProducerIdExpiresWithTV2
+org.apache.kafka.clients.TransactionsWithMaxInFlightOneTest:
+- testTransactionalProducerSingleBrokerMaxInFlightOne
 org.apache.kafka.clients.admin.AdminFenceProducersTest:
 - testFenceAfterProducerCommit
 - testFenceBeforeProducerCommit
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index d73d399a65c..009fa937eec 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -3305,6 +3305,7 @@ 
org.apache.kafka.common.config.provider.FileConfigProviderTest:
 - testNullPathWithKey
 - testServiceLoaderDiscovery
 org.apache.kafka.common.errors.TransactionExceptionHierarchyTest:
+- testApplicationRecoverableExceptionHierarchy
 - testRefreshRetriableException
 - testRefreshRetriableExceptionHierarchy
 - testRetriableExceptionHierarchy
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index ce325f88ca1..b9ad540df42 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -665,8 +665,6 @@ kafka.api.TransactionsTest:
 - testReadCommittedConsumerShouldNotSeeUndecidedData
 - testSendOffsetsToTransactionTimeout
 - testSendOffsetsWithGroupMetadata
-kafka.api.TransactionsWithMaxInFlightOneTest:
-- testTransactionalProducerSingleBrokerMaxInFlightOne
 kafka.api.UserClientIdQuotaTest:
 - testProducerConsumerOverrideLowerQuota
 - testProducerConsumerOverrideUnthrottled

Reply via email to