Kong / openresty-patches

Moved to https://github.com/Kong/kong-build-tools
Apache License 2.0
14 stars 6 forks source link

tests(patch) added tests for core patches #38

Closed dndx closed 5 years ago

dndx commented 5 years ago

Not everything makes sense to test. This PR tests majority of the patches we apply to NGINX and OpenResty core.

This PR depends on lua.openssl library to run.

hishamhm commented 5 years ago

I think it would be important to make these tests run in this repo's CI, otherwise they may end up sitting in t/ forgotten, in case changes are made to the patches.

dndx commented 5 years ago

I think it would be important to make these tests run in this repo's CI, otherwise they may end up sitting in t/ forgotten, in case changes are made to the patches.

Yes, we will run those alongside with the rest of the ngx_lua and stream_lua tests in a separate PR.