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 77af9fee77c Update test catalog data for GHA workflow run 11688455880
77af9fee77c is described below
commit 77af9fee77cdd1ddd63218f916a60c0665e409d2
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Nov 5 21:12:04 2024 +0000
Update test catalog data for GHA workflow run 11688455880
Commit:
https://github.com/apache/kafka/commit/4ed0a958e54ee6c3b80e4eb5fbc986e5b6be49e5
GitHub Run: https://github.com/apache/kafka/actions/runs/11688455880
---
test-catalog/clients/tests.yaml | 2 ++
test-catalog/streams/integration-tests/tests.yaml | 4 ++++
2 files changed, 6 insertions(+)
diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index e1ee905c7f6..012e070e17f 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -297,6 +297,7 @@ org.apache.kafka.clients.admin.KafkaAdminClientTest:
- testElectLeaders
- testEqualsOfClientQuotaFilterComponent
- testExplicitlyEnableJmxReporter
+- testExplicitlyEnableTelemetryReporter
- testFenceProducers
- testGenerateClientId
- testGetOrCreateListValue
@@ -367,6 +368,7 @@ org.apache.kafka.clients.admin.KafkaAdminClientTest:
- testRequestTimeoutExceedingDefaultApiTimeout
- testRetryDescribeTransactionsAfterNotCoordinatorError
- testSuccessfulRetryAfterRequestTimeout
+- testTelemetryReporterIsDisabledByDefault
- testTimeoutWithoutMetadata
- testUnreachableBootstrapServer
- testUnregisterBrokerFailure
diff --git a/test-catalog/streams/integration-tests/tests.yaml
b/test-catalog/streams/integration-tests/tests.yaml
index f99adef5f10..b70ca6540bf 100644
--- a/test-catalog/streams/integration-tests/tests.yaml
+++ b/test-catalog/streams/integration-tests/tests.yaml
@@ -154,6 +154,10 @@
org.apache.kafka.streams.integration.KTableSourceTopicRestartIntegrationTest:
- shouldRestoreAndProgressWhenTopicWrittenToDuringRestorationWithEosV2Enabled
org.apache.kafka.streams.integration.KafkaStreamsCloseOptionsIntegrationTest:
- testCloseOptions
+org.apache.kafka.streams.integration.KafkaStreamsTelemetryIntegrationTest:
+- Correct
+- End
+- Streams
org.apache.kafka.streams.integration.LagFetchIntegrationTest:
- shouldFetchLagsDuringRebalancingWithNoOptimization
- shouldFetchLagsDuringRebalancingWithOptimization