markusthoemmes commented on issue #3878: Validate the Controller Swagger spec 
matches the impl
URL: 
https://github.com/apache/incubator-openwhisk/pull/3878#issuecomment-409473821
 
 
   I ran a PG and it caught issues in `NamespaceSpecificThrottleTests`. I then 
realized, that these aren't running in travis, hence #3933.
   
   The error message there is:
   
   ```
   org.scalatest.exceptions.TestFailedException: HTTP request or response did 
not match the Swagger spec.
   Request: 
HttpRequest(HttpMethod(POST),https://openwhisk-pg4-vm1.swg.usma.ibm.com/api/v1/namespaces/zeroSubject/actions/zeroAction?blocking=false&result=false,List(Authorization:
 Basic ...),HttpEntity.Strict(application/json,{}),HttpProtocol(HTTP/1.1))
   Response: HttpResponse(429 Too Many Requests,List(Server: nginx, Date: Wed, 
01 Aug 2018 00:47:16 GMT, Connection: keep-alive, X-Request-ID: 
35d8ba338053dc13c54da44052939a15, Access-Control-Allow-Origin: *, 
Access-Control-Allow-Headers: Authorization, Content-Type, 
OpenWhisk_Version_No: pg4-2023, X-Request-ID: 
35d8ba338053dc13c54da44052939a15),HttpEntity.Strict(application/json,{"error":"Too
 many requests in the last minute (count: 1, allowed: 
0).","code":"35d8ba338053dc13c54da44052939a15"}),HttpProtocol(HTTP/1.1))
   Validation Error: ArrayBuffer(ERROR - Response status 429 not defined for 
path '/namespaces/{namespace}/actions/{actionName}'.: [])
   ```

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


With regards,
Apache Git Services

Reply via email to