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

commit e2fe5d2c6329110b335d1514cc0cb4a743d8da01
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed May 14 12:55:06 2025 +0000

    Update test catalog data for GHA workflow run 15016458559
    
    Commit: 
https://github.com/apache/kafka/commit/ec70c4436210b7578777739091e365b03c69946f
    GitHub Run: https://github.com/apache/kafka/actions/runs/15016458559
---
 test-catalog/core/tests.yaml   | 3 +++
 test-catalog/server/tests.yaml | 3 +++
 2 files changed, 6 insertions(+)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index e3762ebea8d..446d843c126 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2988,6 +2988,9 @@ kafka.server.share.ShareFetchUtilsTest:
 - testProcessFetchResponseWithLsoMovementForTopicPartition
 - testProcessFetchResponseWithMaxFetchRecords
 - testProcessFetchResponseWithOffsetFetchException
+kafka.server.share.SharePartitionCacheTest:
+- testComputeIfAbsent
+- testRemoveGroup
 kafka.server.share.SharePartitionManagerTest:
 - testAcknowledgeCompletesDelayedShareFetchRequest
 - testAcknowledgeDoesNotCompleteDelayedShareFetchRequest
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 4d7a49c5532..31f5bac46a2 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -170,9 +170,12 @@ org.apache.kafka.server.share.fetch.ShareFetchTest:
 - testMaybeCompleteWithExceptionWithExistingErroneousTopicPartition
 - testMaybeCompleteWithPartialErroneousTopicPartitions
 org.apache.kafka.server.share.session.ShareSessionCacheTest:
+- testNoShareGroupListenerRegistered
 - testRemoveAllSessions
 - testRemoveConnection
 - testResizeCachedSessions
+- testShareGroupListenerEvents
+- testShareGroupListenerEventsMultipleGroups
 - testShareSessionCache
 org.apache.kafka.server.share.session.ShareSessionTest:
 - testPartitionsToLogString

Reply via email to