-
Notifications
You must be signed in to change notification settings - Fork 8
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
Awakeable identifiers following the new ID scheme #238
Conversation
Test Results102 files ±0 102 suites ±0 15m 49s ⏱️ + 5m 37s For more details on these failures, see this check. Results for commit 90fa26b. ± Comparison against base commit 766a642. ♻️ This comment has been updated with latest results. |
c955bb2
to
22756bc
Compare
Bonus: `s/assumpsions/assumptions/` Test Plan: Using sample code to generate an awakeable and resolved it with ``` curl localhost:8080/dev.restate.Awakeables/Resolve -H 'content-type: application/json' -d '{"id": "prom_1NMyOAvDK2CcBjUH4Rmb7eGBp0DNNDnmsAAAAAQ", "json_result": ""}' ``` ``` [restate] [2024-01-25T18:54:01.682Z] DEBUG: [CheckoutProcess/checkout] [inv_13q6r7rhzaG85fs0bfyqW8cubIUYJFjvBT] : Resuming (replaying) function. Awakeable is: prom_1NMyOAvDK2CcBjUH4Rmb7eGBp0DNNDnmsAAAAAQ Awakeable COMPLETED prom_1NMyOAvDK2CcBjUH4Rmb7eGBp0DNNDnmsAAAAAQ ```
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Once it's green you can merge.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we bump the protocol version to mark this change as an non-backwards compatible change?
There's no version to bump yet, still need to solve #235 first |
For posterity, tests pass locally but we have a full mesh of dependency such that there is no way e2e tests will pass without merging the sdk first. |
Awakeable identifiers following the new ID scheme
Bonus:
s/assumpsions/assumptions/
Server side in restatedev/restate#1120
Test Plan:
Using sample code to generate an awakeable and resolved it with