[ https://issues.apache.org/jira/browse/KAFKA-2270?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14588313#comment-14588313 ]
Proneet Verma edited comment on KAFKA-2270 at 6/16/15 6:41 PM: --------------------------------------------------------------- I compiled and built the project with the current uploaded patch. My IDE (idea) gave me few deprecation and feature warnings. Let me know, thanks! was (Author: proneetv): I compiled 'unit.kafka'. Gave no errors with this patch. Let me know, thanks! > incorrect package name in unit tests > ------------------------------------ > > Key: KAFKA-2270 > URL: https://issues.apache.org/jira/browse/KAFKA-2270 > Project: Kafka > Issue Type: Bug > Components: core > Reporter: Jun Rao > Assignee: Proneet Verma > Priority: Minor > Labels: newbie > Fix For: 0.8.3 > > Attachments: fix-kafka-2270.patch > > > There are a bunch of test files with incorrect package prefix unit. > core/src/test/scala/unit/kafka/common/ConfigTest.scala:package > unit.kafka.common > core/src/test/scala/unit/kafka/common/TopicTest.scala:package > unit.kafka.common > core/src/test/scala/unit/kafka/consumer/PartitionAssignorTest.scala:package > unit.kafka.consumer > core/src/test/scala/unit/kafka/integration/MinIsrConfigTest.scala:package > unit.kafka.integration > core/src/test/scala/unit/kafka/KafkaConfigTest.scala:package unit.kafka > core/src/test/scala/unit/kafka/log/LogConfigTest.scala:package unit.kafka.log > core/src/test/scala/unit/kafka/server/KafkaConfigConfigDefTest.scala:package > unit.kafka.server > core/src/test/scala/unit/kafka/utils/ByteBoundedBlockingQueueTest.scala:package > unit.kafka.utils > core/src/test/scala/unit/kafka/utils/CommandLineUtilsTest.scala:package > unit.kafka.utils > core/src/test/scala/unit/kafka/zk/ZKPathTest.scala:package unit.kafka.zk -- This message was sent by Atlassian JIRA (v6.3.4#6332)