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

commit a5ff676558e519a86f6f02ee88b19585dc244942
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon May 19 19:58:08 2025 +0000

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

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 54c680f8e72..6190ab7c766 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -763,16 +763,6 @@ kafka.cluster.PartitionTest:
 - testUpdateFollowerFetchState
 - testUseCheckpointToInitializeHighWatermark
 - tryCompleteDelayedRequestsCatchesExceptions
-kafka.cluster.ReplicaTest:
-- testFenceStaleUpdates
-- testInitialState
-- testIsCaughtUpWhenReplicaIsCaughtUpToLogEnd
-- testIsCaughtUpWhenReplicaIsNotCaughtUpToLogEnd
-- testResetReplicaStateWhenLeaderIsReelectedAndReplicaIsInSync
-- testResetReplicaStateWhenLeaderIsReelectedAndReplicaIsNotInSync
-- testResetReplicaStateWhenNewLeaderIsElectedAndReplicaIsInSync
-- testResetReplicaStateWhenNewLeaderIsElectedAndReplicaIsNotInSync
-- testUpdateFetchState
 kafka.coordinator.group.CoordinatorLoaderImplTest:
 - testDeserializationErrorFailsTheLoading
 - testLoadGroupAndOffsetsWithCorruptedLog
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index e0a1b5ca889..75c98123b90 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -149,6 +149,16 @@ org.apache.kafka.server.purgatory.DelayedFutureTest:
 - testDelayedFuture
 org.apache.kafka.server.quota.ThrottledChannelTest:
 - testThrottledChannelDelay
+org.apache.kafka.server.replica.ReplicaTest:
+- testFenceStaleUpdates
+- testInitialState
+- testIsCaughtUpWhenReplicaIsCaughtUpToLogEnd
+- testIsCaughtUpWhenReplicaIsNotCaughtUpToLogEnd
+- testResetReplicaStateWhenLeaderIsReelectedAndReplicaIsInSync
+- testResetReplicaStateWhenLeaderIsReelectedAndReplicaIsNotInSync
+- testResetReplicaStateWhenNewLeaderIsElectedAndReplicaIsInSync
+- testResetReplicaStateWhenNewLeaderIsElectedAndReplicaIsNotInSync
+- testUpdateFetchState
 org.apache.kafka.server.share.CachedSharePartitionTest:
 - testCachedSharePartitionEqualsAndHashCode
 org.apache.kafka.server.share.fetch.DelayedShareFetchKeyTest:

Reply via email to