You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/09/18 01:13:29 UTC

[GitHub] [apisix] spacewander commented on pull request #5086: fix(gzip): schema typo

spacewander commented on pull request #5086:
URL: https://github.com/apache/apisix/pull/5086#issuecomment-922153521


   > 
   > 
   > Hi,
   > I noticed that other CI build tests passed, and only `CI / build (ubuntu-18.04, linux_openresty)` failed. Does this have anything to do with my change?
   
   Yes, please check the output of the CI log:
   ```
   #   Failed test 'TEST 19: schema check - response_body - response is expected (repeated req 0, req 0)'
   #   at /home/runner/work/apisix/apisix/test-nginx/lib/Test/Nginx/Socket.pm line 1589.
   # @@ -1,6 +1,6 @@
   #  {"error_msg":"failed to check the configuration of plugin gzip err: property \"types\" validation failed: object matches none of the requireds"}
   #  {"error_msg":"failed to check the configuration of plugin gzip err: property \"min_length\" validation failed: expected 0 to be greater than 1"}
   # -{"error_msg":"failed to check the configuration of plugin gzip err: property \"comp_level\" validation failed: expected 0 to be greater than 1"}
   # +{"error_msg":"failed to check the configuration of plugin gzip err: property \"comp_level\" validation failed: expected 10 to be smaller than 9"}
   #  {"error_msg":"failed to check the configuration of plugin gzip err: property \"http_version\" validation failed: matches none of the enum values"}
   #  {"error_msg":"failed to check the configuration of plugin gzip err: property \"buffers\" validation failed: property \"number\" validation failed: expected 0 to be greater than 1"}
   #  {"error_msg":"failed to check the configuration of plugin gzip err: property \"vary\" validation failed: wrong type: expected boolean, got number"}
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@apisix.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org