-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add test/check sanity to check if test-framework mock data is updated #2131
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 test/check sanity to check if test-framework mock data is updated #2131
Conversation
/hold |
5aeaae6
/test marker |
/retest |
/test marker |
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.
LGTM
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.
A few nits.
@camilamacedo86 I'll make a follow-up PR that adds a Dockerfile and go.mod/go.sum to |
adding suggestions on rview fix nits review remove spaces at the end of the file using go mod init
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.
/lgtm
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.
LGTM
Description of the change:
PS.: The only change here is the commit 499e108. The other files changed in this PR are cherry-picks from #2130 and #2129. We need to merge them first.
Motivation for the change:
Avoid the tests been executed with code implementations which are no longer valid for the product and in this way, avoid issues.
Directly mock data test-framework usage
go e2e tests
. See: here and here