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 787a65e8f80 Update test catalog data for GHA workflow run 22564659673
787a65e8f80 is described below

commit 787a65e8f80f7d52fdfb34d74efbea9f3b3d450c
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 2 09:14:44 2026 +0000

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

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 6c55a3899b5..2cac016d55b 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -1755,6 +1755,9 @@ kafka.server.DelayedFetchTest:
 - testDivergingEpoch
 - testFetchWithFencedEpoch
 - testNotLeaderOrFollower
+kafka.server.DelayedProduceTest:
+- testRemovePartitionMetrics
+- testRemovePartitionMetricsForNonExistentPartition
 kafka.server.DelegationTokenRequestsOnPlainTextTest:
 - testDelegationTokenRequests
 kafka.server.DelegationTokenRequestsTest:
diff --git a/test-catalog/storage/tests.yaml b/test-catalog/storage/tests.yaml
index 409d13c09e1..0f8ab628cab 100644
--- a/test-catalog/storage/tests.yaml
+++ b/test-catalog/storage/tests.yaml
@@ -236,6 +236,8 @@ org.apache.kafka.server.purgatory.DelayedRemoteFetchTest:
 - testRequestExpiry
 org.apache.kafka.server.purgatory.DelayedRemoteListOffsetsTest:
 - testPartialResponseWhenNotLeaderOrFollowerExceptionOnOnePartition
+- testRemovePartitionMetrics
+- testRemovePartitionMetricsForNonExistentPartition
 - testResponseOnPartialError
 - testResponseOnRequestExpiration
 - testResponseOnSuccess

Reply via email to