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

commit 89381018707e7d5a506821a8c2d4108411f813b8
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 26 01:12:56 2024 +0000

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

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index f897eb9e003..292c1456574 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -2335,10 +2335,16 @@ org.apache.kafka.clients.producer.KafkaProducerTest:
 - testSendTxnOffsetsWithGroupId
 - testSendTxnOffsetsWithGroupMetadata
 - testSerializerClose
+- testShouldNotCallMetricReporterMetricRemovalWithExistingProducerMetric
+- testShouldOnlyCallMetricReporterMetricChangeOnceWithExistingProducerMetric
+- testSubscribingCustomMetricsDoesntAffectProducerMetrics
+- testSubscribingCustomMetricsWithSameNameDoesntAffectProducerMetrics
 - testTopicExpiryInMetadata
 - testTopicNotExistingInMetadata
 - testTopicRefreshInMetadata
 - testTransactionalMethodThrowsWhenSenderClosed
+- testUnSubscribingNonExisingMetricsDoesntCauseError
+- 
testUnsubscribingCustomMetricWithSameNameAsExistingMetricDoesntAffectProducerMetric
 - testUnusedConfigs
 org.apache.kafka.clients.producer.MockProducerTest:
 - shouldAbortEmptyTransaction
@@ -2623,7 +2629,6 @@ 
org.apache.kafka.clients.producer.internals.TransactionManagerTest:
 - testBumpTransactionalEpochOnRecoverableAddPartitionRequestError
 - testBumpTransactionalEpochOnTimeout
 - testBumpTransactionalEpochOnUnknownProducerIdError
-- testCanBumpEpochDuringCoordinatorDisconnect
 - testCancelUnsentAddPartitionsAndProduceOnAbort
 - testCommitTransactionWithInFlightProduceRequest
 - testCommitTransactionWithUnsentProduceRequest
@@ -2635,7 +2640,7 @@ 
org.apache.kafka.clients.producer.internals.TransactionManagerTest:
 - testDropCommitOnBatchExpiry
 - testDuplicateSequenceAfterProducerReset
 - testEndTxnNotSentIfIncompleteBatches
-- testEpochBumpAfterLastInflightBatchFails
+- testEpochBumpAfterLastInFlightBatchFailsIdempotentProducer
 - testEpochUpdateAfterBumpFromEndTxnResponseInV2
 - testFailIfNotReadyForSendAfterAbortableError
 - testFailIfNotReadyForSendAfterFatalError
@@ -2683,7 +2688,9 @@ 
org.apache.kafka.clients.producer.internals.TransactionManagerTest:
 - testLookupCoordinatorOnDisconnectBeforeSend
 - testLookupCoordinatorOnNotCoordinatorError
 - testMaybeAddPartitionToTransaction
+- testMaybeResolveSequencesTransactionalProducer
 - testMultipleAddPartitionsPerForOneProduce
+- testNeedToTriggerEpochBumpFromClientDuringCoordinatorDisconnect
 - testNoDrainWhenPartitionsPending
 - testNoFailedBatchHandlingWhenTxnManagerIsInFatalError
 - testNoProducerIdResetAfterLastInFlightBatchSucceeds

Reply via email to