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 <junrao@apache.org>
This commit is contained in:
Calvin Liu 2025-02-27 14:47:56 -08:00 committed by GitHub
parent e2d9ced098
commit f6ec7df27e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ public class ActivationRecordsGeneratorTest {
} }
@Test @Test
public void testActivationMessageForEmptyLogAtMv3_6WithTransactionAndElr() { public void testActivationMessageForEmptyLogAtMv4_0WithTransactionAndElr() {
ControllerResult<Void> result = ActivationRecordsGenerator.recordsForEmptyLog( ControllerResult<Void> result = ActivationRecordsGenerator.recordsForEmptyLog(
logMsg -> assertEquals("Performing controller activation. Aborting partial bootstrap records " + logMsg -> assertEquals("Performing controller activation. Aborting partial bootstrap records " +
"transaction at offset 0. Re-appending 2 bootstrap record(s) in new metadata transaction at " + "transaction at offset 0. Re-appending 2 bootstrap record(s) in new metadata transaction at " +