-
Notifications
You must be signed in to change notification settings - Fork 4
Add test harness #36
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
Add test harness #36
Conversation
igalshilman
commented
Feb 6, 2025
•
edited
Loading
edited
python/restate/harness.py
Outdated
|
||
self.network = Network().create() | ||
|
||
self.restate = RestateContainer(image="restatedev/restate:1.1", |
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.
I think this should be latest, otherwise we need to bump the python sdk every time we update the runtime. Plus i find counterintuitive that we decide here to pin to some version X.
Let the user override the restate image though, so everyone's happy and can pin to a specific restate version if they need to.
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.
yah totally, it is a draft for a reason.