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 409524b4333 Update test catalog data for GHA workflow run 15044446497
409524b4333 is described below

commit 409524b4333f3c7e38f1e711f0bf6632f48af78c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu May 15 14:32:36 2025 +0000

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

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index aa75bd45b5c..312cb8a9eb3 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -3019,6 +3019,7 @@ kafka.server.share.SharePartitionManagerTest:
 - testNewContextReturnsFinalContextWithRequestData
 - testNewContextReturnsFinalContextWithoutRequestData
 - testOnShareVersionToggle
+- testOnShareVersionToggleWhenEnabledFromConfig
 - testPartitionLoadTimeMetricWithMultiplePartitions
 - testPendingInitializationShouldCompleteFetchRequest
 - testReleaseSessionCompletesDelayedShareFetchRequest
@@ -3034,6 +3035,8 @@ kafka.server.share.SharePartitionManagerTest:
 - testReplicaManagerFetchShouldProceed
 - testShareFetchContextResponseSize
 - testShareFetchProcessingExceptions
+- testShareGroupListener
+- testShareGroupListenerWithEmptyCache
 - testSharePartitionInitializationExceptions
 - testSharePartitionInitializationFailure
 - testSharePartitionKey
@@ -3041,7 +3044,6 @@ kafka.server.share.SharePartitionManagerTest:
 - testSharePartitionListenerOnDeleted
 - testSharePartitionListenerOnFailed
 - testSharePartitionPartialInitializationFailure
-- testShareSessionCacheSupportsShareGroups
 - testShareSessionUpdateTopicIdsBrokerSide
 - testSubsequentShareSession
 - testToForgetPartitions
diff --git a/test-catalog/group-coordinator/tests.yaml 
b/test-catalog/group-coordinator/tests.yaml
index faa3869a4f1..349029a9875 100644
--- a/test-catalog/group-coordinator/tests.yaml
+++ b/test-catalog/group-coordinator/tests.yaml
@@ -664,6 +664,17 @@ 
org.apache.kafka.coordinator.group.ShareGroupAutoOffsetResetStrategyTest:
 - testFromString
 - testTimestamp
 - testValidator
+org.apache.kafka.coordinator.group.UtilsTest:
+- testComputeGroupHashWithDifferentOrder
+- testComputeGroupHashWithEmptyMap
+- testComputeGroupHashWithSameKeyButDifferentValue
+- testComputeTopicHash
+- testComputeTopicHashWithDifferentField
+- testComputeTopicHashWithDifferentMagicByte
+- testComputeTopicHashWithDifferentPartitionOrder
+- testComputeTopicHashWithDifferentRackOrder
+- testComputeTopicHashWithLeastSignificantBitsFirst
+- testNonExistingTopicName
 org.apache.kafka.coordinator.group.assignor.GroupSpecImplTest:
 - testIsPartitionAssigned
 - testMemberAssignment

Reply via email to