RSulzmann opened a new issue #2961: ApiGW tests sometimes fail with return code 429 (too many requests in the last minute) URL: https://github.com/apache/incubator-openwhisk/issues/2961 failing testcases: whisk.core.cli.test.ApiGwRestTests.Wsk api should verify successful creation of a new API using an action name using all allowed characters whisk.core.cli.test.ApiGwRestTests.Wsk api should verify failed creation with invalid swagger doc as input whisk.core.cli.test.ApiGwRestTests.Wsk api should verify delete basepath/path whisk.core.cli.test.ApiGwRestTests.Wsk api should verify delete single operation from existing API basepath/path/operation(s) whisk.core.cli.test.ApiGwRestTests.Wsk api should verify successful creation with complex swagger doc as input whisk.core.cli.test.ApiGwRestTests.Wsk api should verify successful creation and deletion with multiple base paths whisk.core.cli.test.ApiGwRestTests.Wsk api should verify API with http response type whisk.core.cli.test.ApiGwRestTests.Wsk api should reject deletion of a non-existent api whisk.core.cli.test.ApiGwRestTests.Wsk api should successfully list an API whose endpoints are not mapped to actions example error messages: org.scalatest.exceptions.TestFailedException: 429 was not equal to 200 org.scalatest.exceptions.TestFailedException: "Too many requests in the last minute (count: 63, allowed: 60)." did not include substring "swagger is missing the basePath field." jenkins jobs showing failing ApiGw Tests: mainBluewhisk #12985 mainBluewhisk #12986 mainBluewhisk #12988
---------------------------------------------------------------- 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
