Re: kafka 0.8 - unable to run most scala test cases

2013-05-23 Thread Rob Withers
Yes, Neha. Balaji figured out the issue. src/test/scala was setup as a source folder, when the sbt plugin approach to developer setup is used. This is incorrect. It ought to be the src/test/scala/unit that is setup as a source folder. All 131 tests pass green, now. thanks, rob On May 23,

Re: kafka 0.8 - unable to run most scala test cases

2013-05-23 Thread Neha Narkhede
You can find all unit tests under core/test. Just look for *Test.scala. Thanks, Neha On May 23, 2013 9:59 AM, "Rob Withers" wrote: > I am using 0.8 in eclipse. I used the approach suggested to use the sbt > plugin and that works great (thank you to whomever recommended that). It > pulled Scala

kafka 0.8 - unable to run most scala test cases

2013-05-23 Thread Rob Withers
I am using 0.8 in eclipse. I used the approach suggested to use the sbt plugin and that works great (thank you to whomever recommended that). It pulled Scala 2.9.3. However, I am only able to run 2 common scala tests: TopicTest and ConfigTest. How can I find and run the other scala tests? t