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 10e9009d51a Update test catalog data for GHA workflow run 15616215217
10e9009d51a is described below

commit 10e9009d51a0813b09c37b20e14fde5d1ed5ae0f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jun 12 19:07:25 2025 +0000

    Update test catalog data for GHA workflow run 15616215217
    
    Commit: 
https://github.com/apache/kafka/commit/0b2e410d61970e66c6f73a18c75028df0a871777
    GitHub Run: https://github.com/apache/kafka/actions/runs/15616215217
---
 test-catalog/clients/clients-integration-tests/tests.yaml | 1 +
 test-catalog/clients/tests.yaml                           | 6 ++++++
 test-catalog/core/tests.yaml                              | 2 ++
 3 files changed, 9 insertions(+)

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index 5d9c7411c7f..9d148489885 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -201,6 +201,7 @@ 
org.apache.kafka.clients.consumer.PlaintextConsumerSubscriptionTest:
 - testClassicConsumerUnsubscribeTopic
 - testRe2JPatternSubscriptionAndTopicSubscription
 - testRe2JPatternSubscriptionInvalidRegex
+- testTopicIdSubscriptionWithRe2JRegexAndOffsetsFetch
 org.apache.kafka.clients.consumer.SaslPlainPlaintextConsumerTest:
 - testAsyncConsumeCoordinatorFailover
 - testAsyncConsumerClusterResourceListener
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index e0ea3d810b7..0d0399f9304 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -1388,6 +1388,9 @@ 
org.apache.kafka.clients.consumer.internals.ConsumerMetadataTest:
 - testNormalSubscription
 - testPatternSubscriptionIncludeInternalTopics
 - testPatternSubscriptionNoInternalTopics
+- testSubscriptionToBrokerRegexAllowsTransientTopics
+- testSubscriptionToBrokerRegexDoesNotRequestAllTopicsMetadata
+- testSubscriptionToBrokerRegexRetainsAssignedTopics
 - testTransientTopics
 - testUserAssignment
 - testValidPartitionLeadershipUpdate
@@ -2485,8 +2488,11 @@ 
org.apache.kafka.clients.consumer.internals.SubscriptionStateTest:
 - testAssignedPartitionsAwaitingCallbackDoesNotAffectPreviouslyOwnedPartitions
 - 
testAssignedPartitionsAwaitingCallbackInitializePositionsWhenCallbackCompletes
 - testAssignedPartitionsAwaitingCallbackKeepPositionDefinedInCallback
+- testAssignedPartitionsWithTopicIdsForRe2Pattern
+- testAssignedTopicIdsPreservedWhenReconciliationCompletes
 - testCompleteValidationShouldClearAwaitingValidation
 - testGroupSubscribe
+- testIsAssignedFromRe2j
 - testMarkingPartitionPending
 - testMaybeCompleteValidation
 - testMaybeCompleteValidationAfterOffsetReset
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 42b9bd42867..e2d2fec434a 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -757,6 +757,7 @@ kafka.coordinator.transaction.TransactionCoordinatorTest:
 - shouldGenerateNewProducerIdIfEpochsExhausted
 - shouldGenerateNewProducerIdIfEpochsExhaustedV2
 - shouldGenerateNewProducerIdIfNoStateAndProducerIdAndEpochProvided
+- shouldHandleTimeoutAtEpochOverflowBoundaryCorrectlyTV2
 - 
shouldIncrementEpochAndUpdateMetadataOnHandleInitPidWhenExistingCompleteCommitTransaction
 - 
shouldIncrementEpochAndUpdateMetadataOnHandleInitPidWhenExistingCompleteTransaction
 - 
shouldIncrementEpochAndUpdateMetadataOnHandleInitPidWhenExistingEmptyTransaction
@@ -765,6 +766,7 @@ kafka.coordinator.transaction.TransactionCoordinatorTest:
 - shouldNotAcceptSmallerEpochDuringTransactionExpiration
 - shouldNotBumpEpochWhenAbortingExpiredTransactionIfAppendToLogFails
 - shouldNotBumpEpochWithPendingTransaction
+- shouldNotCauseEpochOverflowWhenInitPidDuringOngoingTxnV2
 - shouldNotRepeatedlyBumpEpochDueToInitPidDuringOngoingTxnIfAppendToLogFails
 - shouldRemoveTransactionsForPartitionOnEmigration
 - shouldReplyWithInvalidPidMappingOnEndTxnWhenPidDoesntMatchMapped

Reply via email to