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 2019/11/17 04:48:52 UTC

[GitHub] [incubator-apisix] lewismc commented on issue #862: request help: No plan found in TAP output

lewismc commented on issue #862: request help: No plan found in TAP output
URL: https://github.com/apache/incubator-apisix/issues/862#issuecomment-554704579
 
 
   @moonming thank you for the guidance. I got further which is great. I'm now seeing the following
   ```
   $ TEST_NGINX_BINARY=/usr/local/bin/openresty prove -Itest-nginx/lib -r t
   t/admin/balancer.t ..................... Can't locate t/APISIX.pm in @INC (you may need to install the t::APISIX module) (@INC contains: /Users/lmcgibbn/Downloads/incubator-apisix/test-nginx/lib /Users/lmcgibbn/perl5/lib/perl5/darwin-thread-multi-2level /Users/lmcgibbn/perl5/lib/perl5 /usr/local/Cellar/perl/5.30.0/lib/perl5/site_perl/5.30.0/darwin-thread-multi-2level /usr/local/Cellar/perl/5.30.0/lib/perl5/site_perl/5.30.0 /usr/local/Cellar/perl/5.30.0/lib/perl5/5.30.0/darwin-thread-multi-2level /usr/local/Cellar/perl/5.30.0/lib/perl5/5.30.0 /usr/local/lib/perl5/site_perl/5.30.0/darwin-thread-multi-2level /usr/local/lib/perl5/site_perl/5.30.0) at t/admin/balancer.t line 17.
   BEGIN failed--compilation aborted at t/admin/balancer.t line 17.
   t/admin/balancer.t ..................... Dubious, test returned 2 (wstat 512, 0x200)
   No subtests run
   ```
   I've tried installing the `t::APISIX` modfule but I'm struggling to locate it
   ```
   $ cpanm t::APISIX
   ! Finding t::APISIX on cpanmetadb failed.
   ! Finding t::APISIX () on mirror http://www.cpan.org failed.
   ! Couldn't find module or a distribution t::APISIX
   ```
   I'm not familiar with the Perl ecosystem at all... do you have any other ideas? 
   Thanks

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services