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

github-actions[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 9dae78d240a Update test catalog data for GHA workflow run 25355403378
9dae78d240a is described below

commit 9dae78d240a574068b10659203eb67bb2fc895f0
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue May 5 05:54:32 2026 +0000

    Update test catalog data for GHA workflow run 25355403378
    
    Commit: 
https://github.com/apache/kafka/commit/230e2c2f68f1a4920837662b01544f8031add6dd
    GitHub Run: https://github.com/apache/kafka/actions/runs/25355403378
---
 .../clients/clients-integration-tests/tests.yaml   |  7 --
 test-catalog/core/tests.yaml                       | 22 ------
 test-catalog/storage/tests.yaml                    | 88 ++++++++++++++++++----
 3 files changed, 73 insertions(+), 44 deletions(-)

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index f4d79c84e83..38d1af0a71b 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -22,13 +22,6 @@ org.apache.kafka.clients.MetadataVersionIntegrationTest:
 - testUpgradeSameVersion
 org.apache.kafka.clients.MetricsDuringTopicCreationDeletionTest:
 - testMetricsDuringTopicCreateDelete
-org.apache.kafka.clients.TransactionsExpirationTest:
-- testFatalErrorAfterInvalidProducerIdMappingWithTV1
-- testFatalErrorAfterInvalidProducerIdMappingWithTV2
-- testTransactionAfterProducerIdExpiresWithTV1
-- testTransactionAfterProducerIdExpiresWithTV2
-org.apache.kafka.clients.TransactionsWithMaxInFlightOneTest:
-- testTransactionalProducerSingleBrokerMaxInFlightOne
 org.apache.kafka.clients.admin.AddPartitionsTest:
 - testIncrementPartitions
 - testManualAssignmentOfReplicas
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index addd6c77179..0912822930c 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -589,28 +589,6 @@ kafka.api.SslProducerSendTest:
 - testSendToPartitionWithFollowerShutdownShouldNotTimeout
 kafka.api.TransactionsBounceTest:
 - testWithGroupMetadata
-kafka.api.TransactionsTest:
-- testAbortTransactionTimeout
-- testBasicTransactions
-- testBumpTransactionalEpochWithTV2Disabled
-- testBumpTransactionalEpochWithTV2Enabled
-- testCommitTransactionTimeout
-- testConsecutivelyRunInitTransactions
-- testDelayedFetchIncludesAbortedTransaction
-- testEmptyAbortAfterCommit
-- testFailureToFenceEpoch
-- testFencingOnAddPartitions
-- testFencingOnCommit
-- testFencingOnSend
-- testFencingOnSendOffsets
-- testFencingOnTransactionExpiration
-- testInitTransactionsTimeout
-- testMultipleMarkersOneLeader
-- testOffsetMetadataInSendOffsetsToTransaction
-- testReadCommittedConsumerShouldNotSeeUndecidedData
-- testRecoveryFromEpochOverflow
-- testSendOffsetsToTransactionTimeout
-- testSendOffsetsWithGroupMetadata
 kafka.api.UserClientIdQuotaTest:
 - testProducerConsumerOverrideLowerQuota
 - testProducerConsumerOverrideUnthrottled
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index bd5855f2db3..17d0fde7a86 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -793,25 +793,83 @@ 
org.apache.kafka.tiered.storage.integration.ReassignReplicaShrinkTest:
 - executeTieredStorageTest
 org.apache.kafka.tiered.storage.integration.RollAndOffloadActiveSegmentTest:
 - executeTieredStorageTest
-org.apache.kafka.tiered.storage.integration.TransactionsWithTieredStoreTest:
+org.apache.kafka.tiered.storage.integration.TransactionsExpirationTest:
+- testFatalErrorAfterInvalidProducerIdMappingWithTV1
+- testFatalErrorAfterInvalidProducerIdMappingWithTV2
+- testTransactionAfterProducerIdExpiresWithTV1
+- testTransactionAfterProducerIdExpiresWithTV2
+org.apache.kafka.tiered.storage.integration.TransactionsTest:
 - testAbortTransactionTimeout
-- testBasicTransactions
-- testBumpTransactionalEpochWithTV2Disabled
-- testBumpTransactionalEpochWithTV2Enabled
+- testAsyncBasicTransactions
+- testAsyncBumpTransactionalEpochWithTV2Disabled
+- testAsyncBumpTransactionalEpochWithTV2Enabled
+- testAsyncDelayedFetchIncludesAbortedTransaction
+- testAsyncFencingOnAddPartitions
+- testAsyncFencingOnCommit
+- testAsyncFencingOnSend
+- testAsyncFencingOnSendOffsets
+- testAsyncFencingOnTransactionExpiration
+- testAsyncMultipleMarkersOneLeader
+- testAsyncOffsetMetadataInSendOffsetsToTransaction
+- testAsyncReadCommittedConsumerShouldNotSeeUndecidedData
+- testAsyncSendOffsetsWithGroupMetadata
+- testClassicBasicTransactions
+- testClassicBumpTransactionalEpochWithTV2Disabled
+- testClassicBumpTransactionalEpochWithTV2Enabled
+- testClassicDelayedFetchIncludesAbortedTransaction
+- testClassicFencingOnAddPartitions
+- testClassicFencingOnCommit
+- testClassicFencingOnSend
+- testClassicFencingOnSendOffsets
+- testClassicFencingOnTransactionExpiration
+- testClassicMultipleMarkersOneLeader
+- testClassicOffsetMetadataInSendOffsetsToTransaction
+- testClassicReadCommittedConsumerShouldNotSeeUndecidedData
+- testClassicSendOffsetsWithGroupMetadata
 - testCommitTransactionTimeout
 - testConsecutivelyRunInitTransactions
-- testDelayedFetchIncludesAbortedTransaction
 - testEmptyAbortAfterCommit
-- testFailureToFenceEpoch
-- testFencingOnAddPartitions
-- testFencingOnCommit
-- testFencingOnSend
-- testFencingOnSendOffsets
-- testFencingOnTransactionExpiration
+- testFailureToFenceEpochWithTV1
+- testFailureToFenceEpochWithTV2
+- testInitTransactionsTimeout
+- testRecoveryFromEpochOverflow
+- testSendOffsetsToTransactionTimeout
+org.apache.kafka.tiered.storage.integration.TransactionsWithMaxInFlightOneTest:
+- testTransactionalProducerSingleBrokerMaxInFlightOne
+org.apache.kafka.tiered.storage.integration.TransactionsWithTieredStoreTest:
+- testAbortTransactionTimeout
+- testAsyncBasicTransactions
+- testAsyncBumpTransactionalEpochWithTV2Disabled
+- testAsyncBumpTransactionalEpochWithTV2Enabled
+- testAsyncDelayedFetchIncludesAbortedTransaction
+- testAsyncFencingOnAddPartitions
+- testAsyncFencingOnCommit
+- testAsyncFencingOnSend
+- testAsyncFencingOnSendOffsets
+- testAsyncFencingOnTransactionExpiration
+- testAsyncMultipleMarkersOneLeader
+- testAsyncOffsetMetadataInSendOffsetsToTransaction
+- testAsyncReadCommittedConsumerShouldNotSeeUndecidedData
+- testAsyncSendOffsetsWithGroupMetadata
+- testClassicBasicTransactions
+- testClassicBumpTransactionalEpochWithTV2Disabled
+- testClassicBumpTransactionalEpochWithTV2Enabled
+- testClassicDelayedFetchIncludesAbortedTransaction
+- testClassicFencingOnAddPartitions
+- testClassicFencingOnCommit
+- testClassicFencingOnSend
+- testClassicFencingOnSendOffsets
+- testClassicFencingOnTransactionExpiration
+- testClassicMultipleMarkersOneLeader
+- testClassicOffsetMetadataInSendOffsetsToTransaction
+- testClassicReadCommittedConsumerShouldNotSeeUndecidedData
+- testClassicSendOffsetsWithGroupMetadata
+- testCommitTransactionTimeout
+- testConsecutivelyRunInitTransactions
+- testEmptyAbortAfterCommitWithTV1
+- testEmptyAbortAfterCommitWithTV2
+- testFailureToFenceEpochWithTV1
+- testFailureToFenceEpochWithTV2
 - testInitTransactionsTimeout
-- testMultipleMarkersOneLeader
-- testOffsetMetadataInSendOffsetsToTransaction
-- testReadCommittedConsumerShouldNotSeeUndecidedData
 - testRecoveryFromEpochOverflow
 - testSendOffsetsToTransactionTimeout
-- testSendOffsetsWithGroupMetadata

Reply via email to