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

commit ab78fd70ee13d22499aa0e7dc7f457151c12d340
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Wed Jan 29 23:22:50 2025 +0000

    Update test catalog data for GHA workflow run 13038728903
    
    Commit: 
https://github.com/apache/kafka/commit/9dd73d43b0f36d0ef3be09e72eb1594182ecf979
    GitHub Run: https://github.com/apache/kafka/actions/runs/13038728903
---
 test-catalog/clients/tests.yaml | 1 +
 test-catalog/core/tests.yaml    | 3 +--
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/test-catalog/clients/tests.yaml b/test-catalog/clients/tests.yaml
index 045b5808bb4..254f7277da2 100644
--- a/test-catalog/clients/tests.yaml
+++ b/test-catalog/clients/tests.yaml
@@ -1496,6 +1496,7 @@ 
org.apache.kafka.clients.consumer.internals.CoordinatorRequestManagerTest:
 - testNetworkTimeout
 - testNullGroupIdShouldThrow
 - testPropagateAndBackoffAfterFatalError
+- testSignalOnClose
 - testSuccessfulResponse
 org.apache.kafka.clients.consumer.internals.EagerConsumerCoordinatorTest:
 - shouldLoseAllOwnedPartitionsBeforeRejoiningAfterDroppingOutOfTheGroup
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 5cd385ef6be..ba3bb688684 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2926,7 +2926,6 @@ kafka.server.KafkaApisTest:
 - testWriteShareGroupStateSuccess
 - testWriteTxnMarkersShouldAllBeIncludedInTheResponse
 kafka.server.KafkaConfigTest:
-- testAcceptsLargeNodeIdForRaftBasedCase
 - testAdvertiseConfigured
 - testAdvertiseDefaults
 - testAdvertisedListenersAllowedForKRaftControllerOnlyRole
@@ -2999,8 +2998,8 @@ kafka.server.KafkaConfigTest:
 - testPopulateSynonymsOnMapWithoutBrokerId
 - testPopulateSynonymsOnMapWithoutNodeId
 - 
testPortInQuorumVotersNotRequiredToMatchFirstControllerListenerPortForThisKRaftController
+- testRejectsNegativeNodeId
 - testRejectsNegativeNodeIdForRaftBasedBrokerCaseWithAutoGenEnabled
-- testRejectsNegativeNodeIdForRaftBasedCaseWithAutoGenDisabled
 - testRejectsNegativeNodeIdForRaftBasedControllerCaseWithAutoGenEnabled
 - testSaslJwksEndpointRetryDefaults
 - testSeparateControllerListenerDefinedForKRaftBrokerController

Reply via email to