i tried on a few different machines, including a server, all same ubuntu
and same java, and got same errors. i also tried modifying the timeouts in
the unit tests and it did not help.

ok i will try blowing away local maven repo and do clean.


On Thu, May 15, 2014 at 12:49 PM, Sean Owen <so...@cloudera.com> wrote:

> Since the error concerns a timeout -- is the machine slowish?
>
> What about blowing away everything in your local maven repo, do a
> clean, etc. to rule out environment issues?
>
> I'm on OS X here FWIW.
>
> On Thu, May 15, 2014 at 5:24 PM, Koert Kuipers <ko...@tresata.com> wrote:
> > yeah sure. it is ubuntu 12.04 with jdk1.7.0_40
> > what else is relevant that i can provide?
> >
> >
> > On Thu, May 15, 2014 at 12:17 PM, Sean Owen <so...@cloudera.com> wrote:
> >>
> >> FWIW I see no failures. Maybe you can say more about your environment,
> >> etc.
> >>
> >> On Wed, May 7, 2014 at 10: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)
> >> >
> >
> >
>

Reply via email to