fx19880617 commented on a change in pull request #6759: URL: https://github.com/apache/incubator-pinot/pull/6759#discussion_r611803605
########## File path: pinot-plugins/pinot-stream-ingestion/pinot-kafka-2.0/src/test/java/org/apache/pinot/plugin/stream/kafka20/KafkaPartitionLevelConsumerTest.java ########## @@ -54,11 +54,11 @@ private static final String TEST_TOPIC_2 = "bar"; private static final int NUM_MSG_PRODUCED_PER_PARTITION = 1000; - private static MiniKafkaCluster kafkaCluster; - private static String brokerAddress; + private MiniKafkaCluster kafkaCluster; Review comment: I was seeing everytime the tests failed on this file, so just modify it to play around -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@pinot.apache.org For additional commands, e-mail: commits-h...@pinot.apache.org