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 Interchaintest in CI #189

Merged
merged 12 commits into from
Jan 30, 2024
Merged

Add Interchaintest in CI #189

merged 12 commits into from
Jan 30, 2024

Conversation

jim380
Copy link
Contributor

@jim380 jim380 commented Jan 30, 2024

Overview

This PR adds the following e2e tests in CI:

  • TestCoreSDKCommands
  • TestSDKBoundaries
  • TestChainStart
  • TestStateSync
  • TestIBCTransfer
  • TestPacketForwardMiddleware

Key Points

  • Due to interchaintest v8 only supporting denom exponent of 6, to make the tests work we needed to change SedaExponent to 6 (default 18) at runtime via an environment variable. This only applies when an SedaExponent env var is provided (e.g. when running interchaintest). Otherwise, it simply default to 18
  • TestPacketForwardMiddleware can be flaky and fail sometimes. If and when that happens, simply re-run it

References

image

@jim380 jim380 marked this pull request as ready for review January 30, 2024 07:12
@jim380 jim380 changed the title ci: add interchaintest Add Interchaintest in CI Jan 30, 2024
@jim380 jim380 merged commit 889ab5d into main Jan 30, 2024
14 checks passed
@jim380 jim380 deleted the jay/add-interchaintest-in-ci branch January 30, 2024 15:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants