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 8adb339b6f6 Update test catalog data for GHA workflow run 16150425216
8adb339b6f6 is described below

commit 8adb339b6f6c037f3b3c18415d69064f5bddf9b0
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Jul 8 21:11:02 2025 +0000

    Update test catalog data for GHA workflow run 16150425216
    
    Commit: 
https://github.com/apache/kafka/commit/d86ba7f54af4c8674dc27aa1a2e54647b450ba7a
    GitHub Run: https://github.com/apache/kafka/actions/runs/16150425216
---
 test-catalog/core/tests.yaml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 53fc91b5451..25619873f24 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2113,6 +2113,13 @@ kafka.server.KafkaApisTest:
 - testGetAcknowledgeBatchesFromShareFetchRequest
 - testGetAcknowledgeBatchesFromShareFetchRequestError
 - testGetAllTopicMetadataShouldNotCreateTopicOrReturnUnknownTopicPartition
+- testGetReplicaInfoRequestHappyTrail
+- testGetReplicaLogInfoLogDirNotFoundError
+- testGetReplicaLogInfoMixOfSuccessAndFailure
+- testGetReplicaLogInfoRequestTooManyTopics
+- testGetReplicaLogInfoSingleTopicManyPartitionsHasMoreData
+- testGetReplicaLogInfoSingleTopicPartitionHasMoreData
+- testGetReplicaLogInfoUnknownTopic
 - testGetTelemetrySubscriptions
 - testGetTelemetrySubscriptionsWithException
 - testHandleAcknowledgementsInvalidAcknowledgementBatches
@@ -2284,6 +2291,7 @@ kafka.server.KafkaApisTest:
 - testSyncGroupProtocolTypeAndNameAreMandatorySinceV5
 - testTransactionalParametersSetCorrectly
 - testTxnOffsetCommitWithInvalidPartition
+- testUnauthorizedGetReplicaLogInfo
 - testUnauthorizedTopicMetadataRequest
 - testWriteShareGroupStateAuthorizationFailed
 - testWriteShareGroupStateSuccess

Reply via email to