i did not save it. next time i try to run it i will also send those. it was also a timeout.
On Mon, May 12, 2014 at 4:59 PM, Tathagata Das <[email protected]>wrote: > 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 <[email protected]> wrote: > >> resending because the list didnt seem to like my email before >> >> >> On Wed, May 7, 2014 at 5:01 PM, Koert Kuipers <[email protected]> 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) >>> >>> >> >
