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 e5a925f4a1b Update test catalog data for GHA workflow run 12034493920
e5a925f4a1b is described below

commit e5a925f4a1b71cddf8204ac8a2e5f5d3accb41dd
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 26 18:21:56 2024 +0000

    Update test catalog data for GHA workflow run 12034493920
    
    Commit: 
https://github.com/apache/kafka/commit/11ce41fb1d5f8217839bd426bb8904d9227789c6
    GitHub Run: https://github.com/apache/kafka/actions/runs/12034493920
---
 test-catalog/clients/tests.yaml                     | 7 +++++++
 test-catalog/test-common/test-common-api/tests.yaml | 1 +
 2 files changed, 8 insertions(+)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 292c1456574..29a89dd2fee 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -1075,6 +1075,8 @@ 
org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumerTest:
 - testSubscribePatternGeneratesEvent
 - testSubscribeToEmptyListActsAsUnsubscribe
 - testSubscribeToNullTopicCollection
+- testSubscribeToRe2JPatternGeneratesEvent
+- testSubscribeToRe2JPatternThrowsIfNoGroupId
 - testSubscribeToRe2JPatternValidation
 - testSubscriptionOnEmptyTopic
 - testSubscriptionOnNullTopic
@@ -1982,6 +1984,7 @@ 
org.apache.kafka.clients.consumer.internals.ShareConsumeRequestManagerTest:
 - testAcknowledgeOnClose
 - testAcknowledgeOnCloseWithPendingCommitAsync
 - testAcknowledgeOnCloseWithPendingCommitSync
+- testAcknowledgementCommitCallbackMultiplePartitionCommitAsync
 - testBatchingAcknowledgeRequestStates
 - testCallbackHandlerConfig
 - testCloseShouldBeIdempotent
@@ -2161,6 +2164,7 @@ 
org.apache.kafka.clients.consumer.internals.SubscriptionStateTest:
 - testMaybeCompleteValidationAfterOffsetReset
 - testMaybeCompleteValidationAfterPositionChange
 - testMaybeValidatePositionForCurrentLeader
+- testMixedPatternSubscriptionNotAllowed
 - testOffsetResetWhileAwaitingValidation
 - testPositionOrNull
 - testPreferredReadReplicaLease
@@ -2169,6 +2173,7 @@ 
org.apache.kafka.clients.consumer.internals.SubscriptionStateTest:
 - testSeekUnvalidatedWithNoOffsetEpoch
 - testSeekUnvalidatedWithOffsetEpoch
 - testSeekValidatedShouldClearAwaitingValidation
+- testSubscribeToRe2JPattern
 - testTruncationDetectionUnknownDivergentOffsetWithResetPolicy
 - testTruncationDetectionUnknownDivergentOffsetWithoutResetPolicy
 - testTruncationDetectionWithResetPolicy
@@ -2243,6 +2248,8 @@ 
org.apache.kafka.clients.consumer.internals.events.ApplicationEventProcessorTest
 - testPrepClosingCommitEvents
 - testProcessUnsubscribeEventWithGroupId
 - testProcessUnsubscribeEventWithoutGroupId
+- testR2JPatternSubscriptionEventFailureWithMixedSubscriptionType
+- testR2JPatternSubscriptionEventSuccess
 - testResetOffsetEvent
 - testSeekUnvalidatedEvent
 - testSeekUnvalidatedEventWithException
diff --git a/test-catalog/test-common/test-common-api/tests.yaml 
b/test-catalog/test-common/test-common-api/tests.yaml
index 73088e32b4c..01686a725ab 100644
--- a/test-catalog/test-common/test-common-api/tests.yaml
+++ b/test-catalog/test-common/test-common-api/tests.yaml
@@ -10,6 +10,7 @@ org.apache.kafka.common.test.api.ClusterTestExtensionsTest:
 - testClusterTest
 - testClusterTestWithDisksPerBroker
 - testClusterTests
+- testControllerListenerName
 - testCreateDefaultProducerAndConsumer
 - testCreateProducerAndConsumer
 - testCreateTopic

Reply via email to