This is an automated email from the ASF dual-hosted git repository.

github-actions[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 53e24c2b4e0 Update test catalog data for GHA workflow run 28386441260
53e24c2b4e0 is described below

commit 53e24c2b4e07b5fa022438c49eab26dd62354c9e
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jun 29 19:34:42 2026 +0000

    Update test catalog data for GHA workflow run 28386441260
    
    Commit: 
https://github.com/apache/kafka/commit/7c010c75839dd71ff1d7b1f1f2c7434cbee47e91
    GitHub Run: https://github.com/apache/kafka/actions/runs/28386441260
---
 test-catalog/clients/tests.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index a5e5abd169a..bc72e920e02 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -840,7 +840,6 @@ 
org.apache.kafka.clients.consumer.CooperativeStickyAssignorTest:
 - testUniformSubscriptionTransferOwnershipListIsRight
 org.apache.kafka.clients.consumer.KafkaConsumerTest:
 - configurableObjectsShouldSeeGeneratedClientId
-- fetchResponseWithUnexpectedPartitionIsIgnored
 - shouldIgnoreGroupInstanceIdForEmptyGroupId
 - testAssignOnEmptyTopicInPartition
 - testAssignOnEmptyTopicPartition
@@ -887,6 +886,7 @@ org.apache.kafka.clients.consumer.KafkaConsumerTest:
 - testExplicitlyOnlyEnableClientTelemetryReporter
 - testExplicitlyOnlyEnableJmxReporter
 - testFetchProgressWithMissingPartitionPosition
+- testFetchResponseWithUnexpectedPartitionIsIgnored
 - testFetchStableOffsetThrowInCommitted
 - testFetchStableOffsetThrowInPoll
 - testFetchStableOffsetThrowInPosition
@@ -1975,6 +1975,7 @@ 
org.apache.kafka.clients.consumer.internals.FetchRequestManagerTest:
 - testFetchResponseMetricsWithOnePartitionAtTheWrongOffset
 - testFetchResponseMetricsWithOnePartitionError
 - testFetchResponseMetricsWithSkippedOffset
+- testFetchResponseWithUnexpectedPartitionIsIgnored
 - testFetchResultNotProcessedForPartitionsAwaitingCallbackCompletion
 - testFetchSessionIdError
 - testFetchSkipsBlackedOutNodes

Reply via email to