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

commit ea60fbb235eae7731952b55a5516972b16766703
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Sat Aug 23 22:11:25 2025 +0000

    Update test catalog data for GHA workflow run 17178289661
    
    Commit: 
https://github.com/apache/kafka/commit/c01723340ffe14f61379980495c08f7f3f7dec25
    GitHub Run: https://github.com/apache/kafka/actions/runs/17178289661
---
 test-catalog/core/tests.yaml   | 5 -----
 test-catalog/server/tests.yaml | 5 +++++
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index 0993537b93b..bb19985814f 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -2826,11 +2826,6 @@ kafka.server.epoch.OffsetsForLeaderEpochTest:
 kafka.server.handlers.DescribeTopicPartitionsRequestHandlerTest:
 - testDescribeTopicPartitionsRequest
 - testDescribeTopicPartitionsRequestWithEdgeCases
-kafka.server.integration.EligibleLeaderReplicasIntegrationTest:
-- testElrMemberCanBeElected
-- testElrMemberShouldBeKickOutWhenUncleanShutdown
-- testHighWatermarkShouldNotAdvanceIfUnderMinIsr
-- testLastKnownLeaderShouldBeElectedIfEmptyElr
 kafka.server.logger.RuntimeLoggerManagerTest:
 - testOperationNotAllowed
 - testValidateBogusLogLevelNameNotAllowed
diff --git a/test-catalog/server/tests.yaml b/test-catalog/server/tests.yaml
index bbe06daeab5..b57f02a9f83 100644
--- a/test-catalog/server/tests.yaml
+++ b/test-catalog/server/tests.yaml
@@ -114,6 +114,11 @@ org.apache.kafka.server.ClientMetricsManagerTest:
 - testUpdateSubscriptionWithInvalidMetricsProperties
 - testUpdateSubscriptionWithNullProperties
 - testUpdateSubscriptionWithPropertiesDeletion
+org.apache.kafka.server.EligibleLeaderReplicasIntegrationTest:
+- testElrMemberCanBeElected
+- testElrMemberShouldBeKickOutWhenUncleanShutdown
+- testHighWatermarkShouldNotAdvanceIfUnderMinIsr
+- testLastKnownLeaderShouldBeElectedIfEmptyElr
 org.apache.kafka.server.LogManagerIntegrationTest:
 - testIOExceptionOnLogSegmentCloseResultsInRecovery
 - testRestartBrokerNoErrorIfMissingPartitionMetadata

Reply via email to