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

Chore: add build tags to e2etest #2231

Merged
merged 6 commits into from
Aug 10, 2022
Merged

Chore: add build tags to e2etest #2231

merged 6 commits into from
Aug 10, 2022

Conversation

vuong177
Copy link
Contributor

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

  • Does this pull request introduce a new feature or user-facing behavior changes? (yes / no) no
  • Is a relevant changelog entry added to the Unreleased section in CHANGELOG.md? (yes / no)no
  • How is the feature or change documented? (not applicable / specification (x/<module>/spec/) / Osmosis docs repo / not documented)not applicable

@vuong177 vuong177 requested a review from a team July 25, 2022 03:05
Copy link
Member

@p0mvn p0mvn left a 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?

@github-actions github-actions bot added C:docs Improvements or additions to documentation T:build labels Jul 30, 2022
@vuong177
Copy link
Contributor Author

I updated README and changed test-e2e in makefile. Thank you for your review and suggestion @p0mvn.

Makefile Outdated Show resolved Hide resolved
Copy link
Member

@czarcas7ic czarcas7ic left a 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!

Copy link
Member

@p0mvn p0mvn left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks @vuong177

@p0mvn p0mvn merged commit 5e2bb89 into osmosis-labs:main Aug 10, 2022
@p0mvn p0mvn added the A:backport/v11.x backport patches to v11.x branch label Aug 10, 2022
mergify bot pushed a commit that referenced this pull request Aug 10, 2022
* 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
p0mvn pushed a commit that referenced this pull request Aug 11, 2022
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A:backport/v11.x backport patches to v11.x branch C:docs Improvements or additions to documentation T:build
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make e2e tests not run on go test ./...
4 participants