Hi I am trying to run some test that works fine on 0.9.0-wip15 but timing out on 0.9.0.1. Test I am running can be found here https://github.com/twitter/tormenta/blob/develop/tormenta-core/src/test/scala/com/twitter/tormenta/TopologyTest.scala
Below is the exception thats being thrown with 0.9.0.1 [error] Test timed out (5000ms) (testing.clj:458) [error] backtype.storm.testing$complete_topology.doInvoke(testing.clj:458) [error] clojure.lang.RestFn.invoke(RestFn.java:826) [error] backtype.storm.testing4j$_completeTopology.invoke(testing4j.clj:45) [error] backtype.storm.Testing.completeTopology(Unknown Source) [error] com.twitter.tormenta.scheme.spout.GenericRecordTopologyTest$$anonfun$1$$anonfun$apply$mcV$sp$2.apply(GenericRecordTopologyTest.scala:65) [error] com.twitter.tormenta.scheme.spout.GenericRecordTopologyTest$$anonfun$1$$anonfun$apply$mcV$sp$2.apply(GenericRecordTopologyTest.scala:64) [error] org.specs.specification.LifeCycle$class.withCurrent(ExampleLifeCycle.scala:66) [error] org.specs.specification.Examples.withCurrent(Examples.scala:52) [error] org.specs.specification.Examples$$anonfun$specifyExample$1.apply(Examples.scala:114) [error] org.specs.specification.Examples$$anonfun$specifyExample$1.apply(Examples.scala:114) [error] org.specs.specification.ExampleExecution$$anonfun$3$$anonfun$apply$5.apply(ExampleLifeCycle.scala:219) [error] scala.Option.getOrElse(Option.scala:108) [error] org.specs.specification.LifeCycle$class.executeExpectations(ExampleLifeCycle.scala:90) [error] org.specs.specification.BaseSpecification.executeExpectations(BaseSpecification.scala:58) [error] org.specs.specification.ExampleContext$$anonfun$executeExpectations$3$$anonfun$apply$3$$anonfun$apply$4.apply(ExampleContext.scala:81) [error] org.specs.specification.ExampleContext$$anonfun$executeExpectations$3$$anonfun$apply$3$$anonfun$apply$4.apply(ExampleContext.scala:81) [error] scala.Option.map(Option.scala:133) [error] org.specs.specification.ExampleContext$$anonfun$executeExpectations$3$$anonfun$apply$3.apply(ExampleContext.scala:81) [error] org.specs.specification.ExampleContext$$anonfun$executeExpectations$3$$anonfun$apply$3.apply(ExampleContext.scala:81) [error] org.specs.specification.ExampleContext$class.id $1(ExampleContext.scala:32) [error] org.specs.specification.ExampleContext$$anonfun$1.apply(ExampleContext.scala:33) [error] org.specs.specification.ExampleContext$$anonfun$1.apply(ExampleContext.scala:33) [error] org.specs.specification.ExampleContext$$anonfun$executeExpectations$3.apply(ExampleContext.scala:81) [error] org.specs.specification.ExampleContext$$anonfun$executeExpectations$3.apply(ExampleContext.scala:80) [error] scala.Option.map(Option.scala:133) [error] org.specs.specification.ExampleContext$class.executeExpectations(ExampleContext.scala:80) [error] org.specs.specification.Examples.executeExpectations(Examples.scala:52) [error] org.specs.specification.ExampleContext$$anonfun$executeExpectations$3$$anonfun$apply$3$$anonfun$apply$4.apply(ExampleContext.scala:81) [error] org.specs.specification.ExampleContext$$anonfun$executeExpectations$3$$anonfun$apply$3$$anonfun$apply$4.apply(ExampleContext.scala:81) [error] scala.Option.map(Option.scala:133) [error] org.specs.specification.ExampleContext$$anonfun$executeExpectations$3$$anonfun$apply$3.apply(ExampleContext.scala:81) [error] org.specs.specification.ExampleContext$$anonfun$executeExpectations$3$$anonfun$apply$3.apply(ExampleContext.scala:81) [error] org.specs.specification.ExampleContext$class.id $1(ExampleContext.scala:32) [error] org.specs.specification.ExampleContext$$anonfun$1.apply(ExampleContext.scala:33) [error] org.specs.specification.ExampleContext$$anonfun$1.apply(ExampleContext.scala:33) [error] org.specs.specification.ExampleContext$$anonfun$executeExpectations$3.apply(ExampleContext.scala:81) [error] org.specs.specification.ExampleContext$$anonfun$executeExpectations$3.apply(ExampleContext.scala:80) [error] scala.Option.map(Option.scala:133) [error] org.specs.specification.ExampleContext$class.executeExpectations(ExampleContext.scala:80) [error] org.specs.specification.Examples.executeExpectations(Examples.scala:52) [error] org.specs.specification.ExampleExecution$$anonfun$3.apply(ExampleLifeCycle.scala:219) [error] org.specs.specification.ExampleExecution$$anonfun$3.apply(ExampleLifeCycle.scala:198) [error] org.specs.specification.ExampleExecution$$anonfun$2.apply(ExampleLifeCycle.scala:181) [error] org.specs.specification.ExampleExecution.execute(ExampleLifeCycle.scala:252) [error] org.specs.specification.SpecificationExecutor$$anonfun$executeExample$3.apply(SpecificationExecutor.scala:70) [error] org.specs.specification.SpecificationExecutor$$anonfun$executeExample$3.apply(SpecificationExecutor.scala:70) [error] scala.Option.map(Option.scala:133) [error] org.specs.specification.SpecificationExecutor$class.executeExample(SpecificationExecutor.scala:70) [error] org.specs.specification.BaseSpecification.executeExample(BaseSpecification.scala:58) [error] org.specs.specification.BaseSpecification.executeExample(BaseSpecification.scala:58) [error] org.specs.specification.ExampleLifeCycle$$anonfun$executeExample$1.apply(ExampleLifeCycle.scala:125) [error] org.specs.specification.ExampleLifeCycle$$anonfun$executeExample$1.apply(ExampleLifeCycle.scala:125) [error] scala.Option.map(Option.scala:133)
