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 296117f14a2 Update test catalog data for GHA workflow run 18785239989
296117f14a2 is described below

commit 296117f14a271bd3b8f0d42d63f793fd4c0a5f57
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 24 18:21:17 2025 +0000

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

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index b42fd3ecc31..d9a44a18761 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1808,14 +1808,6 @@ kafka.server.DelayedFetchTest:
 - testDivergingEpoch
 - testFetchWithFencedEpoch
 - testNotLeaderOrFollower
-kafka.server.DelayedRemoteFetchTest:
-- testErrorLogReadInfo
-- testFetch
-- testFollowerFetch
-- testMultiplePartitions
-- testMultiplePartitionsWithFailedResults
-- testNotLeaderOrFollower
-- testRequestExpiry
 kafka.server.DelegationTokenRequestsOnPlainTextTest:
 - testDelegationTokenRequests
 kafka.server.DelegationTokenRequestsTest:
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index 5b0ad712c8d..ea8d3f43dfb 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -212,6 +212,14 @@ 
org.apache.kafka.server.log.remote.storage.RemoteLogReaderTest:
 - testRemoteLogReaderWithoutError
 org.apache.kafka.server.log.remote.storage.RemoteTopicPartitionDirectoryTest:
 - testSubStr
+org.apache.kafka.server.purgatory.DelayedRemoteFetchTest:
+- testErrorLogReadInfo
+- testFetch
+- testFollowerFetch
+- testMultiplePartitions
+- testMultiplePartitionsWithFailedResults
+- testNotLeaderOrFollower
+- testRequestExpiry
 org.apache.kafka.server.purgatory.DelayedRemoteListOffsetsTest:
 - testPartialResponseWhenNotLeaderOrFollowerExceptionOnOnePartition
 - testResponseOnPartialError

Reply via email to