-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
Common test harness code for IBC tests #5558
Comments
I think #5691 is a dupe of this issue. Going to repost that content here cc @AdityaSripal |
Tests on IBC require some cleanup along with end-to-end tests. Individual tasks include: Cleanup:
Testing improvements:
Followup from #5711:
|
from my look at testing so far, one good first step is to move TestChain/KeeperSuiteTest to a |
I have not started, feel free to take this @colin-axner 👍 |
Following the merge of #6400, since the testing package will have stabilized in API, I think it'd be useful to do a pr for each file being updated rather than by pkg (as this has proved to result in a mega test refactor pr) |
I'm starting on connection tests, will begin with handshake, then verify, then keeper
|
closing this issue since I believe the gist of it has been addressed. Any other test code that needs work or has issues should be opened with its own issue |
De-duplicate this code & put it in a central location that can be imported.
ToDos:
x/ibc/testing/
pkg which sends through messages to create/update client, create connections/channels x/ibc: testing pkg #6356cc @fedekunze
The text was updated successfully, but these errors were encountered: