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

HCPE-1032 - Add basic consul acceptance test #78

Merged
merged 1 commit into from
Mar 22, 2021

Conversation

roaks3
Copy link
Contributor

@roaks3 roaks3 commented Mar 19, 2021

Add a simple Consul acceptance test, which mainly just verifies that all of the fields get set appropriately on create.

Note for anyone interested in testing this locally: this test was taking >10 mins for me to run.

@roaks3 roaks3 requested a review from a team March 19, 2021 19:55
@@ -11,7 +11,7 @@ import (
)

var (
hvn = fmt.Sprintf(`
testAccHvnConfig = fmt.Sprintf(`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this a convention we need to follow?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No, I only changed this so that the name was more clear and less likely to be reused by other code in the package

Copy link
Contributor

@bcmdarroch bcmdarroch left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 👍 ran these locally and they passed!

@roaks3 roaks3 merged commit 15124ee into main Mar 22, 2021
@roaks3 roaks3 deleted the HCPE-1032-consul-acc-test branch March 22, 2021 18:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants