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 8ea143fc894 Update test catalog data for GHA workflow run 12315535570
8ea143fc894 is described below
commit 8ea143fc894c6fd6363a3cb390de7381922e5110
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 13 14:35:33 2024 +0000
Update test catalog data for GHA workflow run 12315535570
Commit:
https://github.com/apache/kafka/commit/770d64d2ccbc02ba8579c6f50b2901a3f2245928
GitHub Run: https://github.com/apache/kafka/actions/runs/12315535570
---
test-catalog/clients/tests.yaml | 19 +++++++++++++++++++
1 file changed, 19 insertions(+)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 5eccd1f239d..c71133110b6 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -999,6 +999,8 @@
org.apache.kafka.clients.consumer.internals.AcknowledgementsTest:
- testSingleStateMultiRecord
- testSingleStateSingleGap
- testSingleStateSingleRecord
+org.apache.kafka.clients.consumer.internals.ApplicationEventHandlerTest:
+- testRecordApplicationEventQueueSize
org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumerTest:
- testAssign
- testAssignOnEmptyTopicInPartition
@@ -1067,6 +1069,7 @@
org.apache.kafka.clients.consumer.internals.AsyncKafkaConsumerTest:
- testReaperInvokedInClose
- testReaperInvokedInPoll
- testReaperInvokedInUnsubscribe
+- testRecordBackgroundEventQueueSizeAndBackgroundEventQueueTime
- testRefreshCommittedOffsetsNotCalledIfNoGroupId
- testRefreshCommittedOffsetsShouldNotResetIfFailedWithTimeout
- testSeekToBeginning
@@ -1097,6 +1100,8 @@
org.apache.kafka.clients.consumer.internals.AutoOffsetResetStrategyTest:
- testFromString
- testTimestamp
- testValidator
+org.apache.kafka.clients.consumer.internals.BackgroundEventHandlerTest:
+- testRecordBackgroundEventQueueSize
org.apache.kafka.clients.consumer.internals.CommitRequestManagerTest:
- testAsyncAutocommitNotRetriedAfterException
- testAsyncCommitWhileCoordinatorUnknownIsSentOutWhenCoordinatorDiscovered
@@ -1297,6 +1302,8 @@
org.apache.kafka.clients.consumer.internals.ConsumerNetworkThreadTest:
- testMaximumTimeToWait
- testRequestsTransferFromManagersToClientOnThreadRun
- testRunOnceInvokesReaper
+- testRunOnceRecordApplicationEventQueueSizeAndApplicationEventQueueTime
+- testRunOnceRecordTimeBetweenNetworkThreadPoll
- testSendUnsentRequests
- testStartupAndTearDown
org.apache.kafka.clients.consumer.internals.ConsumerProtocolTest:
@@ -1855,6 +1862,7 @@
org.apache.kafka.clients.consumer.internals.NetworkClientDelegateTest:
- testPollResultTimer
- testPropagateMetadataError
- testPropagateMetadataErrorWithErrorEvent
+- testRecordUnsentRequestsQueueTime
- testSuccessfulResponse
- testTimeoutAfterSend
- testTimeoutBeforeSend
@@ -2277,6 +2285,17 @@
org.apache.kafka.clients.consumer.internals.events.CompletableEventReaperTest:
- testExpired
- testIncompleteQueue
- testIncompleteTracked
+org.apache.kafka.clients.consumer.internals.metrics.AsyncConsumerMetricsTest:
+- shouldMetricNames
+- shouldRecordApplicationEventQueueProcessingTime
+- shouldRecordApplicationEventQueueSize
+- shouldRecordApplicationEventQueueTime
+- shouldRecordBackgroundEventQueueProcessingTime
+- shouldRecordBackgroundEventQueueSize
+- shouldRecordBackgroundEventQueueTime
+- shouldRecordTimeBetweenNetworkThreadPoll
+- shouldRecordUnsentRequestsQueueSize
+- shouldRecordUnsentRequestsQueueTime
org.apache.kafka.clients.consumer.internals.metrics.HeartbeatMetricsManagerTest:
- testHeartbeatMetrics
org.apache.kafka.clients.consumer.internals.metrics.OffsetCommitMetricsManagerTest: