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 c20654c149b Update test catalog data for GHA workflow run 12040227573
c20654c149b is described below
commit c20654c149be5a4339a0cdad94ba1f57e0dfe36e
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Nov 27 00:55:04 2024 +0000
Update test catalog data for GHA workflow run 12040227573
Commit:
https://github.com/apache/kafka/commit/2b2b3cd355c2bb226a869988a6b1a59a7f2db055
GitHub Run: https://github.com/apache/kafka/actions/runs/12040227573
---
test-catalog/storage/tests.yaml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index c98a2aed9c6..2d91d503378 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -341,6 +341,8 @@ org.apache.kafka.tiered.storage.integration.ListOffsetsTest:
- executeTieredStorageTest
org.apache.kafka.tiered.storage.integration.OffloadAndConsumeFromLeaderTest:
- executeTieredStorageTest
+org.apache.kafka.tiered.storage.integration.OffloadAndTxnConsumeFromLeaderTest:
+- executeTieredStorageTest
org.apache.kafka.tiered.storage.integration.PartitionsExpandTest:
- executeTieredStorageTest
org.apache.kafka.tiered.storage.integration.ReassignReplicaExpandTest:
@@ -354,6 +356,8 @@
org.apache.kafka.tiered.storage.integration.RollAndOffloadActiveSegmentTest:
org.apache.kafka.tiered.storage.integration.TransactionsWithTieredStoreTest:
- testAbortTransactionTimeout
- testBasicTransactions
+- testBumpTransactionalEpochWithTV2Disabled
+- testBumpTransactionalEpochWithTV2Enabled
- testCommitTransactionTimeout
- testConsecutivelyRunInitTransactions
- testDelayedFetchIncludesAbortedTransaction
@@ -366,5 +370,6 @@
org.apache.kafka.tiered.storage.integration.TransactionsWithTieredStoreTest:
- testInitTransactionsTimeout
- testMultipleMarkersOneLeader
- testOffsetMetadataInSendOffsetsToTransaction
+- testReadCommittedConsumerShouldNotSeeUndecidedData
- testSendOffsetsToTransactionTimeout
- testSendOffsetsWithGroupMetadata