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 54ec99616f1 Update test catalog data for GHA workflow run 28541815925
54ec99616f1 is described below

commit 54ec99616f19351ffaef581a68b30668f8a9cdbd
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 1 23:53:43 2026 +0000

    Update test catalog data for GHA workflow run 28541815925
    
    Commit: 
https://github.com/apache/kafka/commit/4626eccfae79c1459f38bfd624f4fb1f2b0966ab
    GitHub Run: https://github.com/apache/kafka/actions/runs/28541815925
---
 test-catalog/group-coordinator/tests.yaml  | 2 ++
 test-catalog/streams/test-utils/tests.yaml | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index 0df5eb187bc..20c05abc123 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -1647,5 +1647,7 @@ 
org.apache.kafka.coordinator.group.util.UpdatedMembersAndTargetAssignmentViewTes
 - testRemoveMember
 - testRemoveStaticMember
 - testReplaceMember
+- testReplaceStaticMemberWithDifferentInstanceId
 - testReplaceStaticMemberWithDifferentMemberId
+- testReplaceStaticMemberWithNullInstanceId
 - testReplaceStaticMemberWithSameMemberId
diff --git a/test-catalog/streams/test-utils/tests.yaml 
b/test-catalog/streams/test-utils/tests.yaml
index 203158b0446..4fbe8c00f5d 100644
--- a/test-catalog/streams/test-utils/tests.yaml
+++ b/test-catalog/streams/test-utils/tests.yaml
@@ -99,6 +99,7 @@ org.apache.kafka.streams.TopologyTestDriverAtLeastOnceTest:
 - shouldThrowIfPersistentBuiltInStoreIsAccessedWithUntypedMethod
 - shouldThrowNoSuchElementExceptionForUnusedOutputTopicWithDynamicRouting
 - shouldThrowPatternNotValidForTopicNameException
+- shouldThrowWhenConfigIsNull
 - shouldUpdateStoreForNewKey
 - shouldUseSinkSpecificSerializers
 - shouldUseSourceSpecificDeserializers
@@ -143,6 +144,7 @@ org.apache.kafka.streams.TopologyTestDriverEosTest:
 - shouldThrowIfPersistentBuiltInStoreIsAccessedWithUntypedMethod
 - shouldThrowNoSuchElementExceptionForUnusedOutputTopicWithDynamicRouting
 - shouldThrowPatternNotValidForTopicNameException
+- shouldThrowWhenConfigIsNull
 - shouldUpdateStoreForNewKey
 - shouldUseSinkSpecificSerializers
 - shouldUseSourceSpecificDeserializers

Reply via email to