You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run a nightly GitHub Workflow that runs the IBC e2e test suite against the release branch of the maintained version of the SDK.
Problem Definition
The IBC E2E test suite discovered two bugs in the SDK: cosmos/cosmos-sdk#12888 / cosmos/cosmos-sdk#13808 and cosmos/cosmos-sdk#13728.
It would be useful to run those tests nightly against the release branch of the SDK for catching these issues before they sneak into a release.
Summary
Run a nightly GitHub Workflow that runs the IBC e2e test suite against the release branch of the maintained version of the SDK.
Problem Definition
The IBC E2E test suite discovered two bugs in the SDK: cosmos/cosmos-sdk#12888 / cosmos/cosmos-sdk#13808 and cosmos/cosmos-sdk#13728.
It would be useful to run those tests nightly against the release branch of the SDK for catching these issues before they sneak into a release.
Release branches are supposed to have no breaking API, so I think it should be possible.
Then the result of these tests could be sent to a Slack channel to alert us, like we do for our simulations tests: https://github.com/cosmos/cosmos-sdk/blob/main/.github/workflows/sims-nightly.yml, https://github.com/cosmos/cosmos-sdk/blob/main/.github/workflows/sims-046.yml.
For Admin Use
The text was updated successfully, but these errors were encountered: