[ https://issues.apache.org/jira/browse/KAFKA-139?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13419712#comment-13419712 ]
Neha Narkhede edited comment on KAFKA-139 at 7/21/12 12:53 AM: --------------------------------------------------------------- Ok. A couple of comments - 1. What is the difference between ./sbt +package and ./sbt package ? 2. Please remove Release.scala since the release-zip target does not work and is not useful until fixed 3. Why do some unit tests have their parent test name printed in the test output, while some don't. See below - [info] Test Starting: testReachableServer(kafka.producer.SyncProducerTest) [info] Test Passed: testReachableServer(kafka.producer.SyncProducerTest) [info] Test Starting: testSingleMessageSizeTooLarge(kafka.producer.SyncProducerTest) [info] Test Passed: testSingleMessageSizeTooLarge(kafka.producer.SyncProducerTest) [info] Test Starting: testCompressedMessageSizeTooLarge(kafka.producer.SyncProducerTest) [info] Test Passed: testCompressedMessageSizeTooLarge(kafka.producer.SyncProducerTest) [info] Test Starting: testProduceCorrectlyReceivesResponse(kafka.producer.SyncProducerTest) [info] Test Passed: testProduceCorrectlyReceivesResponse(kafka.producer.SyncProducerTest) [info] Test Starting: testProducerCanTimeout(kafka.producer.SyncProducerTest) [info] Test Passed: testProducerCanTimeout(kafka.producer.SyncProducerTest) [info] Test Starting: testFieldValues [info] Test Passed: testFieldValues [info] Test Starting: testChecksum [info] Test Passed: testChecksum [info] Test Starting: testEquality [info] Test Passed: testEquality [info] Test Starting: testIsHashable [info] Test Passed: testIsHashable 4. Why does test-only testName try to run test-only in other projects. Earlier, after you selected a project, you could run test-only and it just executed that one test, without causing delay - > projects [info] In file:/home/nnarkhed/Projects/kafka-139/ [info] * Kafka [info] contrib [info] core [info] hadoop consumer [info] hadoop producer [info] java-examples [info] perf > test-only kafka.integration.LazyInitProducerTest [info] No tests to run for contrib/test:test-only [info] No tests to run for Kafka/test:test-only [info] No tests to run for java-examples/test:test-only [info] No tests to run for hadoop producer/test:test-only [info] No tests to run for hadoop consumer/test:test-only [info] Test Starting: testProduceAndFetch(kafka.integration.LazyInitProducerTest) [info] Test Passed: testProduceAndFetch(kafka.integration.LazyInitProducerTest) [info] Test Starting: testProduceAndMultiFetch(kafka.integration.LazyInitProducerTest) [info] Test Passed: testProduceAndMultiFetch(kafka.integration.LazyInitProducerTest) [info] Test Starting: testMultiProduce(kafka.integration.LazyInitProducerTest) [info] Test Passed: testMultiProduce(kafka.integration.LazyInitProducerTest) [info] Test Starting: testMultiProduceResend(kafka.integration.LazyInitProducerTest) [info] Test Passed: testMultiProduceResend(kafka.integration.LazyInitProducerTest) [info] Passed: : Total 4, Failed 0, Errors 0, Passed 4, Skipped 0 [success] Total time: 11 s, completed Jul 20, 2012 5:51:06 PM was (Author: nehanarkhede): Ok. A couple of comments - 1. What is the difference between ./sbt +package and ./sbt package ? 2. Please remove Release.scala since the release-zip target does not work and is not useful until fixed 3. Why do some unit tests have their parent test name printed in the test output, while some don't. See below - > cross-compile multiple Scala versions > ------------------------------------- > > Key: KAFKA-139 > URL: https://issues.apache.org/jira/browse/KAFKA-139 > Project: Kafka > Issue Type: Improvement > Components: packaging > Affects Versions: 0.8 > Reporter: Chris Burroughs > Labels: build > Fix For: 0.8 > > Attachments: kafka-sbt0-11-3-0.8-v2.patch, > kafka-sbt0-11-3-0.8-v3.patch, kafka-sbt0-11-3-0.8.patch, kafka-sbt0-11-3.patch > > > Since scala does not maintain binary compatibly between versions, > organizations tend to have to move all of there code at the same time. It > would thus be very helpful if we could cross build multiple scala versions. > http://code.google.com/p/simple-build-tool/wiki/CrossBuild > Unclear if this would require KAFKA-134 or just work. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira