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 basic SDK simulation test to catch setup issues #6590

Open
3 tasks
colin-axner opened this issue Jun 13, 2024 · 0 comments
Open
3 tasks

Add basic SDK simulation test to catch setup issues #6590

colin-axner opened this issue Jun 13, 2024 · 0 comments
Labels
testing Testing package and unit/integration tests

Comments

@colin-axner
Copy link
Contributor

Summary

Currently ibc-go doesn't run SDK simulations as they do not accommodate the landscape of IBC well (they weren't designed for that purpose) and generally will be unable to test any extra scenarios not already covered by our unit tests + e2es.

Given the way simulations work, downstream users typically require ibc-go modules to be wired into the simulation structure to run their own sims. We should add a basic test which can check that we have wired up our sims properly, but I don't think it should do more extensive testing. The test should be light weight and easy to maintain.

Here are some example issues that should be caught by such a test:


For Admin Use

  • Not duplicate issue
  • Appropriate labels applied
  • Appropriate contributors tagged/assigned
@colin-axner colin-axner added the testing Testing package and unit/integration tests label Jun 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
testing Testing package and unit/integration tests
Projects
Status: No status
Development

No branches or pull requests

1 participant