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 28d28b8b936 Update test catalog data for GHA workflow run 12335767211
28d28b8b936 is described below

commit 28d28b8b936064ca7c7023346b59f35178d00adf
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 15 06:36:30 2024 +0000

    Update test catalog data for GHA workflow run 12335767211
    
    Commit: 
https://github.com/apache/kafka/commit/ed10fc63a9fd3032a529f7e10a0f863ee71b710a
    GitHub Run: https://github.com/apache/kafka/actions/runs/12335767211
---
 test-catalog/core/tests.yaml    | 6 +++++-
 test-catalog/streams/tests.yaml | 2 ++
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 36549f07cab..9476015e664 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -800,8 +800,12 @@ kafka.api.UserQuotaTest:
 - testThrottledRequest
 kafka.api.test.ProducerCompressionTest:
 - testCompression
-kafka.clients.consumer.AsyncKafkaConsumerIntegrationTest:
+kafka.clients.consumer.ConsumerIntegrationTest:
 - testAsyncConsumerWithOldGroupCoordinator
+- testFetchPartitionsAfterFailedListenerWithGroupProtocolClassic
+- testFetchPartitionsAfterFailedListenerWithGroupProtocolConsumer
+- testFetchPartitionsWithAlwaysFailedListenerWithGroupProtocolClassic
+- testFetchPartitionsWithAlwaysFailedListenerWithGroupProtocolConsumer
 kafka.cluster.AssignmentStateTest:
 - testPartitionAssignmentStatus
 kafka.cluster.BrokerEndPointTest:
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 242ff8be161..99d8fac3355 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -159,6 +159,7 @@ org.apache.kafka.streams.StreamsBuilderTest:
 - shouldUseThisStoreSupplierEvenIfDslStoreSuppliersConfiguredInTopologyConfig
 - shouldUseTopologyOverrideStoreTypeOverConfiguredDslStoreSupplier
 - shouldWrapProcessorsForCoGroupedStreamAggregate
+- shouldWrapProcessorsForMapValuesWithMaterializedStore
 - shouldWrapProcessorsForMaterializedSourceTable
 - shouldWrapProcessorsForProcess
 - shouldWrapProcessorsForSessionWindowStreamAggregate
@@ -181,6 +182,7 @@ org.apache.kafka.streams.StreamsBuilderTest:
 - shouldWrapProcessorsForTableTableOuterJoin
 - shouldWrapProcessorsForTimeWindowStreamAggregate
 - shouldWrapProcessorsForUnmaterializedSourceTable
+- shouldWrapProcessorsWhenMultipleTableOperators
 org.apache.kafka.streams.StreamsConfigTest:
 - consumerConfigMustContainStreamPartitionAssignorConfig
 - defaultSerdeShouldBeConfigured

Reply via email to