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 eff324ed76a Update test catalog data for GHA workflow run 31019259927
eff324ed76a is described below

commit eff324ed76a1d01f9de1c95f9c3dc2a35f4d1a97
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Aug 5 18:25:58 2026 +0000

    Update test catalog data for GHA workflow run 31019259927
    
    Commit: 
https://github.com/apache/kafka/commit/a98049e989fcd64c4485953eeb02a5e5cba9fdf7
    GitHub Run: https://github.com/apache/kafka/actions/runs/31019259927
---
 .../clients/clients-integration-tests/tests.yaml   | 16 ++++++++++++++++
 test-catalog/clients/tests.yaml                    | 22 +++++++++++-----------
 2 files changed, 27 insertions(+), 11 deletions(-)

diff --git a/test-catalog/clients/clients-integration-tests/tests.yaml 
b/test-catalog/clients/clients-integration-tests/tests.yaml
index 26e27986241..2011b635556 100644
--- a/test-catalog/clients/clients-integration-tests/tests.yaml
+++ b/test-catalog/clients/clients-integration-tests/tests.yaml
@@ -155,6 +155,13 @@ 
org.apache.kafka.clients.consumer.PlaintextConsumerAssignTest:
 - testClassicAssignAndRetrievingCommittedOffsetsMultipleTimes
 - testClassicPollAfterTopicDeleted
 org.apache.kafka.clients.consumer.PlaintextConsumerCallbackTest:
+- testAsyncConsumerAwareAssignmentVisibleOnPartitionsAssigned
+- testAsyncConsumerAwareBeginningOffsetsOnPartitionsAssigned
+- testAsyncConsumerAwareCommitOnPartitionsRevoked
+- testAsyncConsumerAwareGroupMetadataOnPartitionsAssigned
+- testAsyncConsumerAwarePauseStatePersistsAfterAssigned
+- testAsyncConsumerAwarePositionOnPartitionsAssigned
+- testAsyncConsumerAwareSeekAndCommitOnPartitionsAssigned
 - 
testAsyncConsumerGetPositionOfNewlyAssignedPartitionOnPartitionsAssignedCallback
 - testAsyncConsumerRebalanceListenerAssignOnPartitionsAssigned
 - testAsyncConsumerRebalanceListenerAssignOnPartitionsRevoked
@@ -163,6 +170,14 @@ 
org.apache.kafka.clients.consumer.PlaintextConsumerCallbackTest:
 - testAsyncConsumerRebalanceListenerBeginningOffsetsOnPartitionsAssigned
 - testAsyncConsumerRebalanceListenerBeginningOffsetsOnPartitionsRevoked
 - 
testAsyncConsumerSeekPositionAndPauseNewlyAssignedPartitionOnPartitionsAssignedCallback
+- testAsyncRebalanceConsumerExpiredAfterAssignedCallback
+- testClassicConsumerAwareAssignmentVisibleOnPartitionsAssigned
+- testClassicConsumerAwareBeginningOffsetsOnPartitionsAssigned
+- testClassicConsumerAwareCommitOnPartitionsRevoked
+- testClassicConsumerAwareGroupMetadataOnPartitionsAssigned
+- testClassicConsumerAwarePauseStatePersistsAfterAssigned
+- testClassicConsumerAwarePositionOnPartitionsAssigned
+- testClassicConsumerAwareSeekAndCommitOnPartitionsAssigned
 - 
testClassicConsumerGetPositionOfNewlyAssignedPartitionOnPartitionsAssignedCallback
 - testClassicConsumerRebalanceListenerAssignOnPartitionsAssigned
 - testClassicConsumerRebalanceListenerAssignOnPartitionsRevoked
@@ -171,6 +186,7 @@ 
org.apache.kafka.clients.consumer.PlaintextConsumerCallbackTest:
 - testClassicConsumerRebalanceListenerBeginningOffsetsOnPartitionsAssigned
 - testClassicConsumerRebalanceListenerBeginningOffsetsOnPartitionsRevoked
 - 
testClassicConsumerSeekPositionAndPauseNewlyAssignedPartitionOnPartitionsAssignedCallback
+- testClassicRebalanceConsumerExpiredAfterAssignedCallback
 - testOnPartitionsAssignedCalledWithNewPartitionsOnlyForAsyncConsumer
 - testOnPartitionsAssignedCalledWithNewPartitionsOnlyForClassicCooperative
 - testOnPartitionsAssignedCalledWithNewPartitionsOnlyForClassicEager
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index d636c8ef41a..608d7eeb902 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -1008,6 +1008,7 @@ org.apache.kafka.clients.consumer.MockConsumerTest:
 - testLosePartitionsThrowsIfNotAssigned
 - testRe2JPatternSubscription
 - testRebalanceListener
+- testRebalanceWithConsumerAwareListener
 - testSimpleMock
 org.apache.kafka.clients.consumer.MockShareConsumerTest:
 - testSimpleMock
@@ -1382,17 +1383,6 @@ 
org.apache.kafka.clients.consumer.internals.CompletedFetchTest:
 - testNegativeFetchCount
 - testNoRecordsInFetch
 - testSimple
-org.apache.kafka.clients.consumer.internals.ConsumerAwareRebalanceListenerTest:
-- testDefaultDelegationFromTwoArgToOneArg
-- testEachCallbackGetsFreshView
-- testExceptionFromCallbackPropagates
-- testOnPartitionsAssignedCreatesViewAndDelegates
-- testOnPartitionsLostCreatesViewAndDelegates
-- testOnPartitionsRevokedCreatesViewAndDelegates
-- testViewIsClosedAfterAssignedCallback
-- testViewIsClosedAfterLostCallback
-- testViewIsClosedAfterRevokedCallback
-- testViewIsClosedEvenWhenCallbackThrows
 
org.apache.kafka.clients.consumer.internals.ConsumerHeartbeatRequestManagerTest:
 - testConsumerAcksReconciledAssignmentAfterAckLost
 - testDisconnect
@@ -2818,6 +2808,9 @@ 
org.apache.kafka.clients.consumer.internals.SubscriptionStateTest:
 - testAssignedPartitionsWithTopicIdsForRe2Pattern
 - testAssignedTopicIdsPreservedWhenReconciliationCompletes
 - testCompleteValidationShouldClearAwaitingValidation
+- testDefaultDelegationFromTwoArgToOneArg
+- testEachCallbackGetsFreshView
+- testExceptionFromCallbackPropagates
 - testFetchablePartitionsPerformsCheapChecksFirst
 - testGroupSubscribe
 - testIsAssignedFromRe2j
@@ -2832,6 +2825,9 @@ 
org.apache.kafka.clients.consumer.internals.SubscriptionStateTest:
 - testMaybeValidatePositionForCurrentLeader
 - testMixedPatternSubscriptionNotAllowed
 - testOffsetResetWhileAwaitingValidation
+- testOnPartitionsAssignedCreatesViewAndDelegates
+- testOnPartitionsLostCreatesViewAndDelegates
+- testOnPartitionsRevokedCreatesViewAndDelegates
 - testPositionOrNull
 - testPreferredReadReplicaLease
 - testRequestOffsetResetIfPartitionAssigned
@@ -2849,6 +2845,10 @@ 
org.apache.kafka.clients.consumer.internals.SubscriptionStateTest:
 - testTryUpdatingLastStableOffset
 - testTryUpdatingLogStartOffset
 - testTryUpdatingPreferredReadReplica
+- testViewIsClosedAfterAssignedCallback
+- testViewIsClosedAfterLostCallback
+- testViewIsClosedAfterRevokedCallback
+- testViewIsClosedEvenWhenCallbackThrows
 - topicSubscription
 - unsubscribeUserAssignment
 - unsubscribeUserSubscribe

Reply via email to