From f6ec7df27ebc1847214195a697fda4c51d9d5b70 Mon Sep 17 00:00:00 2001 From: Calvin Liu <83986057+CalvinConfluent@users.noreply.github.com> Date: Thu, 27 Feb 2025 14:47:56 -0800 Subject: [PATCH] MINOR: correct an ELR test name in ActivationRecordsGeneratorTest (#19044) `testActivationMessageForEmptyLogAtMv3_6WithTransactionAndElr` is tested with 4.0IV1, so the name should be corrected. Reviewers: Jun Rao --- .../apache/kafka/controller/ActivationRecordsGeneratorTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/metadata/src/test/java/org/apache/kafka/controller/ActivationRecordsGeneratorTest.java b/metadata/src/test/java/org/apache/kafka/controller/ActivationRecordsGeneratorTest.java index 2e670fa4933..0e86f57182a 100644 --- a/metadata/src/test/java/org/apache/kafka/controller/ActivationRecordsGeneratorTest.java +++ b/metadata/src/test/java/org/apache/kafka/controller/ActivationRecordsGeneratorTest.java @@ -97,7 +97,7 @@ public class ActivationRecordsGeneratorTest { } @Test - public void testActivationMessageForEmptyLogAtMv3_6WithTransactionAndElr() { + public void testActivationMessageForEmptyLogAtMv4_0WithTransactionAndElr() { ControllerResult result = ActivationRecordsGenerator.recordsForEmptyLog( logMsg -> assertEquals("Performing controller activation. Aborting partial bootstrap records " + "transaction at offset 0. Re-appending 2 bootstrap record(s) in new metadata transaction at " +