-
Notifications
You must be signed in to change notification settings - Fork 84
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 some more goldenfile tests #614
Conversation
So, when reading the expected CF templates I noticed something weird, they seem to reference values that would be received as parameters, but there is no place showing the values of these parameters. To confirm my theory I executed a vimdiff between both expected files: When I created the structure of these tests I didn't notice it because I just made two simple tests, on creating ALB and the other creating NLB, which yield different templates. But now I see there may be a problem in the way I built these golden file tests. 🤔 Did I get something wrong? |
testdata/ingress_alb/expected.cf
Outdated
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you please cleanup these changes (do not commit these)?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Isn't the newline better for git diff
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@szuecs let's discuss this to see how to move forward.
Created a new issue for this. #626 |
Signed-off-by: Mustafa Abdelrahman <[email protected]>
Signed-off-by: Mustafa Abdelrahman <[email protected]>
Signed-off-by: Lucas Thiesen <[email protected]>
Signed-off-by: Lucas Thiesen <[email protected]>
Signed-off-by: Lucas Thiesen <[email protected]>
Signed-off-by: Lucas Thiesen <[email protected]>
👍 |
@MustafaSaber the changes are great progress for tests! |
Thanks @lucastt for taking over 🙏! |
Signed-off-by: Lucas Thiesen <[email protected]>
Signed-off-by: Lucas Thiesen <[email protected]>
👍 |
Signed-off-by: Lucas Thiesen <[email protected]>
👍 |
1 similar comment
👍 |
Follow up on #587 for better coverage.