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 3e8ee8a3eee Update test catalog data for GHA workflow run 22391394050
3e8ee8a3eee is described below
commit 3e8ee8a3eee05f1a3d68ec8a50c10ced516a8428
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 25 12:16:33 2026 +0000
Update test catalog data for GHA workflow run 22391394050
Commit:
https://github.com/apache/kafka/commit/fe1a8e9b2a0619cf736325b04e3468fbc4073b10
GitHub Run: https://github.com/apache/kafka/actions/runs/22391394050
---
test-catalog/group-coordinator/tests.yaml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/test-catalog/group-coordinator/tests.yaml
b/test-catalog/group-coordinator/tests.yaml
index 9e9b4faa3e9..94c1e602b36 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -1143,10 +1143,12 @@
org.apache.kafka.coordinator.group.streams.StreamsGroupTest:
- testAsDescribedGroupPrefersConfiguredTopologyOverStreamsTopology
- testAsDescribedGroupWithStreamsTopologyHavingSubtopologies
- testAsListedGroup
+- testCacheEndpointToPartitionsAndRetrieve
- testCancelTimers
- testComputeMetadataHash
- testCreateGroupTombstoneRecords
- testDeletingMemberRemovesProcessId
+- testGetCachedEndpointToPartitionsReturnsEmptyWhenNoCache
- testGetMemberOrThrow
- testGetOrCreateDefaultMember
- testGetOrCreateUninitializedMember
@@ -1158,10 +1160,13 @@
org.apache.kafka.coordinator.group.streams.StreamsGroupTest:
- testNoStaticMember
- testOffsetExpirationCondition
- testRemoveMember
+- testRemoveMemberRemovesCacheEntry
- testRemoveStaticMember
- testRemoveTaskProcessIds
+- testSetConfiguredTopologyClearsCache
- testShutdownRequestedMethods
- testUpdateMember
+- testUpdateMemberInvalidatesCache
- testUpdatingMemberUpdatesProcessId
- testUpdatingMemberUpdatesTaskProcessIdWhenPartitionIsNotReleased
-
testUpdatingMemberUpdatesTaskProcessIdWhenPartitionIsReassignedBeforeBeingRevoked