Replies: 1 comment 4 replies
-
The best way to run test case is follow the ci file: https://github.com/apache/apisix/blob/master/ci/centos7-ci.sh |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Community,
Background
Development environment buildup should include 2 parts:
Detail Issues:
After installing cpanm and test-nginx(perl Makefile.PL), prove test can not work well.
Help expected:
Detail steps:-
Opt 2: Specify the NGINX binary path by running PATH=/usr/local/openresty/nginx/sbin:/usr/bin PERL5LIB=.:$PERL5LIB FLUSH_ETCD=1 prove -Itest-nginx/lib -r t/admin (FAILED)
Logs:
Opt 2: prove test
PATH=/usr/local/openresty/nginx/sbin:/usr/bin PERL5LIB=.:$PERL5LIB FLUSH_ETCD=1 prove -Itest-nginx/lib -r t/admin
t/admin/api.t .................... nginx: [error] init_by_lua error: /data/apisix.swissre/apisix/apisix/patch.lua:19: module 'resty.ipmatcher' not found
Beta Was this translation helpful? Give feedback.
All reactions