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 bd7a856889f Update test catalog data for GHA workflow run 26268832633
bd7a856889f is described below
commit bd7a856889fd4090eda8fd34bbd0bd7c7ccb8480
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri May 22 07:31:48 2026 +0000
Update test catalog data for GHA workflow run 26268832633
Commit:
https://github.com/apache/kafka/commit/c5f16d2790d36641fa05a9f0c9f1bb7a6046e2b0
GitHub Run: https://github.com/apache/kafka/actions/runs/26268832633
---
test-catalog/storage/tests.yaml | 33 +++++++++++----------------------
1 file changed, 11 insertions(+), 22 deletions(-)
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index abf1e23169b..98f2dae42ab 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -901,38 +901,27 @@
org.apache.kafka.tiered.storage.integration.TransactionsExpirationTest:
- testTransactionAfterProducerIdExpiresWithTV2
org.apache.kafka.tiered.storage.integration.TransactionsTest:
- testAbortTransactionTimeout
-- testAsyncBasicTransactions
-- testAsyncBumpTransactionalEpochWithTV2Disabled
-- testAsyncBumpTransactionalEpochWithTV2Enabled
-- testAsyncDelayedFetchIncludesAbortedTransaction
-- testAsyncFencingOnAddPartitions
-- testAsyncFencingOnCommit
-- testAsyncFencingOnSend
-- testAsyncFencingOnSendOffsets
-- testAsyncFencingOnTransactionExpiration
-- testAsyncMultipleMarkersOneLeader
- testAsyncOffsetMetadataInSendOffsetsToTransaction
-- testAsyncReadCommittedConsumerShouldNotSeeUndecidedData
- testAsyncSendOffsetsWithGroupMetadata
-- testClassicBasicTransactions
-- testClassicBumpTransactionalEpochWithTV2Disabled
-- testClassicBumpTransactionalEpochWithTV2Enabled
-- testClassicDelayedFetchIncludesAbortedTransaction
-- testClassicFencingOnAddPartitions
-- testClassicFencingOnCommit
-- testClassicFencingOnSend
-- testClassicFencingOnSendOffsets
-- testClassicFencingOnTransactionExpiration
-- testClassicMultipleMarkersOneLeader
+- testBasicTransactions
+- testBumpTransactionalEpochWithTV2Disabled
+- testBumpTransactionalEpochWithTV2Enabled
- testClassicOffsetMetadataInSendOffsetsToTransaction
-- testClassicReadCommittedConsumerShouldNotSeeUndecidedData
- testClassicSendOffsetsWithGroupMetadata
- testCommitTransactionTimeout
- testConsecutivelyRunInitTransactions
+- testDelayedFetchIncludesAbortedTransaction
- testEmptyAbortAfterCommit
- testFailureToFenceEpochWithTV1
- testFailureToFenceEpochWithTV2
+- testFencingOnAddPartitions
+- testFencingOnCommit
+- testFencingOnSend
+- testFencingOnSendOffsets
+- testFencingOnTransactionExpiration
- testInitTransactionsTimeout
+- testMultipleMarkersOneLeader
+- testReadCommittedConsumerShouldNotSeeUndecidedData
- testRecoveryFromEpochOverflow
- testSendOffsetsToTransactionTimeout
org.apache.kafka.tiered.storage.integration.TransactionsWithMaxInFlightOneTest: