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: [email protected] With regards, Apache Git Services
