-
Notifications
You must be signed in to change notification settings - Fork 329
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
integration tools #140
Merged
integration tools #140
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ebuchman
approved these changes
Jul 14, 2020
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.
Great start thanks Greg!
hu55a1n1
pushed a commit
to hu55a1n1/hermes
that referenced
this pull request
Sep 13, 2022
* Docker images for gaia chains * Added GitHub Actions to run integration test with two chains * Relayer GitHub Actions configuration and testing * Integration test fixes * Integration fixes * HEIGHT fix * Separated cargo runs * Another test for build and config * Moved chain_a creation into one shell space * Fix for chain_b config * Integration tests fail because they don't exist * Trying test command * Docs update * Simapp and new genesis * Added pruning=nothing for simd config * Update ci/simapp/README.md Co-authored-by: Ethan Buchman <ethan@coinculture.info>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes: #32Well, it gives us a framework but we should keep #32 open for the actual integration tests that we still have to implement.Description
This is a set of scripts and GitHub Actions that implement a framework for integration testing for IBC and the relayer.
There is a new "integration-test" GitHub Action that sets up two chains and the relayer from source and tries to query things. Currently, it's failing because we're still implementing queries. This is fine, as soon as we have something to query, we can improve it. Or we can disable it for now...
The docker images are created and uploaded from dev machines, they are not automated. The images are used for development work and they change rapidly as we implement new features and need new tests... But the scripts are important to share, so we can easily create/recreate Docker images with the fresh code.
For contributor use:
docs/
) and code commentsFiles changed
in the Github PR explorer