apache / openwhisk-apigateway

Apache OpenWhisk API Gateway service for exposing actions as REST interfaces.
https://openwhisk.apache.org/
Apache License 2.0
64 stars 45 forks source link

Fix max body size limit #365

Closed mhamann closed 4 years ago

mhamann commented 4 years ago

Fixes https://github.com/apache/openwhisk-apigateway/issues/364

rabbah commented 4 years ago

given this is a fix for a previous fix is there a way to test this change as part of our ci?

mhamann commented 4 years ago

@rabbah there's an issue open to create a set of "integration-like" tests for the gateway, which I think is critical to the health of the codebase as things continue to evolve. I'm hoping to put a framework for that in place before the end of the year, and then build out missing test coverage over time. This test would definitely fall into that bucket.

I know there are some gateway tests in the main openwhisk repo, but I believe those should be geared more toward end-to-end scenarios.

Let me know if you have a different perspective on the problem.