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 4af76c451be Update test catalog data for GHA workflow run 13070164658
4af76c451be is described below
commit 4af76c451bede1256d1c13e9c8b54f4148f5f641
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Jan 31 13:19:12 2025 +0000
Update test catalog data for GHA workflow run 13070164658
Commit:
https://github.com/apache/kafka/commit/71314739f9b51fa5b443258d68019f58583704eb
GitHub Run: https://github.com/apache/kafka/actions/runs/13070164658
---
test-catalog/clients/tests.yaml | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 972913f999f..9b180abfa6a 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -763,6 +763,7 @@ org.apache.kafka.clients.consumer.KafkaConsumerTest:
- testMetricConfigRecordingLevelInfo
- testMetricsReporterAutoGeneratedClientId
- testMissingOffsetNoResetPolicy
+- testMonitorablePlugins
- testNoCommittedOffsets
- testOffsetIsValidAfterSeek
- testOffsetOfPausedPartitions
@@ -2405,6 +2406,7 @@ org.apache.kafka.clients.producer.KafkaProducerTest:
- testMetadataWithPartitionOutOfRange
- testMetricConfigRecordingLevel
- testMetricsReporterAutoGeneratedClientId
+- testMonitorablePlugins
- testNoSerializerProvided
- testNullGroupMetadataInSendOffsets
- testNullTopicName
@@ -3130,6 +3132,11 @@ org.apache.kafka.common.internals.PartitionStatesTest:
- testRemove
- testSet
- testUpdateAndMoveToEnd
+org.apache.kafka.common.internals.PluginTest:
+- testCloseThrows
+- testUsePluginMetricsAfterClose
+- testWrapInstance
+- testWrapInstances
org.apache.kafka.common.internals.SecurityManagerCompatibilityTest:
- testCompositeStrategyCallAsWhenSecurityManagerUnsupported
- testCompositeStrategyCurrentWhenSecurityManagerUnsupported
@@ -3320,6 +3327,12 @@
org.apache.kafka.common.metrics.internals.IntGaugeSuiteTest:
org.apache.kafka.common.metrics.internals.MetricsUtilsTest:
- testCreatingTags
- testCreatingTagsWithOddNumberOfTags
+org.apache.kafka.common.metrics.internals.PluginMetricsImplTest:
+- testAddRemoveMetrics
+- testAddRemoveSensor
+- testClose
+- testDuplicateTagName
+- testMetricName
org.apache.kafka.common.metrics.stats.FrequenciesTest:
- testBooleanFrequenciesStrategy1
- testBooleanFrequenciesStrategy2