Hi folks,

I just joined Kafka community. I would like to work on a beginner issue but get 
blocked on running unit testings:
I found that I have issue with running the following two unit testings even w/ 
a fresh git clone of the Kafka repo on trunk branch:
ReassignPartitionsIntegrationTest. testReassignment() => I never passed this 
test
ReassignPartitionsIntegrationTest. testReassignmentWithAlterIsrDisabled() ==> 
This is a flaky test, sometimes I can pass but sometimes not.
I ran the following Gradle command:

$./gradlew core:test --tests ReassignPartitionsIntegrationTest

My Java version is:
$ java -version
java version "1.8.0_172-ea"
Java(TM) SE Runtime Environment (build 1.8.0_172-ea-b03)
Java HotSpot(TM) 64-Bit Server VM (build 25.172-b03, mixed mode)

My Scala version is:
$ scala -version
Scala code runner version 2.13.1 -- Copyright 2002-2019, LAMP/EPFL and 
Lightbend, Inc.

I did a search in the Jira tickets and there is only one I found related to 
this issue: https://issues.apache.org/jira/browse/KAFKA-12933 
<https://issues.apache.org/jira/browse/KAFKA-12933>.

Does anyone encounter this issue before? Thanks!

Best,
Yanwen

Reply via email to