kserve / modelmesh-serving

Controller for ModelMesh
Apache License 2.0
189 stars 106 forks source link

Error "setup-envtest: command not found" when running 'make test' #424

Open vaibhavjainwiz opened 10 months ago

vaibhavjainwiz commented 10 months ago

Describe the bug

make test cmd assumes setup-envtest utility would be pre-installed and doesn't install it if its missing.

To Reproduce Steps to reproduce the behavior:

  1. Check if setup-envtest utlity is already installed on your system using which setup-envtest.
  2. If it does then delete the existing setup-envtest utlity.
  3. Now run make test
  4. make test would print error /bin/sh: setup-envtest: command not found

Expected behavior

make test cmd should install the setup-envtest utility if its not already installed.

Environment (please complete the following information):

vaibhavjainwiz commented 10 months ago

@ckadner

ckadner commented 10 months ago

Thanks @vaibhavjainwiz -- I will take a look