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 a06c8265743 Update test catalog data for GHA workflow run 17620550262
a06c8265743 is described below
commit a06c8265743679f01f62884e52a5fbc67a9bf0a1
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 10 18:55:26 2025 +0000
Update test catalog data for GHA workflow run 17620550262
Commit:
https://github.com/apache/kafka/commit/ff5025a21c4e2b4d437f85aa75e1c3f7d4f09ef9
GitHub Run: https://github.com/apache/kafka/actions/runs/17620550262
---
test-catalog/group-coordinator/tests.yaml | 1 +
test-catalog/streams/integration-tests/tests.yaml | 3 +--
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/test-catalog/group-coordinator/tests.yaml
b/test-catalog/group-coordinator/tests.yaml
index 647a97e3434..bff64899124 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -1159,6 +1159,7 @@
org.apache.kafka.coordinator.group.streams.assignor.StickyTaskAssignorTest:
- shouldAssignMultipleReplicasOfStandbyTask
- shouldAssignNewTasksToNewClientWhenPreviousTasksAssignedToOldClients
- shouldAssignOneActiveTaskToEachProcessWhenTaskCountSameAsProcessCount
+- shouldAssignStandbyTaskToPreviousOwnerBasedOnBelowQuotaCondition
-
shouldAssignStandbyTasksToDifferentClientThanCorrespondingActiveTaskIsAssignedTo
- shouldAssignTasksEvenlyWithUnequalTopicGroupSizes
- shouldAssignTasksNotPreviouslyActiveToMultipleNewClients
diff --git a/test-catalog/streams/integration-tests/tests.yaml
b/test-catalog/streams/integration-tests/tests.yaml
index 4d931440447..7c016604ff6 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -30,8 +30,7 @@ org.apache.kafka.streams.integration.EosIntegrationTest:
- shouldBeAbleToRunWithEosEnabled
- shouldBeAbleToRunWithTwoSubtopologies
- shouldBeAbleToRunWithTwoSubtopologiesAndMultiplePartitions
--
shouldCheckpointRestoredOffsetsWhenClosingCleanDuringRestoringStateUpdaterDisabled
--
shouldCheckpointRestoredOffsetsWhenClosingCleanDuringRestoringStateUpdaterEnabled
+- shouldCheckpointRestoredOffsetsWhenClosingCleanDuringRestoring
- shouldCommitCorrectOffsetIfInputTopicIsTransactional
- shouldNotCommitActiveTasksWithPendingInputIfRevokedTaskDidNotMakeProgress
- shouldNotViolateEosIfOneTaskFails