-
Notifications
You must be signed in to change notification settings - Fork 207
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
upgrade tests of Orch contracts restarting during a flow #9303
Comments
erights
added
bug
Something isn't working
asyncFlow
related to membrane-based replay and upgrade of async functions
labels
Apr 28, 2024
Hi @mhofman , ok to reassign to you? |
turadg
changed the title
Need to test asyncFlow with higher fidelity upgrade test
upgrade tests of Orch contracts restarting during a flow
Jul 22, 2024
This was referenced Jul 22, 2024
mergify bot
added a commit
that referenced
this issue
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.
mergify bot
added a commit
that referenced
this issue
Jul 26, 2024
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
mergify bot
added a commit
that referenced
this issue
Sep 25, 2024
closes: #10131 ## Description - adds `runInbound` to `bridgeUtils` in bootstrap test support to simulate an incoming bridge events, like a packet acknowledgement - updates `send-anywhere` boot test so it's no longer failing - leaves contract upgrade aspect of test TODO until #9303 ### Security Considerations n/a ### Scaling Considerations n/a ### Documentation Considerations n/a ### Testing Considerations Addreses a `test.failing` checked in ### Upgrade Considerations n/a, example contract and test support tools
mergify bot
added a commit
that referenced
this issue
Sep 28, 2024
refs: #9303 ## Description This adds a test for upgrading send-anywhere. It doesn't yet pass without these in-flight PRs, - #9736 - #9785 We've agreed to land this without those to reduce work-in-flight. ### Security Considerations none ### Scaling Considerations none ### Documentation Considerations none ### Testing Considerations The failing test has a link to the issue to make it pass. ### Upgrade Considerations none
Tests in CI now:
For other test coverage we'll need new tickets with specific requirements of what's missing so far |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What is the Problem Being Solved?
Confidence in upgrading Orchestration flows while they're in progress.
Description of the Design
Upgrade test of each example contract.
For remote calls to Agoric vats, can use
retriable
like in #9719 once we have #9541Dependencies
In parallel make test that wait on bridge messages.
Security Considerations
Scaling Considerations
Test Plan
Upgrade Considerations
July 22 replaced earlier test:
See #9125 #9126 #9097 #7966
The point of asyncFlow is for these flows to survive upgrade. However, the current upgrade testing framework asyncFlow uses, as of #9097, is low fidelity. All incarnations co-exist in one JS heap, and their turns may even interleave! This creates known failures to adequately test upgradability #9126 #9125 . Worse, when it succeeds, we don't know what problems might have been detected by a higher fidelity test, giving us less confidence than we'd like.
Most likely, we should follow the precedent of #7966
The text was updated successfully, but these errors were encountered: