-
Notifications
You must be signed in to change notification settings - Fork 208
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
test orch flow upgrades by bridge message deferral #9755
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Deploying agoric-sdk with Cloudflare Pages
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files
|
turadg
force-pushed
the
9303-orch-bridge-upgrade
branch
4 times, most recently
from
July 24, 2024 23:31
0df96b0
to
ef9165a
Compare
mergify bot
added a commit
that referenced
this pull request
Jul 25, 2024
refs: #9303 ## Description A bunch of refactors and testing utilities to support #9303. It also adds a couple upgrade tests of orchestration contracts, but neither of them cover restarting orchestration flows so I'll leave #9755 for that. ### Security Considerations none ### Scaling Considerations none ### Documentation Considerations none ### Testing Considerations per se ### Upgrade Considerations Helps to test upgrades, should not affect any.
turadg
force-pushed
the
9303-orch-bridge-upgrade
branch
from
July 25, 2024 21:41
ef9165a
to
3845eac
Compare
turadg
force-pushed
the
9303-orch-bridge-upgrade
branch
from
July 26, 2024 14:29
3845eac
to
99738b3
Compare
turadg
force-pushed
the
9303-orch-bridge-upgrade
branch
from
July 26, 2024 14:37
99738b3
to
3043994
Compare
turadg
commented
Jul 26, 2024
turadg
commented
Jul 26, 2024
0xpatrickdev
approved these changes
Jul 26, 2024
turadg
force-pushed
the
9303-orch-bridge-upgrade
branch
from
July 26, 2024 22:12
3043994
to
4545c95
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
refs: #9303
Description
Tests restarting an orchestration flow while an IBC message is pending response.
#9303 will be closed when this and #9719 have landed.
Security Considerations
none
Scaling Considerations
none
Documentation Considerations
none
Testing Considerations
per se
Upgrade Considerations
helps, no change