-
Notifications
You must be signed in to change notification settings - Fork 22
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
[GOTH] Renegotiate proposal #551
Conversation
5b58e35
to
cdb6e00
Compare
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.
The test currently fails while waiting on agreement.terminate(): True
to appear in the requestor agent logs. I merged with latest master
to include some improvements to how timeout errors are reported.
I also found the provider agents have the following panic in their logs: thread 'main' panicked at 'not implemented', agent/provider/src/market/provider_market.rs:247:14
Co-authored-by: Kuba Mazurek <jakub.mazurek@golem.network>
That's perfect! 👌 It failed because Ci run on a pre-fix version of yagna. Today (after release) it passes :) |
fixes: golemfactory/yagna#1423