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

Add e2e ci test #21

Closed
wants to merge 7 commits into from
Closed

Add e2e ci test #21

wants to merge 7 commits into from

Conversation

ulbqb
Copy link
Member

@ulbqb ulbqb commented Aug 1, 2023

Description

This PR adds e2e tests.


Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.

  • Targeted PR against correct branch (see CONTRIBUTING.md)
  • Linked to Github issue with discussion and accepted design OR link to spec that describes this work.
  • Code follows the module structure standards.
  • Wrote unit and integration tests
  • Updated relevant documentation (docs/) or specification (x/<module>/spec/)
  • Added relevant godoc comments.
  • Added a relevant changelog entry to the Unreleased section in CHANGELOG.md
  • Re-reviewed Files changed in the Github PR explorer
  • Review Codecov Report in the comment section below once CI passes

@ulbqb ulbqb changed the base branch from main to release/v4.3.x August 1, 2023 06:11
@ulbqb ulbqb changed the title Feat/e2e Add e2e ci test Aug 1, 2023
@ulbqb ulbqb self-assigned this Aug 1, 2023
@ulbqb ulbqb added the enhancement New feature or request label Aug 1, 2023
@ulbqb ulbqb marked this pull request as ready for review August 1, 2023 07:04
pull_request:
push:
branches:
- main
Copy link
Member

Choose a reason for hiding this comment

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

How about changing this ci to be enable to test on all branch?

Comment on lines 39 to 40
killall gaiad &> /dev/null
killall akash &> /dev/null
Copy link
Member

Choose a reason for hiding this comment

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

I think this binaries is not used.

Copy link
Member

Choose a reason for hiding this comment

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

but I think we need the test between gaiad and fnsad.

Copy link
Member Author

Choose a reason for hiding this comment

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

How about adding tests with simd of cosmos/ibc-go in this repo and adding tests with fnsad and gaiad in Finschia/finschia repo?

Copy link
Member

Choose a reason for hiding this comment

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

How about adding tests with simd of cosmos/ibc-go in this repo and adding tests with fnsad and gaiad in Finschia/finschia repo?

That's a good idea. 👍

Copy link
Member Author

Choose a reason for hiding this comment

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

I added a test with cosmos's simd.

@ulbqb ulbqb requested a review from zemyblue August 2, 2023 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants