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 672a8332b5a Update test catalog data for GHA workflow run 21666001153
672a8332b5a is described below

commit 672a8332b5afa8ae370dacf3e0e7cbb45f79262a
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Feb 4 11:55:47 2026 +0000

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

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index d57b525a9ae..70b937f77c4 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1888,32 +1888,6 @@ kafka.server.FetchRequestTest:
 - testLastFetchedEpochValidationV12
 - testZStdCompressedRecords
 - testZStdCompressedTopic
-kafka.server.FetchSessionTest:
-- testCachedLeaderEpoch
-- testCachedPartitionEqualsAndHashCode
-- testDeprioritizesPartitionsWithRecordsOnly
-- testDivergingEpoch
-- testFetchRequests
-- testFetchSessionCache_RoundRobinsIntoShards
-- testFetchSessionCache_RoundRobinsIntoShards_WhenIntegerOverflows
-- testFetchSessionCache_getShardedCache_retrievesCacheFromCorrectSegment
-- testFetchSessionExpiration
-- testFetchSessionUpdateTopicIdsBrokerSide
-- testFetchSessionWithUnknownId
-- testFetchSessionWithUnknownIdOldRequestVersion
-- testIncrementalFetchSession
-- testIncrementalFetchSessionWithIdsWhenSessionDoesNotUseIds
-- testIncrementalFetchSessionWithoutIdsWhenSessionUsesIds
-- testLastFetchedEpoch
-- testMaybeResolveUnknownName
-- testNewSessionId
-- testPrivilegedSessionHandling
-- testResizeCachedSessions
-- testResolveUnknownPartitions
-- testSessionCache
-- testToForgetPartitions
-- testUpdateAndGenerateResponseData
-- testZeroSizeFetchSession
 kafka.server.ForwardingManagerTest:
 - testFailedAuthentication
 - testForwardingManagerMetricsOnComplete
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index 9e9a4fc7811..f36c13a1d51 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -121,6 +121,32 @@ 
org.apache.kafka.server.EligibleLeaderReplicasIntegrationTest:
 - testElrMemberShouldBeKickOutWhenUncleanShutdown
 - testHighWatermarkShouldNotAdvanceIfUnderMinIsr
 - testLastKnownLeaderShouldBeElectedIfEmptyElr
+org.apache.kafka.server.FetchSessionTest:
+- testCachedLeaderEpoch
+- testCachedPartitionEqualsAndHashCode
+- testDeprioritizesPartitionsWithRecordsOnly
+- testDivergingEpoch
+- testFetchRequests
+- testFetchSessionCache_RoundRobinsIntoShards
+- testFetchSessionCache_RoundRobinsIntoShards_WhenIntegerOverflows
+- testFetchSessionCache_getShardedCache_retrievesCacheFromCorrectSegment
+- testFetchSessionExpiration
+- testFetchSessionUpdateTopicIdsBrokerSide
+- testFetchSessionWithUnknownId
+- testFetchSessionWithUnknownIdOldRequestVersion
+- testIncrementalFetchSession
+- testIncrementalFetchSessionWithIdsWhenSessionDoesNotUseIds
+- testIncrementalFetchSessionWithoutIdsWhenSessionUsesIds
+- testLastFetchedEpoch
+- testMaybeResolveUnknownName
+- testNewSessionId
+- testPrivilegedSessionHandling
+- testResizeCachedSessions
+- testResolveUnknownPartitions
+- testSessionCache
+- testToForgetPartitions
+- testUpdateAndGenerateResponseData
+- testZeroSizeFetchSession
 org.apache.kafka.server.KRaftClusterTest:
 - testAbandonedFutureReplicaRecovered_mainReplicaInOfflineLogDir
 - testAbandonedFutureReplicaRecovered_mainReplicaInOnlineLogDir

Reply via email to