-
Notifications
You must be signed in to change notification settings - Fork 719
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
ci: First run at interchaintests. #3205
Conversation
You can see these in action in this fork |
e2d6310
to
ce6504f
Compare
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.
Can we make this into a standalone module?
This is done by adding a go.mod
with required dependencies to the tests/interchain
folder.
This would enable us to version the tests separately from the rest of the repository. As far as I can tell, these tests don't actually use anything from the gaia repo so it should be safe to de-couple them.
ce6504f
to
625d928
Compare
New set of passing tests is here: https://github.com/fastfadingviolets/gaia/actions/runs/10080366546/job/27870068844 |
These include tests for different transaction types, and consumer chain launches. They are triggered by the docker-push workflow and will test the pushed image. They can also be triggered manually and will try to test an image on the branch supplied.
This is used by some features of interchaintest and is just generally useful to have.
625d928
to
3fcba62
Compare
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.
Administrative approval, thx for the work!
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.
🤷🏼♀️ 👍🏼
* First run at interchaintests. These include tests for different transaction types, and consumer chain launches. They are triggered by the docker-push workflow and will test the pushed image. They can also be triggered manually and will try to test an image on the branch supplied. * Upgrade interchaintest to v8 and use upstream * Add jq to the docker image. This is used by some features of interchaintest and is just generally useful to have. (cherry picked from commit bb6f13f)
* First run at interchaintests. These include tests for different transaction types, and consumer chain launches. They are triggered by the docker-push workflow and will test the pushed image. They can also be triggered manually and will try to test an image on the branch supplied. * Upgrade interchaintest to v8 and use upstream * Add jq to the docker image. This is used by some features of interchaintest and is just generally useful to have. (cherry picked from commit bb6f13f) Co-authored-by: violet <[email protected]>
Description
Introduces integration tests using the interchaintest framework.
These include tests for different transaction types, and consumer chain launches. They are triggered by the docker-push workflow and will test the pushed image. They can also be triggered manually and will try to test an image on the branch supplied.
For the gaia team, the main thing to review are the two github workflows.
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...