-
Notifications
You must be signed in to change notification settings - Fork 611
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
Chore: add build tags to e2etest #2231
Conversation
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.
Thanks for this change @vuong177
There are also e2e tests that are located in this file. We should add build tags there too.
Also, I think that the following might not function correctly now due to the missing tags:
make test-e2e
make test-e2e-skip-upgrade
We should make sure that e2e-specific makefile steps keep working as before.
Lastly, this debug configuration configuration needs to be updated so that people can configure their local environment easily. Would you mind updating it please?
I updated README and changed |
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.
I agree with all prior concerns and they appear to be addressed!
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. Thanks @vuong177
* add build tags to e2etest * update makefile * update VS Code Debug Configuration in e2e test README * init_test e2e * e2e package in makefile (cherry picked from commit 5e2bb89) # Conflicts: # Makefile # tests/e2e/README.md
* Chore: add build tags to e2etest (#2231) * add build tags to e2etest * update makefile * update VS Code Debug Configuration in e2e test README * init_test e2e * e2e package in makefile (cherry picked from commit 5e2bb89) # Conflicts: # Makefile # tests/e2e/README.md * fix conflict * Update Makefile Co-authored-by: vuong <56973102+vuong177@users.noreply.github.com> Co-authored-by: vuong <nguyenvuong1122000@gmail.com>
Closes: #2174
What is the purpose of the change
Add build tags to make e2e tests not run on
go test ./...
Documentation and Release Note
Unreleased
section inCHANGELOG.md
? (yes / no)nox/<module>/spec/
) / Osmosis docs repo / not documented)not applicable