You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/02/18 11:06:24 UTC

[GitHub] larandersson commented on issue #4294: Multiple fixes to apiv1swagger.json

larandersson commented on issue #4294: Multiple fixes to apiv1swagger.json
URL: https://github.com/apache/incubator-openwhisk/pull/4294#issuecomment-464689146
 
 
   Travis build is failing multiple tests:
   ```
   org.apache.openwhisk.core.containerpool.test.ContainerProxyTests > ContainerProxy should stay in Running state if others are still running FAILED
       java.lang.AssertionError: assertion failed: expected:  but got unexpected message Transition(Actor[akka://ContainerProxys/system/testActor-10/$g#670589197],Running,Ready)
   
   org.apache.openwhisk.core.containerpool.test.ContainerProxyTests > ContainerProxy should complete the transaction and reuse the container on a failed run IFF failure was applicationError FAILED
       java.lang.AssertionError: assertion failed: expected class akka.actor.ActorRef, found class akka.actor.FSM$Transition (Transition(Actor[akka://ContainerProxys/system/testActor-10/$g#670589197],Ready,Running))
   
   org.apache.openwhisk.core.containerpool.test.ContainerProxyTests > ContainerProxy should complete the transaction and abort if container creation fails FAILED
       java.lang.AssertionError: assertion failed: expected class akka.actor.ActorRef, found class org.apache.openwhisk.core.containerpool.NeedWork (NeedWork(WarmedData(ContainerId(testcontainer),invocationSpace,ExecutableWhiskAction/actionSpace/actionName@0.0.1,2019-02-18T09:26:42.302Z,1)))
   ```
   ...and more
   
   Surely not because of changes to the Swagger??

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services