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 a710dd5de98 Update test catalog data for GHA workflow run 30069654172
a710dd5de98 is described below
commit a710dd5de988f25b592f08a983251bcdf688998b
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 24 08:35:44 2026 +0000
Update test catalog data for GHA workflow run 30069654172
Commit:
https://github.com/apache/kafka/commit/c0579dbfb418092bf92caf1054bb1339e6921318
GitHub Run: https://github.com/apache/kafka/actions/runs/30069654172
---
test-catalog/clients/tests.yaml | 2 ++
test-catalog/streams/tests.yaml | 2 ++
2 files changed, 4 insertions(+)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 0e81eb68543..78c121a4c9b 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -5402,7 +5402,9 @@ org.apache.kafka.common.security.ssl.Tls13SslFactoryTest:
- testUntrustedKeyStoreValidationFails
- testUsedConfigs
org.apache.kafka.common.serialization.ListDeserializerTest:
+- shouldDeserializeListEndingInEmptyEntry
- shouldPassHeadersToUnderlyingDeserializer
+- shouldThrowOnEntryTruncatedMidStream
- shouldThrowOnNegativeEntrySize
- shouldThrowOnNegativeLength
- shouldThrowOnNegativeNullEntryLength
diff --git a/test-catalog/streams/tests.yaml b/test-catalog/streams/tests.yaml
index 2983ad53316..ec679b07cd9 100644
--- a/test-catalog/streams/tests.yaml
+++ b/test-catalog/streams/tests.yaml
@@ -3489,6 +3489,7 @@
org.apache.kafka.streams.processor.internals.assignment.CustomStickyTaskAssignor
- shouldAssignTopicGroupIdEvenlyAcrossClientsWithNoStandByTasks
- shouldAssignTopicGroupIdEvenlyAcrossClientsWithStandByTasks
- shouldBalanceActiveAndStandbyTasksAcrossAvailableClients
+- shouldConvergeWithinTwoRoundsWhenScalingUp
- shouldEvenlyDistributeByTaskIdAndPartition
- shouldKeepActiveTaskStickinessWhenMoreClientThanActiveTasks
- shouldMigrateActiveTasksToNewProcessWithoutChangingAllAssignments
@@ -3496,6 +3497,7 @@
org.apache.kafka.streams.processor.internals.assignment.CustomStickyTaskAssignor
- shouldNotHaveSameAssignmentOnAnyTwoHosts
- shouldNotHaveSameAssignmentOnAnyTwoHostsWhenThereArePreviousActiveTasks
- shouldNotMigrateActiveTaskToOtherProcess
+- shouldRetainFairShareOfPreviousTasksWhenScalingUp
org.apache.kafka.streams.processor.internals.assignment.FallbackPriorTaskAssignorTest:
- shouldViolateBalanceToPreserveActiveTaskStickiness
org.apache.kafka.streams.processor.internals.assignment.GraphTest: