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 77d34eb711d Update test catalog data for GHA workflow run 17577026197
77d34eb711d is described below
commit 77d34eb711d8484299294ac39a07999fc687e8a1
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Sep 9 12:07:37 2025 +0000
Update test catalog data for GHA workflow run 17577026197
Commit:
https://github.com/apache/kafka/commit/620a01b74bd8bbaf42eff002dd0a0692123ec2d5
GitHub Run: https://github.com/apache/kafka/actions/runs/17577026197
---
test-catalog/core/tests.yaml | 3 +++
test-catalog/group-coordinator/tests.yaml | 3 +++
test-catalog/streams/tests.yaml | 2 ++
3 files changed, 8 insertions(+)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index e7efd0949cb..e82fceb5856 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -286,6 +286,7 @@ kafka.api.PlaintextAdminIntegrationTest:
- testAlterLogDirsAfterDeleteRecords
- testAlterReplicaLogDirs
- testAlterShareGroupOffsets
+- testAlterStreamsGroupOffsets
- testAppendAlreadyExistsConfigsAndSubtractNotExistsConfigs
- testAppendConfigToEmptyDefaultValue
- testAppendConfigToExistentValue
@@ -307,6 +308,7 @@ kafka.api.PlaintextAdminIntegrationTest:
- testDeleteRecordsAfterCorruptRecords
- testDeleteRecordsWithException
- testDeleteShareGroupOffsets
+- testDeleteStreamsGroupOffsets
- testDeleteStreamsGroups
- testDeleteTopicsWithIds
- testDeleteTopicsWithOptionTimeoutMs
@@ -365,6 +367,7 @@ kafka.api.PlaintextAdminIntegrationTest:
- testListReassignmentsDoesNotShowDeletedPartitions
- testListReassignmentsDoesNotShowNonReassigningPartitions
- testListShareGroupOffsets
+- testListStreamsGroupOffsets
- testListTopicsWithOptionListInternal
- testListTopicsWithOptionTimeoutMs
- testListTransactions
diff --git a/test-catalog/group-coordinator/tests.yaml
b/test-catalog/group-coordinator/tests.yaml
index cc981535707..647a97e3434 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -1183,8 +1183,11 @@
org.apache.kafka.coordinator.group.streams.assignor.StickyTaskAssignorTest:
-
shouldNotAssignStandbyTasksToClientWithPreviousStandbyTasksAndCurrentActiveTasks
- shouldNotMigrateActiveTaskToOtherProcess
- shouldNotMoveAnyTasksWhenNewTasksAdded
+- shouldRangeAssignTasksWhenScalingUp
+- shouldRangeAssignTasksWhenStartingEmpty
- shouldReBalanceTasksAcrossAllClientsWhenCapacityAndTaskCountTheSame
- shouldReBalanceTasksAcrossClientsWhenCapacityLessThanTaskCount
+- shouldReassignTasksWhenNewNodeJoinsWithExistingActiveAndStandbyAssignments
- shouldRebalanceTasksToClientsBasedOnCapacity
org.apache.kafka.coordinator.group.streams.topics.ChangelogTopicsTest:
- shouldContainBothTypesOfPreExistingChangelogs
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 21f98ad6ad2..304cc6f9585 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -3423,8 +3423,10 @@
org.apache.kafka.streams.processor.internals.assignment.LegacyStickyTaskAssignor
- shouldNotMigrateActiveTaskToOtherProcess
- shouldNotMoveAnyTasksWhenNewTasksAdded
- shouldOptimizeStatefulAndStatelessTaskTraffic
+- shouldRangeAssignTasksWhenStartingEmpty
- shouldReBalanceTasksAcrossAllClientsWhenCapacityAndTaskCountTheSame
- shouldReBalanceTasksAcrossClientsWhenCapacityLessThanTaskCount
+- shouldReassignTasksWhenNewNodeJoinsWithExistingActiveAndStandbyAssignments
- shouldRebalanceTasksToClientsBasedOnCapacity
- shouldRemainOriginalAssignmentWithoutTrafficCostForMinCostStrategy
- shouldViolateBalanceToPreserveActiveTaskStickiness