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 8e17d5d25d5 Update test catalog data for GHA workflow run 14401886593
8e17d5d25d5 is described below

commit 8e17d5d25d51e74ae4e0fa63dab6d5bceffaa023
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Apr 11 15:41:26 2025 +0000

    Update test catalog data for GHA workflow run 14401886593
    
    Commit: 
https://github.com/apache/kafka/commit/21a080f08ca8087794da0b56ed596c79e17a5eb3
    GitHub Run: https://github.com/apache/kafka/actions/runs/14401886593
---
 test-catalog/group-coordinator/tests.yaml | 2 +-
 test-catalog/tools/tests.yaml             | 9 +++++++++
 2 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index af39de24c60..fc35813a8a0 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -1137,9 +1137,9 @@ 
org.apache.kafka.coordinator.group.streams.assignor.StickyTaskAssignorTest:
 org.apache.kafka.coordinator.group.streams.topics.ChangelogTopicsTest:
 - shouldContainBothTypesOfPreExistingChangelogs
 - shouldContainNonSourceBasedChangelogs
+- shouldContainSourceBasedChangelogs
 - shouldFailIfNoSourceTopicsAndNoRepartitionSourceTopics
 - shouldNotContainChangelogsForStatelessTasks
-- shouldNotContainSourceBasedChangelogs
 - shouldNotFailIfOnlyRepartitionSourceTopicsEmpty
 - shouldNotFailIfOnlySourceTopicsEmpty
 org.apache.kafka.coordinator.group.streams.topics.ConfiguredInternalTopicTest:
diff --git a/test-catalog/tools/tests.yaml b/test-catalog/tools/tests.yaml
index d4eb85e3ded..11457d8e278 100644
--- a/test-catalog/tools/tests.yaml
+++ b/test-catalog/tools/tests.yaml
@@ -58,7 +58,9 @@ org.apache.kafka.tools.ClusterToolTest:
 org.apache.kafka.tools.ConfigCommandIntegrationTest:
 - testAddConfigKeyValuesUsingCommand
 - testAlterReadOnlyConfigInKRaftThenShouldFail
+- testAlterStreamsGroupNumOfStandbyReplicas
 - testClientMetricsConfigUpdate
+- testDescribeStreamsGroupConfigs
 - testDynamicBrokerConfigUpdateUsingKraft
 - testExitWithNonZeroStatusOnUpdatingUnallowedConfig
 - testGroupConfigUpdateUsingKraft
@@ -266,19 +268,26 @@ org.apache.kafka.tools.GroupsCommandTest:
 - testListGroupsProtocolAndTypeFilterNoMatch
 - testListGroupsProtocolFilter
 - testListGroupsShareFilter
+- testListGroupsStreamsFilter
 - testListGroupsTypeFilter
 - testOptionsListConsumerAndProtocolFilterFails
 - testOptionsListConsumerAndShareFilterFails
+- testOptionsListConsumerAndStreamsFilterFails
 - testOptionsListConsumerAndTypeFilterFails
 - testOptionsListConsumerFilterSucceeds
 - testOptionsListInvalidTypeFilterFails
 - testOptionsListProtocolAndTypeFiltersSucceeds
 - testOptionsListProtocolFilterSucceeds
 - testOptionsListShareAndProtocolFilterFails
+- testOptionsListShareAndStreamsFilterFails
 - testOptionsListShareAndTypeFilterFails
 - testOptionsListShareFilterSucceeds
+- testOptionsListStreamsAndProtocolFilterFails
+- testOptionsListStreamsAndTypeFilterFails
+- testOptionsListStreamsFilterSucceeds
 - testOptionsListSucceeds
 - testOptionsListTypeFilterSucceeds
+- testOptionsListTypeStreamsFilterSucceeds
 - testOptionsNoActionFails
 org.apache.kafka.tools.JmxToolTest:
 - allMetrics

Reply via email to