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

commit 7f7708409a1a7ac4eb7aa4c92b945f5ae8ceda64
Author: github-actions[bot] 
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Thu Jan 9 01:13:48 2025 +0000

    Update test catalog data for GHA workflow run 12679553417
    
    Commit: 
https://github.com/apache/kafka/commit/ec49a60e4f690f311060045ee1feb20d99837f97
    GitHub Run: https://github.com/apache/kafka/actions/runs/12679553417
---
 test-catalog/metadata/tests.yaml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/test-catalog/metadata/tests.yaml b/test-catalog/metadata/tests.yaml
index 1e8c9ea052b..cc22d97f51b 100644
--- a/test-catalog/metadata/tests.yaml
+++ b/test-catalog/metadata/tests.yaml
@@ -9,6 +9,10 @@ org.apache.kafka.controller.AclControlManagerTest:
 - testValidateNewAcl
 org.apache.kafka.controller.ActivationRecordsGeneratorTest:
 - testActivationMessageForEmptyLog
+- testActivationMessageForEmptyLogAtMv3_4
+- testActivationMessageForEmptyLogAtMv3_6
+- testActivationMessageForEmptyLogAtMv3_6WithTransaction
+- testActivationMessageForEmptyLogAtMv3_6WithTransactionAndElr
 org.apache.kafka.controller.BrokerHeartbeatManagerTest:
 - testCalculateNextBrokerState
 - testControlledShutdownOffsetIsOnlyUpdatedOnce
@@ -83,6 +87,8 @@ org.apache.kafka.controller.ConfigurationControlManagerTest:
 - testIncrementalAlterConfigsWithoutExistence
 - testIncrementalAlterMultipleConfigValues
 - testLegacyAlterConfigs
+- testMaybeGenerateElrSafetyRecords
+- testRejectMinIsrChangeWhenElrEnabled
 - testReplay
 org.apache.kafka.controller.EventPerformanceMonitorTest:
 - testDefaultPeriodNs
@@ -113,6 +119,7 @@ org.apache.kafka.controller.FeatureControlManagerTest:
 - testUnsafeDowngradeIsTemporarilyDisabled
 - testUpdateFeatures
 - testUpdateFeaturesErrorCases
+- testUpgradeElrFeatureLevel
 org.apache.kafka.controller.LogReplayTrackerTest:
 - testEmpty
 org.apache.kafka.controller.OffsetControlManagerTest:
@@ -216,6 +223,7 @@ org.apache.kafka.controller.QuorumControllerTest:
 - testConfigurationOperations
 - testDelayedConfigurationOperations
 - testEarlyControllerResults
+- testElrEnabledByDefault
 - testFatalMetadataErrorDuringLogLoading
 - testFatalMetadataErrorDuringSnapshotLoading
 - testFatalMetadataReplayErrorOnActive
@@ -225,7 +233,6 @@ org.apache.kafka.controller.QuorumControllerTest:
 - testRegisterBrokerKRaftVersions
 - testSnapshotSaveAndLoad
 - testTimeouts
-- testUncleanShutdownBrokerElrEnabled
 - testUncleanShutdownElrDisabled
 - testUnregisterBroker
 - testUpgradeFromPreProductionVersion

Reply via email to