ningyougang commented on 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#issuecomment-346542753 @mdeuser @rabbah How strange!! after used the new codes(#2963 and #2965 were already merged) to run test cases. Why this issue sometimes happen again? ``` whisk.core.cli.test.ApiGwRestTests > Wsk api should verify delete basepath/path FAILED org.scalatest.exceptions.TestFailedException: 429 was not equal to 200 whisk.core.cli.test.ApiGwRestTests STANDARD_OUT Finished test Wsk api should verify delete basepath/path at 2017-11-23 15:09:57.163 Starting test Wsk api should verify delete single operation from existing API basepath/path/operation(s) at 2017-11-23 15:09:57.163 whisk.core.cli.test.ApiGwRestTests > Wsk api should verify delete single operation from existing API basepath/path/operation(s) STANDARD_OUT Action invokes within last minute: 51 Action invokes within last minute: 52 whisk.core.cli.test.ApiGwRestTests > Wsk api should verify delete single operation from existing API basepath/path/operation(s) FAILED org.scalatest.exceptions.TestFailedException: 429 was not equal to 200 whisk.core.cli.test.ApiGwRestTests STANDARD_OUT Finished test Wsk api should verify delete single operation from existing API basepath/path/operation(s) at 2017-11-23 15:09:57.306 Starting test Wsk api should verify successful creation with complex swagger doc as input at 2017-11-23 15:09:57.308 whisk.core.cli.test.ApiGwRestTests > Wsk api should verify successful creation with complex swagger doc as input STANDARD_OUT Action invokes within last minute: 53 Action invokes within last minute: 54 whisk.core.cli.test.ApiGwRestTests > Wsk api should verify successful creation with complex swagger doc as input FAILED org.scalatest.exceptions.TestFailedException: 429 was not equal to 200 whisk.core.cli.test.ApiGwRestTests STANDARD_OUT Finished test Wsk api should verify successful creation with complex swagger doc as input at 2017-11-23 15:09:57.372 Starting test Wsk api should verify successful creation and deletion with multiple base paths at 2017-11-23 15:09:57.374 whisk.core.cli.test.ApiGwRestTests > Wsk api should verify successful creation and deletion with multiple base paths STANDARD_OUT Action invokes within last minute: 55 Action invokes within last minute: 56 Action invokes within last minute: 57 whisk.core.cli.test.ApiGwRestTests > Wsk api should verify successful creation and deletion with multiple base paths FAILED org.scalatest.exceptions.TestFailedException: 429 was not equal to 200 whisk.core.cli.test.ApiGwRestTests STANDARD_OUT Finished test Wsk api should verify successful creation and deletion with multiple base paths at 2017-11-23 15:09:57.547 Starting test Wsk api should verify API with http response type at 2017-11-23 15:09:57.549 whisk.core.cli.test.ApiGwRestTests > Wsk api should verify API with http response type STANDARD_OUT Action invokes within last minute: 58 Action invokes within last minute: 59 whisk.core.cli.test.ApiGwRestTests > Wsk api should verify API with http response type FAILED org.scalatest.exceptions.TestFailedException: 429 was not equal to 200 ```
---------------------------------------------------------------- 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
