Can you also send us the error you are seeing in the streaming suites? TD
On Sun, May 11, 2014 at 11:50 AM, Koert Kuipers <ko...@tresata.com> wrote: > resending because the list didnt seem to like my email before > > > On Wed, May 7, 2014 at 5:01 PM, Koert Kuipers <ko...@tresata.com> wrote: > >> i used to be able to get all tests to pass. >> >> with java 6 and sbt i get PermGen errors (no matter how high i make the >> PermGen). so i have given up on that. >> >> with java 7 i see 1 error in a bagel test and a few in streaming tests. >> any ideas? see the error in BagelSuite below. >> >> [info] - large number of iterations *** FAILED *** (10 seconds, 105 >> milliseconds) >> [info] The code passed to failAfter did not complete within 10 seconds. >> (BagelSuite.scala:85) >> [info] org.scalatest.exceptions.TestFailedDueToTimeoutException: >> [info] at >> org.scalatest.concurrent.Timeouts$$anonfun$failAfter$1.apply(Timeouts.scala:250) >> [info] at >> org.scalatest.concurrent.Timeouts$$anonfun$failAfter$1.apply(Timeouts.scala:250) >> [info] at >> org.scalatest.concurrent.Timeouts$class.timeoutAfter(Timeouts.scala:282) >> [info] at >> org.scalatest.concurrent.Timeouts$class.failAfter(Timeouts.scala:246) >> [info] at >> org.apache.spark.bagel.BagelSuite.failAfter(BagelSuite.scala:32) >> [info] at >> org.apache.spark.bagel.BagelSuite$$anonfun$3.apply$mcV$sp(BagelSuite.scala:85) >> [info] at >> org.apache.spark.bagel.BagelSuite$$anonfun$3.apply(BagelSuite.scala:85) >> [info] at >> org.apache.spark.bagel.BagelSuite$$anonfun$3.apply(BagelSuite.scala:85) >> [info] at org.scalatest.FunSuite$$anon$1.apply(FunSuite.scala:1265) >> [info] at org.scalatest.Suite$class.withFixture(Suite.scala:1974) >> [info] at >> org.apache.spark.bagel.BagelSuite.withFixture(BagelSuite.scala:32) >> >> >