rabbah opened a new issue #3027: ActivationsApiTests fails with no results from list query URL: https://github.com/apache/incubator-openwhisk/issues/3027 Observed in couple of Travis PR builds. ``` whisk.core.controller.test.ActivationsApiTests > Activations API should get summary activation by namespace and action name FAILED org.scalatest.exceptions.TestFailedException: 2 was not equal to 0 at org.scalatest.MatchersHelper$.indicateFailure(MatchersHelper.scala:340) at org.scalatest.Matchers$ShouldMethodHelper$.shouldMatcher(Matchers.scala:6668) at org.scalatest.Matchers$AnyShouldWrapper.should(Matchers.scala:6704) at whisk.core.controller.test.ActivationsApiTests$$anonfun$11$$anonfun$apply$30$$anonfun$apply$31.apply(ActivationsApiTests.scala:328) ``` It failed on the `activations.length should be(response.length)`. The initial wait on view was ok; it confirmed at least one view was up to date. But that doesn?t guarantee all the couch clusters are finished indexing. I think the default retry is 3x with 100ms gaps.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
