Chia-Ping Tsai created KAFKA-16348:
--------------------------------------
Summary: Fix flaky
TopicCommandIntegrationTest.testDescribeUnderReplicatedPartitionsWhenReassignmentIsInProgress
Key: KAFKA-16348
URL: https://issues.apache.org/jira/browse/KAFKA-16348
Project: Kafka
Issue Type: Bug
Reporter: Chia-Ping Tsai
{code:java}
Gradle Test Run :tools:test > Gradle Test Executor 36 >
TopicCommandIntegrationTest >
testDescribeUnderReplicatedPartitionsWhenReassignmentIsInProgress(String) >
testDescribeUnderReplicatedPartitionsWhenReassignmentIsInProgress(String).kraft
FAILED
org.opentest4j.AssertionFailedError: --under-replicated-partitions
shouldn't return anything: 'Topic:
testDescribeUnderReplicatedPartitionsWhenReassignmentIsInProgress-4l8dkZ6JT2
Partition: 0 Leader: 3 Replicas: 0,3 Isr: 3' ==> expected: <> but
was: <Topic:
testDescribeUnderReplicatedPartitionsWhenReassignmentIsInProgress-4l8dkZ6JT2
Partition: 0 Leader: 3 Replicas: 0,3 Isr: 3>
at
app//org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at
app//org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at
app//org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
at
app//org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
at
app//org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1156)
at
app//org.apache.kafka.tools.TopicCommandIntegrationTest.testDescribeUnderReplicatedPartitionsWhenReassignmentIsInProgress(TopicCommandIntegrationTest.java:827)
{code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)