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 4db0180f854 Update test catalog data for GHA workflow run 12058906607
4db0180f854 is described below

commit 4db0180f8546010879322e936cb10600d990242c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 28 02:20:45 2024 +0000

    Update test catalog data for GHA workflow run 12058906607
    
    Commit: 
https://github.com/apache/kafka/commit/5243fb9a7d717521e64fa57bcdf895825df37e85
    GitHub Run: https://github.com/apache/kafka/actions/runs/12058906607
---
 test-catalog/storage/tests.yaml | 5 +++++
 test-catalog/streams/tests.yaml | 1 +
 2 files changed, 6 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
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 2640219c980..a9825d0a09e 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -155,6 +155,7 @@ org.apache.kafka.streams.StreamsBuilderTest:
 - shouldWrapProcessorsForAggregationOperators
 - shouldWrapProcessorsForProcess
 - shouldWrapProcessorsForStatelessOperators
+- shouldWrapProcessorsForTableSource
 org.apache.kafka.streams.StreamsConfigTest:
 - consumerConfigMustContainStreamPartitionAssignorConfig
 - defaultSerdeShouldBeConfigured

Reply via email to