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 7631a298135 Update test catalog data for GHA workflow run 11887197216
7631a298135 is described below

commit 7631a298135b3d7071ff7497448dbf5064430d72
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 18 09:43:51 2024 +0000

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

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 0e76b684025..dcc13361094 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -578,6 +578,12 @@ 
org.apache.kafka.clients.admin.internals.ListTransactionsHandlerTest:
 - testCoordinatorLoadingErrorIsRetriable
 - testHandleResponseWithFatalErrors
 - testHandleSuccessfulResponse
+org.apache.kafka.clients.admin.internals.PartitionLeaderStrategyIntegrationTest:
+- testCachingOverlappingRequests
+- testCachingRepeatedRequest
+- testFatalLookupError
+- testNotLeaderFulfillmentError
+- testRetryLookupAfterDisconnect
 org.apache.kafka.clients.admin.internals.PartitionLeaderStrategyTest:
 - testBuildLookupRequest
 - testIgnoreUnrequestedPartitions
@@ -2384,6 +2390,7 @@ org.apache.kafka.clients.producer.ProducerConfigTest:
 - testInvalidCompressionType
 - testInvalidMetadataRecoveryStrategy
 - testInvalidSecurityProtocol
+- testUpperboundCheckOfEnableIdempotence
 org.apache.kafka.clients.producer.ProducerRecordTest:
 - testEqualsAndHashCode
 - testInvalidRecords

Reply via email to