-
Notifications
You must be signed in to change notification settings - Fork 3
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
More tests #89
More tests #89
Conversation
… bug in the sdk that prevents this case to work
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.
Thanks for extending the e2e test suite @slinkydeveloper. The changes look good to me. I only had few minor comments. +1 for merging after resolving them.
"RESTATE_RUNTIME_CONTAINER" to | ||
(System.getenv("RESTATE_RUNTIME_CONTAINER") | ||
?: "ghcr.io/restatedev/restate:latest"), | ||
"RUST_LOG" to | ||
(System.getenv("RUST_LOG") ?: "info,restate_invoker=trace,restate=debug"), |
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.
Nice :-)
1bb09fc
to
bcc2182
Compare
474a88b
to
a59939c
Compare
897e2c6
to
69e0583
Compare
69e0583
to
6991707
Compare
f35991d
to
a5555be
Compare
…rt bindings might be changed
a5555be
to
0b1c60e
Compare
This PR has an assorted number of changes to the infra:
Plus there are some new tests:
Depends on restatedev/restate#365