mirror of https://github.com/apache/kafka.git
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:
parent
e2d9ced098
commit
f6ec7df27e
|
@ -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 " +
|
||||||
|
|
Loading…
Reference in New Issue