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 e2ed2f40e58 Update test catalog data for GHA workflow run 30725593465
e2ed2f40e58 is described below
commit e2ed2f40e586f581a763cb1570b8c980cd0bdf02
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 2 04:43:47 2026 +0000
Update test catalog data for GHA workflow run 30725593465
Commit:
https://github.com/apache/kafka/commit/1b44ab1c54d9e2cf41f513f5020c916c34192eec
GitHub Run: https://github.com/apache/kafka/actions/runs/30725593465
---
test-catalog/group-coordinator/tests.yaml | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/test-catalog/group-coordinator/tests.yaml
b/test-catalog/group-coordinator/tests.yaml
index 4c3b3ab353d..b797330738a 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -1615,6 +1615,10 @@
org.apache.kafka.coordinator.group.streams.assignor.GroupSpecImplTest:
- testMemberIds
- testMemberMetadata
- testMemberNotFound
+- testMembersAndConfigsAreUnmodifiable
+org.apache.kafka.coordinator.group.streams.assignor.MemberMetadataAndStateImplTest:
+- testCollectionsAreDeeplyUnmodifiable
+- testTaskOffsetsAreDeeplyUnmodifiable
org.apache.kafka.coordinator.group.streams.assignor.MockAssignorTest:
- testBasicScenario
- testDoubleAssignment