openresty / test-nginx

Data-driven test scaffold for Nginx C module and OpenResty Lua library development
http://search.cpan.org/dist/Test-Nginx
438 stars 105 forks source link

Test is broken #102

Closed rainingmaster closed 4 years ago

rainingmaster commented 4 years ago

@agentzh @doujiang24 Hi, I found the test for test-nginx is broken, and the ci is failed: https://travis-ci.org/github/openresty/test-nginx/jobs/705896738

Also, other project's test case which rely on this tool is also failed too

If I use the command --notest in cpanm, it will install success and run success

xiaocang commented 4 years ago

It was found that the module dependency declaration for testing was missing from Makefile.PL, and I committed PR here: https://github.com/openresty/test-nginx/pull/103 cc @agentzh