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

commit a9d57e71a09d88abe66950f97c83a231b51d2f3d
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Nov 21 21:07:25 2024 +0000

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

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 2d147d75a51..7a61d772fb7 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -785,6 +785,10 @@ org.apache.kafka.clients.consumer.KafkaConsumerTest:
 - testSecondPollWithDeserializationErrorThrowsRecordDeserializationException
 - testSeekNegative
 - testShouldAttemptToRejoinGroupAfterSyncGroupFailed
+- testShouldNotCallMetricReporterMetricRemovalWithExistingConsumerMetric
+- testShouldOnlyCallMetricReporterMetricChangeOnceWithExistingConsumerMetric
+- testSubscribingCustomMetricsDoesntAffectConsumerMetrics
+- testSubscribingCustomMetricsWithSameNameDoesntAffectConsumerMetrics
 - testSubscription
 - testSubscriptionChangesWithAutoCommitDisabled
 - testSubscriptionChangesWithAutoCommitEnabled
@@ -795,8 +799,10 @@ org.apache.kafka.clients.consumer.KafkaConsumerTest:
 - testSubscriptionOnNullTopic
 - testSubscriptionOnNullTopicCollection
 - testSubscriptionWithEmptyPartitionAssignment
+- testUnSubscribingNonExisingMetricsDoesntCauseError
 - testUnsubscribeShouldTriggerPartitionsLostWithNoGeneration
 - testUnsubscribeShouldTriggerPartitionsRevokedWithValidGeneration
+- testUnsubscribingCustomMetricsWithSameNameDoesntAffectConsumerMetrics
 - testUnusedConfigs
 - testWakeupWithFetchDataAvailable
 - verifyHeartbeatSent

Reply via email to