-
Notifications
You must be signed in to change notification settings - Fork 618
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
Make Test Fails #591
Comments
TestGetCertificate isn't failing:
Look at the test output again, and find out which one is actually failing. Then run it by itself (with the -run flag), and paste the output here. |
Ah yes, i looked a little further and see the test that fails. It looks like it is "TestVaultSource". When i run the test manually, i get the following:
|
I can reproduce the failure with Vault 0.9.1 and will look into it. Note that 0.9.1 is pretty old. The tests pass with 1.0.2. |
With #497 we essentially dropped support for Vault versions before 0.10.1, specifically because we rely on this change to figure out if the secret backend uses the K/V engine in version 1 or version 2:
Given that 0.10.1 has been released in April 2018, and 1.0 has been released in December 2018, I'm not convinced that it's worth the effort of making this work. I suggest updating to a more recent Vault version instead. If it's just about getting the tests to pass, you can set VAULT_EXE to specify which vault binary to use. You don't have to replace the system-wide installed vault, if any. /cc @magiconair, @leprechau |
I updated my local vault to v1.0.2 and the tests now pass. Thanks everyone for the help! Closing this issue. |
When i run a make test, i get the following failure:
Is there something i need to setup differently for this test to pass?
Thanks!
The text was updated successfully, but these errors were encountered: