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 41986c3f4bb Update test catalog data for GHA workflow run 11889622279
41986c3f4bb is described below
commit 41986c3f4bb0d675a0ae16c0fab56439a85c9b65
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 18 12:05:22 2024 +0000
Update test catalog data for GHA workflow run 11889622279
Commit:
https://github.com/apache/kafka/commit/00cd9cd3f90c697ff6538bc51c2be0e6e509f8c2
GitHub Run: https://github.com/apache/kafka/actions/runs/11889622279
---
test-catalog/core/tests.yaml | 3 +++
test-catalog/tools/tests.yaml | 1 +
2 files changed, 4 insertions(+)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 1ee6ea8ad01..12b72d25352 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -442,10 +442,12 @@ kafka.api.PlaintextAdminIntegrationTest:
- testCreateTopicsReturnsConfigs
- testDelayedClose
- testDeleteConsumerGroupOffsets
+- testDeleteRecordsAfterCorruptRecords
- testDeleteRecordsWithException
- testDeleteTopicsWithIds
- testDeleteTopicsWithOptionTimeoutMs
- testDescribeAndAlterConfigs
+- testDescribeClassicGroups
- testDescribeCluster
- testDescribeConfigWithOptionTimeoutMs
- testDescribeConfigsForLog4jLogLevels
@@ -486,6 +488,7 @@ kafka.api.PlaintextAdminIntegrationTest:
- testInvalidIncrementalAlterConfigs
- testListClientMetricsResources
- testListClientMetricsResourcesTimeoutMs
+- testListGroups
- testListNodes
- testListReassignmentsDoesNotShowDeletedPartitions
- testListReassignmentsDoesNotShowNonReassigningPartitions
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index 0f24e3e50ff..00a6d08036e 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -152,6 +152,7 @@ org.apache.kafka.tools.GetOffsetShellTest:
- testTopicPatternArg
- testTopicPatternArgWithPartitionsArg
org.apache.kafka.tools.GroupsCommandTest:
+- testGroupCommand
- testListGroups
- testListGroupsConsumerFilter
- testListGroupsEmpty