Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ginkgo cli to be installed as part of the fvt make goal. #491

Open
spolti opened this issue Feb 21, 2024 · 0 comments
Open

Add ginkgo cli to be installed as part of the fvt make goal. #491

spolti opened this issue Feb 21, 2024 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@spolti
Copy link
Contributor

spolti commented Feb 21, 2024

Describe the bug

If you don't have ginkgo installed and try to run the fvt tests it will fail.

make fvt
ginkgo -v -procs=2 --fail-fast fvt/predictor fvt/scaleToZero fvt/storage fvt/hpa --timeout=50m
make: ginkgo: No such file or directory
make: *** [fvt] Error 1

To Reproduce
Steps to reproduce the behavior:

  1. Make sure you don't have ginkgo available in the $PATH
  2. run make fvt

Expected behavior

Install ginkgo for the user if it is not available.

@spolti spolti added the bug Something isn't working label Feb 21, 2024
@spolti spolti self-assigned this Feb 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant