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 89600e5a927 Update test catalog data for GHA workflow run 23905841321
89600e5a927 is described below

commit 89600e5a92730b79944ceb725527f6d5306f4529
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Apr 2 17:35:26 2026 +0000

    Update test catalog data for GHA workflow run 23905841321
    
    Commit: 
https://github.com/apache/kafka/commit/ada5f22bdf9b69d6cbdc9dfa3b8b61dced6c6b05
    GitHub Run: https://github.com/apache/kafka/actions/runs/23905841321
---
 test-catalog/clients/clients-integration-tests/tests.yaml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index bbd86365fc3..3c947f75043 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -131,6 +131,7 @@ 
org.apache.kafka.clients.consumer.PlaintextConsumerAssignTest:
 - testAsyncAssignAndConsumeSkippingPosition
 - testAsyncAssignAndFetchCommittedOffsets
 - testAsyncAssignAndRetrievingCommittedOffsetsMultipleTimes
+- testAsyncPollAfterTopicDeleted
 - testClassicAssignAndCommitAsyncNotCommitted
 - testClassicAssignAndCommitSyncAllConsumed
 - testClassicAssignAndCommitSyncNotCommitted
@@ -139,6 +140,7 @@ 
org.apache.kafka.clients.consumer.PlaintextConsumerAssignTest:
 - testClassicAssignAndConsumeSkippingPosition
 - testClassicAssignAndFetchCommittedOffsets
 - testClassicAssignAndRetrievingCommittedOffsetsMultipleTimes
+- testClassicPollAfterTopicDeleted
 org.apache.kafka.clients.consumer.PlaintextConsumerCallbackTest:
 - 
testAsyncConsumerGetPositionOfNewlyAssignedPartitionOnPartitionsAssignedCallback
 - testAsyncConsumerRebalanceListenerAssignOnPartitionsAssigned
@@ -172,6 +174,7 @@ 
org.apache.kafka.clients.consumer.PlaintextConsumerCommitTest:
 - testAsyncConsumerAutoCommitOnRebalance
 - testAsyncConsumerCommitMetadata
 - testAsyncConsumerCommitSpecifiedOffsets
+- testAsyncConsumerCommittedDeletedTopic
 - testAsyncConsumerNoCommittedOffsets
 - testAsyncConsumerPositionAndCommit
 - testAsyncConsumerSubscribeAndCommitSync
@@ -182,6 +185,7 @@ 
org.apache.kafka.clients.consumer.PlaintextConsumerCommitTest:
 - testClassicConsumerAutoCommitOnRebalance
 - testClassicConsumerCommitMetadata
 - testClassicConsumerCommitSpecifiedOffsets
+- testClassicConsumerCommittedDeletedTopic
 - testClassicConsumerNoCommittedOffsets
 - testClassicConsumerPositionAndCommit
 - testClassicConsumerSubscribeAndCommitSync

Reply via email to