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 2017/12/28 18:42:21 UTC

[GitHub] dubeejw opened a new issue #3136: NamespaceSpecificThrottleTests initialization error

dubeejw opened a new issue #3136: NamespaceSpecificThrottleTests initialization error
URL: https://github.com/apache/incubator-openwhisk/issues/3136
 
 
   NamespaceSpecificThrottleTests will fail to initialize if the namespaces used to test with already exist from a previous aborted run. The test should ensure the used namespaces, oneSubject, zeroSubject, and zeroConcSubject, do not exist before creating them using the beforeAll method.
   
   Example errors:
   
   org.scalatest.exceptions.TestFailedException: python /home/cusina/workspace/mainWhisk/open/bin/wskadmin user create zeroSubject
   Namespace already exists
   org.scalatest.exceptions.TestFailedException: python /home/cusina/workspace/mainWhisk/open/bin/wskadmin user create zeroConcSubject
   Namespace already exists

----------------------------------------------------------------
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