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 a07f3301cf5 Update test catalog data for GHA workflow run 25724035624
a07f3301cf5 is described below
commit a07f3301cf52342fedb2899b70bca90c9ebb26bd
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue May 12 13:24:40 2026 +0000
Update test catalog data for GHA workflow run 25724035624
Commit:
https://github.com/apache/kafka/commit/8889765c5baebe0e1bd181115b00be65f72dd220
GitHub Run: https://github.com/apache/kafka/actions/runs/25724035624
---
test-catalog/core/tests.yaml | 14 ++++++++++++++
test-catalog/group-coordinator/tests.yaml | 6 ++++++
2 files changed, 20 insertions(+)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index ccf691c201a..778c9d0f257 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2618,11 +2618,25 @@
kafka.server.share.ShareCoordinatorMetadataCacheHelperImplTest:
- testContainsTopicSuccess
- testGetClusterNodesEmptyListOnException
- testGetClusterNodesSuccess
+- testIsDlqAutoTopicCreateEnabledReturnsFalse
+- testIsDlqAutoTopicCreateEnabledReturnsTrue
+- testIsDlqEnabledOnTopicReturnsFalseValue
+- testIsDlqEnabledOnTopicReturnsFalseWhenConfigValueNotBoolean
+- testIsDlqEnabledOnTopicReturnsFalseWhenTopicConfigEmpty
+- testIsDlqEnabledOnTopicReturnsFalseWhenTopicConfigNull
+- testIsDlqEnabledOnTopicReturnsTrue
+- testIsShareGroupDlqCopyRecordEnabledReturnsFalse
+- testIsShareGroupDlqCopyRecordEnabledReturnsFalseWhenGroupConfigEmpty
+- testIsShareGroupDlqCopyRecordEnabledReturnsTrue
- testShareCoordinatorReturnsNoNodeIfTopicMetadataInvalid
- testShareCoordinatorReturnsNoNodeOnGetAliveNodeEmptyResponse
- testShareCoordinatorReturnsNoNodeOnGetAliveNodeException
- testShareCoordinatorReturnsNoNodeWhenNoInternalTopicInCache
- testShareCoordinatorSuccess
+- testShareGroupDlqTopicPrefixReturnsEmpty
+- testShareGroupDlqTopicPrefixReturnsPrefix
+- testShareGroupDlqTopicReturnsEmptyWhenGroupConfigIsEmpty
+- testShareGroupDlqTopicReturnsTopicName
kafka.server.share.ShareFetchUtilsTest:
- FileRecords
- MemoryRecords
diff --git a/test-catalog/group-coordinator/tests.yaml
b/test-catalog/group-coordinator/tests.yaml
index d3aa526a3e1..a7be2d76a5d 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -2,6 +2,12 @@ org.apache.kafka.coordinator.group.GroupConfigManagerTest:
- testClampWithCustomBrokerBounds
- testGetNonExistentGroupConfig
- testGroupIsRemovedWhenDynamicConfigsAreRemoved
+- testIsDlqAutoTopicCreateEnabledDefault
+- testIsDlqAutoTopicCreateEnabledFalse
+- testIsDlqAutoTopicCreateEnabledTrue
+- testShareGroupDlqTopicPrefixCustom
+- testShareGroupDlqTopicPrefixDefault
+- testShareGroupDlqTopicPrefixEmpty
- testUpdateConfigWithInvalidGroupId
- testUpdateConfigWithNullGroupId
- testUpdateGroupConfig