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 f4ce921c559 Update test catalog data for GHA workflow run 13129649079
f4ce921c559 is described below
commit f4ce921c55902352ef67ff51a52b5065ed9713ee
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 4 10:16:06 2025 +0000
Update test catalog data for GHA workflow run 13129649079
Commit:
https://github.com/apache/kafka/commit/ad031b99d312cdfe452965c841e22c1ab391956e
GitHub Run: https://github.com/apache/kafka/actions/runs/13129649079
---
test-catalog/core/tests.yaml | 5 +++++
test-catalog/metadata/tests.yaml | 2 ++
2 files changed, 7 insertions(+)
diff --git a/test-catalog/core/tests.yaml b/test-catalog/core/tests.yaml
index fe03d7af239..b9ce2b7ab64 100644
--- a/test-catalog/core/tests.yaml
+++ b/test-catalog/core/tests.yaml
@@ -3477,6 +3477,11 @@ 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/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index 617d4435c4b..e5d268e027f 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -68,6 +68,7 @@ org.apache.kafka.controller.ClusterControlManagerTest:
- testHasOnlineDir
- testPlaceReplicas
- testReRegistrationAndBrokerEpoch
+- testReRegistrationWithCleanShutdownDetection
- testRegisterBrokerRecordVersion
- testRegisterControlWithOlderMetadataVersion
- testRegisterWithDuplicateDirectoryId
@@ -274,6 +275,7 @@ org.apache.kafka.controller.ReplicationControlManagerTest:
- testEligibleLeaderReplicas_DeleteTopic
- testEligibleLeaderReplicas_EffectiveMinIsr
- testEligibleLeaderReplicas_ShrinkAndExpandIsr
+- testEligibleLeaderReplicas_ShrinkToEmptyIsr
- testEligibleLeaderReplicas_UncleanShutdown
- testElrsRemovedOnMinIsrUpdate
- testElrsRemovedShouldNotBumpPartitionEpochIfNoChange