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 a80d253c9c4 Update test catalog data for GHA workflow run 15451961319
a80d253c9c4 is described below

commit a80d253c9c493279896fd8d580b998ae45cdc00f
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 4 22:46:37 2025 +0000

    Update test catalog data for GHA workflow run 15451961319
    
    Commit: 
https://github.com/apache/kafka/commit/cc25d217da55007f36920644ff2e734a08612017
    GitHub Run: https://github.com/apache/kafka/actions/runs/15451961319
---
 test-catalog/core/tests.yaml              | 1 +
 test-catalog/group-coordinator/tests.yaml | 3 ++-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 269ea62d99f..613fb81000f 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2733,6 +2733,7 @@ kafka.server.ReplicaManagerTest:
 - testTransactionVerificationDynamicDisablement
 - testTransactionVerificationFlow
 - testTransactionVerificationGuardOnMultiplePartitions
+- testTransactionVerificationRejectsLowerProducerEpoch
 - testTransactionVerificationWhenNotLeader
 - testUnknownReplicaSelector
 - testVerificationErrorConversionsTV1
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 94301020cbd..b38a38b70f9 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -551,6 +551,7 @@ org.apache.kafka.coordinator.group.GroupMetadataManagerTest:
 - testStreamsNewJoiningMemberTriggersNewTargetAssignment
 - testStreamsNewMemberIsRejectedWithMaximumMembersIsReached
 - testStreamsOnNewMetadataImage
+- testStreamsOwnedTasksValidation
 - testStreamsPartitionMetadataRefreshedAfterGroupIsLoaded
 - testStreamsPartitionMetadataRefreshedAgainAfterWriteFailure
 - testStreamsRebalanceTimeoutExpiration
@@ -1112,7 +1113,6 @@ 
org.apache.kafka.coordinator.group.streams.TopologyMetadataTest:
 - testIsStateful
 - testIsStatefulThrowsExceptionWhenSubtopologyIdDoesNotExist
 - testMaxNumInputPartitions
-- testMaxNumInputPartitionsThrowsExceptionWhenSubtopologyContainsNoSourceTopics
 - testMaxNumInputPartitionsThrowsExceptionWhenSubtopologyIdDoesNotExist
 - testMetadataImage
 - testSubtopologies
@@ -1186,6 +1186,7 @@ 
org.apache.kafka.coordinator.group.streams.topics.ConfiguredInternalTopicTest:
 - testConstructorWithZeroPartitions
 org.apache.kafka.coordinator.group.streams.topics.ConfiguredSubtopologyTest:
 - testAsStreamsGroupDescribeSubtopology
+- testConstructorWithNegativeTaskCount
 - testConstructorWithNullRepartitionSinkTopics
 - testConstructorWithNullRepartitionSourceTopics
 - testConstructorWithNullSourceTopics

Reply via email to