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 6765829fe1a Update test catalog data for GHA workflow run 20755947968
6765829fe1a is described below

commit 6765829fe1a6303446274c7c0e5378dabfbc247e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jan 6 19:33:30 2026 +0000

    Update test catalog data for GHA workflow run 20755947968
    
    Commit: 
https://github.com/apache/kafka/commit/da9e0ddb66fe200ae8938ea2bdb0233081888af4
    GitHub Run: https://github.com/apache/kafka/actions/runs/20755947968
---
 test-catalog/clients/clients-integration-tests/tests.yaml | 2 ++
 test-catalog/clients/tests.yaml                           | 4 ++++
 test-catalog/storage/tests.yaml                           | 1 +
 3 files changed, 7 insertions(+)

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index 84d83a9aee8..f1df1d8d22b 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -388,6 +388,8 @@ org.apache.kafka.clients.consumer.ShareConsumerTest:
 - testShareConsumerAfterCoordinatorMovement
 - testShareGroupMaxSizeConfigExceeded
 - testShareGroupShareSessionCacheIsFull
+- testSharePartitionLagAfterAlterShareGroupOffsets
+- testSharePartitionLagAfterDeleteShareGroupOffsets
 - testSharePartitionLagForMultipleShareConsumers
 - testSharePartitionLagForSingleShareConsumer
 - testSharePartitionLagOnGroupCoordinatorMovement
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 85e2d19c7bb..55514bf4c8c 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -1295,6 +1295,8 @@ 
org.apache.kafka.clients.consumer.internals.ConsumerHeartbeatRequestManagerTest:
 - testFailureOnFatalException
 - testFencedMemberStopHeartbeatUntilItReleasesAssignmentToRejoin
 - testFirstHeartbeatIncludesRequiredInfoToJoinGroupAndGetAssignments
+- testGroupIdNotFoundExceptionWhileUnsubscribed
+- testGroupIdNotFoundWhileStableIsFatal
 - testHeartBeatRequestStateToStringBase
 - testHeartbeatNotSentIfAnotherOneInFlight
 - testHeartbeatOnStartup
@@ -2295,6 +2297,8 @@ 
org.apache.kafka.clients.consumer.internals.ShareFetchMetricsManagerTest:
 org.apache.kafka.clients.consumer.internals.ShareHeartbeatRequestManagerTest:
 - testFailureOnFatalException
 - testFirstHeartbeatIncludesRequiredInfoToJoinGroupAndGetAssignments
+- testGroupIdNotFoundExceptionWhileUnsubscribed
+- testGroupIdNotFoundWhileStableIsFatal
 - testHeartbeatMetrics
 - testHeartbeatNotSentIfAnotherOneInFlight
 - testHeartbeatOnStartup
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index de44863b333..1a123a34dca 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -135,6 +135,7 @@ 
org.apache.kafka.server.log.remote.storage.RemoteLogManagerConfigTest:
 - testValidateEmptyStringConfig
 org.apache.kafka.server.log.remote.storage.RemoteLogManagerTest:
 - testBuildFilteredLeaderEpochMap
+- testBuildRetentionSizeData
 - testCandidateLogSegmentsSkipsActiveSegment
 - testCandidateLogSegmentsSkipsSegmentsAfterLastStableOffset
 - testConfigure

Reply via email to