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 076728f630f Update test catalog data for GHA workflow run 11725328076
076728f630f is described below

commit 076728f630fd9967926f7454155ea12a8980c656
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 7 17:07:14 2024 +0000

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

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 28cba96275e..fa61c0909c7 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -984,7 +984,6 @@ 
org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumerTest:
 - testAssignOnNullTopicInPartition
 - testAssignOnNullTopicPartition
 - testAutoCommitSyncDisabled
-- testAutoCommitSyncEnabled
 - testBackgroundError
 - testBeginningOffsets
 - testBeginningOffsetsFailsIfNullPartitions
@@ -996,18 +995,16 @@ 
org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumerTest:
 - testCloseAwaitPendingAsyncCommitComplete
 - testCloseAwaitPendingAsyncCommitIncomplete
 - testCloseWithInvalidTopicException
-- testCommitAsyncLeaderEpochUpdate
 - testCommitAsyncUserSuppliedCallbackNoException
 - testCommitAsyncUserSuppliedCallbackWithException
 - testCommitAsyncWithNullCallback
 - testCommitInRebalanceCallback
+- testCommitSyncAllConsumed
 - testCommitSyncAwaitsCommitAsyncButDoesNotFail
 - testCommitSyncAwaitsCommitAsyncCompletionWithEmptyOffsets
 - testCommitSyncAwaitsCommitAsyncCompletionWithNonEmptyOffsets
-- testCommitSyncLeaderEpochUpdate
 - testCommitted
 - testCommittedExceptionThrown
-- testCommittedLeaderEpochUpdate
 - testEndOffsetsTimeoutException
 - testEnsureCallbackExecutedByApplicationThread
 - testEnsureCommitSyncExecutedCommitAsyncCallbacks
@@ -1082,10 +1079,16 @@ 
org.apache.kafka.clients.consumer.internals.CommitRequestManagerTest:
 - testAutocommitEnsureOnlyOneInflightRequest
 - testAutocommitInterceptorsInvoked
 - testAutocommitInterceptorsNotInvokedOnError
+- testCommitAsync
 - testCommitAsyncFailsWithRetriableOnCoordinatorDisconnected
+- testCommitAsyncWithEmptyAllConsumedOffsets
+- testCommitAsyncWithEmptyOffsets
+- testCommitSync
 - testCommitSyncFailsWithCommitFailedExceptionIfUnknownMemberId
 - testCommitSyncFailsWithCommitFailedExceptionOnStaleMemberEpoch
 - testCommitSyncRetriedAfterExpectedRetriableException
+- testCommitSyncWithEmptyAllConsumedOffsets
+- testCommitSyncWithEmptyOffsets
 - testEnsureBackoffRetryOnOffsetCommitRequestTimeout
 - testEnsureCommitSensorRecordsMetric
 - testLastEpochSentOnCommit
@@ -2201,6 +2204,10 @@ 
org.apache.kafka.clients.consumer.internals.events.ApplicationEventProcessorTest
 - testApplicationEventIsProcessed
 - testAssignmentChangeEvent
 - testAssignmentChangeEventWithException
+- testAsyncCommitEventWithException
+- testAsyncCommitEventWithOffsets
+- testAsyncCommitEventWithoutCommitRequestManager
+- testFetchCommittedOffsetsEvent
 - testListOffsetsEventIsProcessed
 - testPollEvent
 - testPrepClosingCommitEvents
@@ -2209,6 +2216,9 @@ 
org.apache.kafka.clients.consumer.internals.events.ApplicationEventProcessorTest
 - testResetOffsetEvent
 - testSeekUnvalidatedEvent
 - testSeekUnvalidatedEventWithException
+- testSyncCommitEvent
+- testSyncCommitEventWithException
+- testSyncCommitEventWithoutCommitRequestManager
 - testTopicPatternSubscriptionChangeEvent
 - testTopicPatternSubscriptionChangeEventWithIllegalSubscriptionState
 - testTopicSubscriptionChangeEvent

Reply via email to