The WhirrServicesTest which currently fails on Jenkins works on my machine.
Shall we double the SERVICE_TIMEOUT? Frank On Fri, Mar 23, 2012 at 6:41 PM, Andrei Savu <[email protected]> wrote: > I hope a bigger timeout will make all this go away. I will add this as part > of WHIRR-504. > > On Thu, Mar 22, 2012 at 7:15 PM, Frank Scholten <[email protected]>wrote: > >> When I run the integration tests locally I get all sorts of exceptions >> >> Caused by: java.lang.AssertionError: Expected bundle to be started >> expected:<32> but was:<2> >> >> Caused by: org.osgi.framework.BundleException: Unresolved constraint >> in bundle jclouds-sshj [67]: Unable to resolve 67.0: missing >> requirement [67.0] package; >> (&(package=org.jclouds.compute.domain)(version>=1.3.1)) >> >> features:install whirr-mahout >> java.lang.Exception: Could not start bundle >> mvn:org.jclouds.driver/jclouds-sshj/1.3.1 in feature(s) >> jclouds-driver-sshj-1.3.1: Unresolved constraint in bundle >> jclouds-sshj [67]: Unable to resolve 67.0: missing requirement [67.0] >> package; (&(package=org.jclouds.compute.domain)(version>=1.3.1)) >> >> and more. >> >> I also get the one we see on Jenkins >> >> features:install whirr-pig >> java.lang.Exception: No feature named 'whirr-pig' with version '0.0.0' >> available >> >> Frank >> >> On Tue, Mar 13, 2012 at 10:34 PM, Andrei Savu <[email protected]> >> wrote: >> > On Tue, Mar 13, 2012 at 11:22 PM, Frank Scholten <[email protected] >> >wrote: >> > >> >> The exception also says it's waiting for the service. Could we maybe >> >> extent the timeout? >> >> >> > >> > I guess that's something we can try. It's strange that it's only >> happening >> > for this service >> > we've added recently. Do you see the exception on your machine? >>
