This is an automated email from the ASF dual-hosted git repository.

github-actions[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 882ea207dc1 Update test catalog data for GHA workflow run 26633562434
882ea207dc1 is described below

commit 882ea207dc1acd4552e2d9ef2f14d302636d6c8b
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri May 29 15:24:14 2026 +0000

    Update test catalog data for GHA workflow run 26633562434
    
    Commit: 
https://github.com/apache/kafka/commit/9c618eecc0868b6f572171aa97ac5d89abd5b637
    GitHub Run: https://github.com/apache/kafka/actions/runs/26633562434
---
 test-catalog/server-common/tests.yaml | 27 ---------------------------
 test-catalog/server/tests.yaml        | 27 +++++++++++++++++++++++++++
 2 files changed, 27 insertions(+), 27 deletions(-)

diff --git a/test-catalog/server-common/tests.yaml 
b/test-catalog/server-common/tests.yaml
index d1f0e597a66..0bcccaa0062 100644
--- a/test-catalog/server-common/tests.yaml
+++ b/test-catalog/server-common/tests.yaml
@@ -321,33 +321,6 @@ org.apache.kafka.server.share.SharePartitionKeyTest:
 - testValidateRejectsNull
 - testValidateRejectsTooFewSegments
 - testValidateSimpleKey
-org.apache.kafka.server.share.dlq.ShareGroupDLQStateManagerTest:
-- testConstructorRejectsNullCacheHelper
-- testConstructorRejectsNullClient
-- testConstructorRejectsNullTime
-- testConstructorRejectsNullTimer
-- testDlqCreateTopicFatalErrorFailsFuture
-- testDlqCreateTopicNoClusterNodesFailsFuture
-- testDlqCreateTopicPartialFailuresThenSucceeds
-- testDlqCreateTopicRetriesExhaustedFailsWithNetworkException
-- testDlqCreateTopicThenProduceSucceeds
-- testDlqEmptyTopicNameFailsValidation
-- testDlqExistingTopicWithoutDlqConfigFailsValidation
-- testDlqHappyPathExistingTopic
-- testDlqProduceDisconnectIsRetriedNotImmediatelyFailed
-- testDlqProduceEmptyResponseFailsFuture
-- testDlqProduceFatalErrorFailsFuture
-- testDlqProducePartialFailuresThenSucceeds
-- testDlqProduceRetriesExhaustedFailsWithNetworkException
-- testDlqResolvesSourceTopicNameViaCacheHelperWhenMissing
-- testDlqTopicMissingAndAutoCreateDisabledFailsValidation
-- testDlqTopicPrefixEmptyStringSkipsPrefixCheck
-- testDlqTopicPrefixMismatchFailsValidation
-- testDlqTopicStartingWithUnderscoreFailsValidation
-- testDlqTwoEnqueuedRecordsBothComplete
-- testDlqValidationFailureCompletesFutureBeforeStart
-- testStartIsIdempotent
-- testStopWithoutStartIsNoOp
 org.apache.kafka.server.share.persister.DefaultStatePersisterTest:
 - testDefaultPersisterClose
 - testDeleteStateResponseToResultFailedFuture
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 04aaab3e0fa..2bed08eac64 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -478,6 +478,33 @@ org.apache.kafka.server.requests.ProduceRequestTest:
 - testZSTDProduceRequest
 org.apache.kafka.server.share.CachedSharePartitionTest:
 - testCachedSharePartitionEqualsAndHashCode
+org.apache.kafka.server.share.dlq.ShareGroupDLQStateManagerTest:
+- testConstructorRejectsNullCacheHelper
+- testConstructorRejectsNullClient
+- testConstructorRejectsNullTime
+- testConstructorRejectsNullTimer
+- testDlqCreateTopicFatalErrorFailsFuture
+- testDlqCreateTopicNoClusterNodesFailsFuture
+- testDlqCreateTopicPartialFailuresThenSucceeds
+- testDlqCreateTopicRetriesExhaustedFailsWithNetworkException
+- testDlqCreateTopicThenProduceSucceeds
+- testDlqEmptyTopicNameFailsValidation
+- testDlqExistingTopicWithoutDlqConfigFailsValidation
+- testDlqHappyPathExistingTopic
+- testDlqProduceDisconnectIsRetriedNotImmediatelyFailed
+- testDlqProduceEmptyResponseFailsFuture
+- testDlqProduceFatalErrorFailsFuture
+- testDlqProducePartialFailuresThenSucceeds
+- testDlqProduceRetriesExhaustedFailsWithNetworkException
+- testDlqResolvesSourceTopicNameViaCacheHelperWhenMissing
+- testDlqTopicMissingAndAutoCreateDisabledFailsValidation
+- testDlqTopicPrefixEmptyStringSkipsPrefixCheck
+- testDlqTopicPrefixMismatchFailsValidation
+- testDlqTopicStartingWithUnderscoreFailsValidation
+- testDlqTwoEnqueuedRecordsBothComplete
+- testDlqValidationFailureCompletesFutureBeforeStart
+- testStartIsIdempotent
+- testStopWithoutStartIsNoOp
 org.apache.kafka.server.share.fetch.DelayedShareFetchKeyTest:
 - testDelayedShareFetchEqualsAndHashcode
 org.apache.kafka.server.share.fetch.PartitionMaxBytesStrategyTest:

Reply via email to